/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:visited {
  color: black;
}

@font-face {
  font-family: "Arialabor";
  src: url("/font/webfont_arialabor_regular.woff") format("woff"), url("/font/webfont_arialabor_regular.woff2") format("woff2"), url("/font/webfont_arialabor_regular.ttf") format("truetype"), url("/font/webfont_arialabor_regular.svg#Arialabor") format("svg");
  font-weight: normal;
  font-style: normal;
}
.largetitles {
  display: block;
  position: relative;
  font-family: "Arialabor", "Arial", serif;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .largetitles {
    font-size: 60px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .largetitles {
    font-size: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .largetitles {
    font-size: 92px;
  }
}
@media (min-width: 5441px) {
  .largetitles {
    font-size: 92px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .largetitles {
    line-height: 60px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .largetitles {
    line-height: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .largetitles {
    line-height: 92px;
  }
}
@media (min-width: 5441px) {
  .largetitles {
    line-height: 92px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .largetitles {
    padding-top: 60px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .largetitles {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .largetitles {
    padding-top: 100px;
  }
}
@media (min-width: 5441px) {
  .largetitles {
    padding-top: 100px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .largetitles {
    padding-bottom: 60px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .largetitles {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .largetitles {
    padding-bottom: 100px;
  }
}
@media (min-width: 5441px) {
  .largetitles {
    padding-bottom: 100px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .largetitles {
    margin-left: 30px;
    margin-right: 30px;
  }
}

body {
  font-family: "Times New Roman", "Arial", serif;
  background-color: white;
}
@media (min-width: 1px) and (max-width: 1024px) {
  body {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  body {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  body {
    font-size: 32px;
  }
}
body p {
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: normal;
}
@media (min-width: 1px) and (max-width: 1024px) {
  body p {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  body p {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  body p {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  body p {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  body p {
    line-height: 34px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  body p {
    line-height: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  body p {
    line-height: 34px;
  }
}
@media (min-width: 5441px) {
  body p {
    line-height: 32px;
  }
}
body a {
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
section.fullheight {
  min-height: 100vh;
}
section.rel {
  position: relative;
}
section.rel iframe {
  display: block;
  width: 100vw;
  height: 100vh;
}
section.articles {
  padding-top: 100px;
  background-color: #ececec;
}
@media (min-width: 1px) and (max-width: 550px) {
  section.articles p {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.articles, section.project-grid {
    padding-top: 50px;
  }
}

.colset {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1640px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .colset {
    padding-left: 0;
    padding-right: 0;
  }
}
.colset .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 20px;
}
.colset .col.fullheight {
  height: 100%;
}
.colset .col:nth-child(1) {
  padding-right: 50px;
}
.colset .col:nth-child(2) {
  padding-left: 50px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .colset .col {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .colset .col {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0;
  }
  .colset .col:nth-child(1) {
    padding-top: 100px;
  }
  .colset .col:nth-child(2) {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  .colset .col:nth-child(1) {
    padding-top: 0;
  }
  .colset .col:nth-child(2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .colset .col:nth-child(1) {
    padding-right: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .colset .col:nth-child(2) {
    padding-left: inherit;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  .colset .col:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
  }
  .colset .col:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}

.intro {
  position: relative;
  height: calc((100vw - 400px - 160px) * 0.56 + 260px);
  min-height: 650px;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro {
    height: auto;
    min-height: auto;
  }
}
.intro .sur-titre {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .sur-titre {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .intro .sur-titre {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .intro .sur-titre {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  .intro .sur-titre {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .sur-titre {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  .intro .sur-titre {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 550px) {
  .intro .sur-titre {
    font-size: 20px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 5440px) {
  .intro .sur-titre {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 5441px) {
  .intro .sur-titre {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 550px) and (min-width: 1px) and (max-width: 1024px) {
  .intro .sur-titre {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) and (min-width: 1px) and (max-width: 550px) {
  .intro .sur-titre {
    font-size: 20px;
  }
}
@media (min-width: 1px) and (max-width: 550px) and (min-width: 1025px) and (max-width: 5440px) {
  .intro .sur-titre {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) and (min-width: 5441px) {
  .intro .sur-titre {
    font-size: 32px;
  }
}
.intro .project-title {
  position: relative;
  margin-top: 25px;
  height: 92px;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Arialabor", "Arial", serif;
  line-height: 120px;
  overflow-y: hidden;
  text-align: center;
  overflow-x: hidden;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .project-title {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .project-title {
    height: auto;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  .intro .project-title {
    line-height: 66px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 550px) {
  .intro .project-title {
    line-height: 44px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 5440px) {
  .intro .project-title {
    line-height: 101.2px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 5441px) {
  .intro .project-title {
    line-height: 101.2px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .project-title {
    font-size: 60px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .intro .project-title {
    font-size: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .intro .project-title {
    font-size: 92px;
  }
}
@media (min-width: 5441px) {
  .intro .project-title {
    font-size: 92px;
  }
}
.intro .project-title .letter {
  color: transparent;
}
.intro .project-title .letter.active {
  color: black;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .project-title .letter {
    color: black;
  }
}
.intro .project-title .measure .letter-measure {
  display: none;
}
.intro .project-title .measure .letter-measure.active {
  display: inline;
}
.intro .project-title .container {
  position: absolute;
  top: -5px;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro .project-title .container {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.intro.padded {
  padding: 100px;
}
.intro a.project-nav-arrow {
  display: none;
  color: black;
  text-decoration: none;
  position: absolute;
  top: 30px;
  width: 100px;
  height: 100px;
  font-family: Arialabor;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro a.project-nav-arrow {
    display: block;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .intro a.project-nav-arrow {
    font-size: 60px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .intro a.project-nav-arrow {
    font-size: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .intro a.project-nav-arrow {
    font-size: 92px;
  }
}
@media (min-width: 5441px) {
  .intro a.project-nav-arrow {
    font-size: 92px;
  }
}
.intro a.project-nav-arrow.next {
  right: 30px;
  text-align: right;
}
.intro a.project-nav-arrow.prev {
  left: 30px;
  text-align: left;
}
.intro a.project-nav-arrow.disabled {
  display: none;
}

em {
  font-weight: bold;
}

b {
  font-weight: bold;
}

body {
  letter-spacing: 1px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  body {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  body {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  body {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  body {
    line-height: 34px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  body {
    line-height: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  body {
    line-height: 34px;
  }
}
@media (min-width: 5441px) {
  body {
    line-height: 32px;
  }
}

.small {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) and (max-width: 1024px) {
  p {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  p {
    margin-left: auto;
    margin-right: auto;
  }
}

div.welcome-video {
  display: block;
  position: relative;
  height: calc(100vh - 160px);
  background-color: transparent;
}
div.welcome-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.welcome-video .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div.welcome-video .labor-pres {
  color: white;
  mix-blend-mode: difference;
  font-size: 48px;
  line-height: 54px;
  padding-top: 35px;
  padding-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  div.welcome-video .labor-pres {
    font-size: 27px;
    line-height: 32px;
    padding-top: 80px;
    margin-left: 80px;
    margin-right: 80px;
  }
}
div.welcome-video .labor-pres:hover {
  mix-blend-mode: normal;
  color: blue;
}
div.welcome-video .welcome-logo {
  position: absolute;
  top: 17vh;
  left: 50px;
  right: 50px;
  bottom: 50px;
  color: white;
  mix-blend-mode: difference;
  background-image: url("/img/LABOR.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
div.welcome-video .welcome-logo.rasude {
  top: 0;
  mix-blend-mode: normal;
  background-image: url("/img/LABORALARASUDE.svg");
}

.nav-cover-flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .nav-cover-flow {
    position: relative;
    height: 56.25vw;
  }
}
.nav-cover-flow.actif {
  opacity: 1;
}
.nav-cover-flow div.image, .nav-cover-flow div.typo {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 250px;
  height: auto;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .nav-cover-flow div.image, .nav-cover-flow div.typo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 56.25vw;
  }
}
.nav-cover-flow div.image {
  display: block;
  overflow: hidden;
}
.nav-cover-flow div.image video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.nav-cover-flow div.image div.image-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-cover-flow div.image[data-state=before] div.image-item {
  background-position: right center;
}
.nav-cover-flow div.image[data-state=archive] div.image-item {
  background-position: left center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .nav-cover-flow div.image {
    display: none;
  }
  .nav-cover-flow div.image.active {
    display: block;
  }
}
.nav-cover-flow div.typo {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: black;
  padding: 2px;
}
.nav-cover-flow div.typo.futur, .nav-cover-flow div.typo.now {
  background-color: white;
  color: black;
  border: 2px solid black;
}
.nav-cover-flow div.typo.futur.hightlight, .nav-cover-flow div.typo.now.hightlight {
  border: 4px solid black;
}
.nav-cover-flow div.typo.now {
  color: blue;
  border: 2px solid blue;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .nav-cover-flow div.typo.now {
    background-color: blue;
    color: white;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .nav-cover-flow div.typo.futur {
    background-color: black;
    color: white;
  }
}
.nav-cover-flow div.typo.hightlight {
  padding: 0;
  grid-template-rows: 1fr auto 1fr;
  font-family: "Arialabor", sans-serif;
  overflow: visible;
}
.nav-cover-flow div.typo.hightlight .t {
  padding-top: 5px;
}
.nav-cover-flow div.typo.hightlight.now {
  background-color: blue;
  color: white;
  border: 2px solid blue;
}
.nav-cover-flow div.typo.hightlight.futur {
  background-color: black;
  color: white;
}
.nav-cover-flow div.typo.hightlight.past {
  background-color: #666;
  color: white;
  border: 2px solid #666;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .nav-cover-flow div.typo {
    display: none;
  }
  .nav-cover-flow div.typo.active {
    display: grid;
    width: calc(100% - 60px);
    margin-left: 30px;
    font-family: Arialabor, sans-serif;
    font-size: calc((100vw - 60px) * 0.21);
    border-radius: 28.125vw;
  }
}
.nav-cover-flow div.cache-sexe {
  position: absolute;
  background-color: rgba(255, 128, 64, 0.5);
}

.project-highlight-container .project-highlight {
  padding-bottom: 100px;
  text-align: left;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-highlight-container .project-highlight {
    padding-bottom: 50px;
  }
}
.project-highlight-container .project-highlight h2 {
  font-family: "Arialabor", "Times New Roman", sans-serif;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 30px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 46px;
  }
}
@media (min-width: 5441px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 46px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 60px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 550px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 40px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 5440px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 92px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 5441px) {
  .project-highlight-container .project-highlight h2 {
    font-size: 92px;
  }
}
.project-highlight-container .project-highlight p {
  margin-top: 10px;
}
.project-highlight-container .project-highlight a {
  color: black;
  text-decoration: none;
}

section.grid {
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
section.grid h2 {
  text-align: center;
}

.project-grid-col-set {
  display: none;
  position: relative;
}

.project-grid-col {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .project-grid-col-set.c0 {
    display: block;
  }
  .project-grid-col {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1600px) {
  .project-grid-col-set.c1 {
    display: block;
  }
  .project-grid-col {
    width: 100%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 2400px) {
  .project-grid-col-set.c2 {
    display: block;
  }
  .project-grid-col {
    width: 50%;
  }
}
@media screen and (min-width: 2401px) and (max-width: 40000px) {
  .project-grid-col-set.c3 {
    display: block;
  }
  .project-grid-col {
    width: 33.3333333333%;
  }
}
section.calendar {
  background-color: black;
  color: white;
  padding-bottom: 100px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.calendar {
    padding-bottom: 100px;
  }
}
section.calendar .calendar-year-title {
  margin-left: 100px;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.calendar .calendar-year-title {
    margin-left: 30px;
  }
}
section.calendar .calendar-year-title:first-of-type, section.calendar .calendar-year-title.first {
  margin-top: 0;
}
section.calendar .calendar-line {
  cursor: pointer;
  min-height: 58px;
  position: relative;
  box-sizing: border-box;
  margin-left: 100px;
  margin-right: 100px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.calendar .calendar-line {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.calendar .calendar-line {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.calendar .calendar-line {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  section.calendar .calendar-line {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.calendar .calendar-line {
    line-height: 30.8px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.calendar .calendar-line {
    line-height: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.calendar .calendar-line {
    line-height: 30.8px;
  }
}
@media (min-width: 5441px) {
  section.calendar .calendar-line {
    line-height: 35.2px;
  }
}
section.calendar .calendar-line.bottom {
  border-bottom: 1px solid white;
}
section.calendar .calendar-line.hidden {
  display: none;
}
section.calendar .calendar-line.selected {
  color: #9482FF;
}
section.calendar .calendar-line .border-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 1px solid white;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.calendar .calendar-line {
    margin-left: 30px;
    margin-right: 30px;
  }
}
section.calendar .calendar-line .eye {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center center;
  background-image: url("/img/eye.svg");
}
@media (min-width: 1px) and (max-width: 550px) {
  section.calendar .calendar-line .eye {
    right: 40px;
  }
}
section.calendar .calendar-line .year {
  display: none;
}
section.calendar .calendar-line.hidden {
  display: none;
}
section.calendar .calendar-line.year-start .border-top {
  left: 0;
}
section.calendar .calendar-line.year-start .year {
  display: block;
}
section.calendar .calendar-line .year {
  position: absolute;
  top: 15px;
  left: 0;
}
section.calendar .calendar-line .type {
  position: absolute;
  top: 15px;
  left: 200px;
}
section.calendar .calendar-line .arrow {
  position: absolute;
  top: 15px;
  right: 0;
  font-family: Arialabor, sans-serif;
}
section.calendar .calendar-line .name {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 360px;
  padding-right: 240px;
}
section.calendar .calendar-line .months {
  position: absolute;
  top: 15px;
  left: 0;
  width: 240px;
  text-align: left;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.calendar .calendar-line .type {
    display: none;
  }
  section.calendar .calendar-line .name {
    padding-left: 160px;
    padding-right: 80px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.calendar .calendar-line .months {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  section.calendar .calendar-line .name {
    padding-left: 0;
    padding-top: 0;
  }
}

a.calendar-more {
  display: block;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 100px;
  margin-bottom: 0;
  text-align: center;
  background-color: #575757;
  border-radius: 24px;
  color: white;
  text-decoration: none;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
a.calendar-more:hover {
  background-color: blue;
}

.calendar-years {
  display: block;
  text-align: center;
  z-index: 1;
  margin-bottom: 25px;
}
.calendar-years a.year-select {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: transparent;
  border-radius: 24px;
  color: white;
  text-decoration: none;
}
.calendar-years a.year-select.selected {
  color: #9482FF;
}

section.legrosproject {
  background-color: #ececec;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
section.legrosproject .grosvideo {
  position: relative;
  height: calc((100vw - 200px) * 0.5625);
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.legrosproject .grosvideo {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: calc((100vw - 60px) * 0.5625);
  }
}
section.legrosproject a {
  display: block;
}
section.legrosproject a .background, section.legrosproject a .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
section.legrosproject a .background {
  background-size: cover;
}
section.legrosproject a .play-btn {
  background-image: url("/img/play.svg");
  background-size: 60px 60px;
  transition: all 0.5s;
}
@media (min-width: 1px) and (max-width: 550px) {
  section.legrosproject a .play-btn {
    background-size: 40px 40px;
  }
}
section.legrosproject video {
  background-color: black;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

section.project-grid {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid {
    padding-top: 0;
  }
}
section.project-grid article.project-grid-item {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item {
    margin-bottom: 100px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    line-height: 34px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    line-height: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    line-height: 34px;
  }
}
@media (min-width: 5441px) {
  section.project-grid article.project-grid-item h2, section.project-grid article.project-grid-item h1 {
    line-height: 32px;
  }
}
section.project-grid article.project-grid-item h2 {
  margin-bottom: 10px;
}
section.project-grid article.project-grid-item h1 {
  font-family: "Arialabor", "Times New Roman", sans-serif;
  margin-bottom: 45px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 30px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 46px;
  }
}
@media (min-width: 5441px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 46px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 30px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 46px;
  }
}
@media (min-width: 5441px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 46px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h1 {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 60px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 40px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 5440px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 92px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 5441px) {
  section.project-grid article.project-grid-item h1 {
    font-size: 92px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 66px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 44px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 5440px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 101.2px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) and (min-width: 5441px) {
  section.project-grid article.project-grid-item h1 {
    line-height: 101.2px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.project-grid article.project-grid-item h1 {
    margin-bottom: 10px;
  }
}
section.project-grid article.project-grid-item img {
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.project-grid article.project-grid-item img {
    margin-top: 10px;
  }
}

@media (min-width: 1px) and (max-width: 1024px) {
  .colset .col:nth-child(2) .project-grid-item:last-of-type {
    margin-bottom: 0;
  }
}
.articles-logos {
  border: 2px solid black;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 100px;
}
.articles-logos a {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.articles-logos a img {
  height: 60px;
  width: auto;
}
.articles-logos a img.rasude {
  height: 100px;
}

footer {
  padding-top: 100px;
  background-color: black;
}
footer a {
  color: white;
  text-decoration: none;
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer {
    padding-top: 100px;
  }
}
footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 300px;
  display: inline-block;
}
@media (min-width: 1px) and (max-width: 550px) {
  footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 {
    margin-top: 30px;
  }
}
footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 h4 {
  display: inline;
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 .inf-input-text {
    display: block;
  }
}
footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 input {
  display: inline-block;
  min-width: 20vw;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  background-color: white;
  border: none;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 input {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 div {
  display: inline;
}
footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 .inf-success p {
  display: none;
}
footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 .inf-submit input[type=submit] {
  cursor: pointer;
  font-weight: normal;
  background-color: #575757;
  width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  line-height: 80%;
  min-width: auto;
  color: white;
  border: none;
  border-radius: 50px;
}
@media (min-width: 1px) and (max-width: 550px) {
  footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 input {
    display: block;
    width: calc(100vw - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  footer div.inf-main_6000db4c19f0ab158c1b1bf5b06ce151 .inf-submit input[type=submit] {
    display: block;
    width: calc(100vw - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

a.menu {
  display: block;
  position: absolute;
  top: 25px;
  left: 33.33335px;
  width: 33.3333px;
  height: 33.3333px;
  mix-blend-mode: difference;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33.3333px 33.3333px;
  background-image: url("/img/ico-menu.svg");
}
@media (min-width: 1px) and (max-width: 1024px) {
  a.menu {
    position: fixed;
  }
}
a.menu.fixed {
  position: fixed;
  z-index: 1000000000;
}
@media (min-width: 1px) and (max-width: 1024px) {
  a.menu {
    left: 30px;
    top: 25px;
    width: 33.3333px;
    height: 33.3333px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  a.menu {
    left: 30px;
    top: 25px;
    width: 33.3333px;
    height: 33.3333px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  a.menu {
    background-size: 33.3333px 33.3333px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  a.menu {
    background-size: 33.3333px 33.3333px;
  }
}

nav.menu {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  box-sizing: border-box;
  padding-top: 300px;
  padding-bottom: 300px;
  color: white;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/img/bluedot.svg");
}
nav.menu .menu-items {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
nav.menu .menu-items a {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  text-decoration: none;
  color: white;
  display: block;
}
@media (min-width: 1px) and (max-width: 1024px) {
  nav.menu .menu-items a {
    font-size: 40px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  nav.menu .menu-items a {
    font-size: 24px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  nav.menu .menu-items a {
    font-size: 40px;
  }
}
@media (min-width: 5441px) {
  nav.menu .menu-items a {
    font-size: 60px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  nav.menu .menu-items a {
    line-height: 48px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  nav.menu .menu-items a {
    line-height: 28.8px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  nav.menu .menu-items a {
    line-height: 48px;
  }
}
@media (min-width: 5441px) {
  nav.menu .menu-items a {
    line-height: 72px;
  }
}

footer {
  color: white;
}
footer .menu-items {
  text-align: center;
  padding-top: 0;
}
footer .menu-items.populate {
  padding-bottom: 25px;
}
footer .menu-items a {
  display: block;
  color: white;
  text-decoration: none;
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer .menu-items a {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  footer .menu-items a {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  footer .menu-items a {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  footer .menu-items a {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer .menu-items a {
    line-height: 33.6px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  footer .menu-items a {
    line-height: 24px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  footer .menu-items a {
    line-height: 33.6px;
  }
}
@media (min-width: 5441px) {
  footer .menu-items a {
    line-height: 38.4px;
  }
}
footer .menu-items .addr {
  margin-top: 25px;
}
footer .logos {
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer .logos {
    margin-top: 60px;
  }
}
footer .logos a {
  display: block;
}
footer .logos img {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 25px;
}
footer .logos img.lausanne {
  height: 67.5px;
}
footer .logos img.rasude {
  height: 67.5px;
}
footer .logos img.pro {
  height: 22.5px;
}
footer form input {
  background: white;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-family: "Times New Roman", Serif, serif;
}
@media (min-width: 1px) and (max-width: 1024px) {
  footer form input {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  footer form input {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  footer form input {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  footer form input {
    font-size: 32px;
  }
}
footer form input:focus {
  outline: none;
}

.popup-cover, .pagebleue {
  z-index: 1000001;
  position: fixed;
  top: 100vh;
  height: 100vh;
  width: 100vw;
  background-color: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-cover a.btn.close, .pagebleue a.btn.close {
  position: fixed;
  width: 33.333px;
  height: 33.333px;
  opacity: 0;
  background-image: url("/img/close.svg");
  background-size: 33.333px 33.333px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    right: 33.3335px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    right: 20.0001px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    right: 33.3335px;
  }
}
@media (min-width: 5441px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    right: 53.3336px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    top: 33.3335px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    top: 20.0001px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    top: 33.3335px;
  }
}
@media (min-width: 5441px) {
  .popup-cover a.btn.close, .pagebleue a.btn.close {
    top: 53.3336px;
  }
}
.popup-cover .content, .pagebleue .content {
  padding-bottom: 600px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content, .pagebleue .content {
    margin-left: 100px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content, .pagebleue .content {
    margin-left: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content, .pagebleue .content {
    margin-left: 100px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content, .pagebleue .content {
    margin-left: 160px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content, .pagebleue .content {
    margin-right: 100px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content, .pagebleue .content {
    margin-right: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content, .pagebleue .content {
    margin-right: 100px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content, .pagebleue .content {
    margin-right: 160px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content, .pagebleue .content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.popup-cover .content .largetitles, .pagebleue .content .largetitles {
  position: relative;
  height: auto;
  margin-left: -100px;
  margin-right: -100px;
  padding-bottom: 0;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content .largetitles, .pagebleue .content .largetitles {
    line-height: 33px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.popup-cover .content .largetitles .container, .pagebleue .content .largetitles .container {
  position: absolute;
  top: 62px;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content .largetitles .container, .pagebleue .content .largetitles .container {
    top: 72px;
  }
}
.popup-cover .content .largetitles .letter, .pagebleue .content .largetitles .letter {
  color: transparent;
}
.popup-cover .content .largetitles .letter.active, .pagebleue .content .largetitles .letter.active {
  color: black;
}
.popup-cover .content .largetitles .measure .letter-measure, .pagebleue .content .largetitles .measure .letter-measure {
  display: none;
}
.popup-cover .content .largetitles .measure .letter-measure.active, .pagebleue .content .largetitles .measure .letter-measure.active {
  display: inline;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    line-height: 30.8px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    line-height: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    line-height: 30.8px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    line-height: 35.2px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-top: 50px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-top: 50px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-top: 80px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-bottom: 50px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-bottom: 50px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content .pitch, .popup-cover .content .counter, .pagebleue .content .pitch, .pagebleue .content .counter {
    margin-bottom: 80px;
  }
}
.popup-cover .content .counter, .pagebleue .content .counter {
  margin-top: 15px;
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content .counter, .pagebleue .content .counter {
    margin-left: 30px;
  }
}
.popup-cover .content .gallery, .pagebleue .content .gallery {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.popup-cover .content .gallery .gallery-item, .pagebleue .content .gallery .gallery-item {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.popup-cover .content .gallery .gallery-item:first-of-type, .pagebleue .content .gallery .gallery-item:first-of-type {
  left: 0;
}
.popup-cover .content .gallery .prev, .pagebleue .content .gallery .prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
}
.popup-cover .content .gallery .next, .pagebleue .content .gallery .next {
  cursor: pointer;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup-cover .content section.text, .pagebleue .content section.text {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
  max-width: 100%;
}
.popup-cover .content section.text p, .pagebleue .content section.text p {
  max-width: 850px;
  margin-bottom: 28px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .popup-cover .content section.text p, .pagebleue .content section.text p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content section.text p, .pagebleue .content section.text p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .popup-cover .content section.text p, .pagebleue .content section.text p {
    margin-bottom: 28px;
  }
}
@media (min-width: 5441px) {
  .popup-cover .content section.text p, .pagebleue .content section.text p {
    margin-bottom: 32px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .popup-cover .content section.text p, .pagebleue .content section.text p {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.project-pane {
  overflow-x: hidden;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane {
    margin-left: 100px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane {
    margin-left: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane {
    margin-left: 100px;
  }
}
@media (min-width: 5441px) {
  .project-pane {
    margin-left: 160px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane {
    margin-right: 100px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane {
    margin-right: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane {
    margin-right: 100px;
  }
}
@media (min-width: 5441px) {
  .project-pane {
    margin-right: 160px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.project-pane .project-container {
  position: absolute;
  width: 100%;
  background-color: white;
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane .pitch, .project-pane .counter {
    padding-left: 0;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane .pitch, .project-pane .counter {
    font-size: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane .pitch, .project-pane .counter {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane .pitch, .project-pane .counter {
    font-size: 28px;
  }
}
@media (min-width: 5441px) {
  .project-pane .pitch, .project-pane .counter {
    font-size: 32px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane .pitch, .project-pane .counter {
    line-height: 30.8px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane .pitch, .project-pane .counter {
    line-height: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane .pitch, .project-pane .counter {
    line-height: 30.8px;
  }
}
@media (min-width: 5441px) {
  .project-pane .pitch, .project-pane .counter {
    line-height: 35.2px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane .pitch, .project-pane .counter {
    margin-bottom: 25px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane .pitch, .project-pane .counter {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane .pitch, .project-pane .counter {
    margin-bottom: 25px;
  }
}
@media (min-width: 5441px) {
  .project-pane .pitch, .project-pane .counter {
    margin-bottom: 40px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane .counter {
    margin-top: 15px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane .counter {
    margin-top: 9px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane .counter {
    margin-top: 15px;
  }
}
@media (min-width: 5441px) {
  .project-pane .counter {
    margin-top: 24px;
  }
}
.project-pane.now-futur .counter {
  display: block;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane.now-futur .pitch {
    margin-top: 15px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane.now-futur .pitch {
    margin-top: 9px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane.now-futur .pitch {
    margin-top: 15px;
  }
}
@media (min-width: 5441px) {
  .project-pane.now-futur .pitch {
    margin-top: 24px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane.now-futur .pitch {
    margin-bottom: 50px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane.now-futur .pitch {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane.now-futur .pitch {
    margin-bottom: 50px;
  }
}
@media (min-width: 5441px) {
  .project-pane.now-futur .pitch {
    margin-bottom: 80px;
  }
}
.project-pane section.text {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
  max-width: 100%;
}
.project-pane section.text.pitchy {
  width: 550px;
  max-width: 100%;
  text-align: center;
}
.project-pane section.text p {
  max-width: 850px;
  margin-bottom: 28px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane section.text p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane section.text p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane section.text p {
    margin-bottom: 28px;
  }
}
@media (min-width: 5441px) {
  .project-pane section.text p {
    margin-bottom: 32px;
  }
}
.project-pane section.text a {
  color: blue;
  text-decoration: none;
}
.project-pane .photo-credit {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .project-pane .photo-credit {
    font-size: 20px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .project-pane .photo-credit {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .project-pane .photo-credit {
    font-size: 20px;
  }
}
@media (min-width: 5441px) {
  .project-pane .photo-credit {
    font-size: 25px;
  }
}
.project-pane a.project-more + .photo-credit {
  margin-top: 25px;
}

section.svg-lieu {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 100px;
}
@media (min-width: 1px) and (max-width: 550px) {
  section.svg-lieu {
    display: none;
  }
}
section.svg-lieu svg {
  display: block;
  background-color: transparent;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
section.svg-lieu .lieu-tag {
  opacity: 0;
}
section.svg-lieu .lieu-tag.selected {
  opacity: 1;
}
section.svg-lieu .lieu-tag .terminal {
  opacity: 0;
}
section.svg-lieu .svg-lieu-label {
  position: absolute;
  width: auto;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding-left: 22.5px;
  padding-right: 22.5px;
  border-radius: 15px;
  color: white;
  background-color: blue;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
  section.svg-lieu .svg-lieu-label {
    font-size: 15px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  section.svg-lieu .svg-lieu-label {
    font-size: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  section.svg-lieu .svg-lieu-label {
    font-size: 15px;
  }
}
@media (min-width: 5441px) {
  section.svg-lieu .svg-lieu-label {
    font-size: 20px;
  }
}

a.project-more {
  display: block;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #575757;
  border-radius: 24px;
  color: white;
  text-decoration: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
a.project-more:hover {
  background-color: blue;
}

.project-galery-navigate {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.project-galery-navigate a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.project-galery-navigate a.next {
  right: 0;
  width: 50%;
}
.project-galery-navigate a.play {
  display: none;
  left: calc(50% - 30px);
  width: 60px;
  background-image: url("/img/play.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
.project-galery-navigate a.prev {
  left: 0;
  width: 50%;
}
.project-galery-navigate.video a.prev {
  width: calc(50% - 30px);
}
.project-galery-navigate.video a.play {
  display: block;
}
.project-galery-navigate.video a.next {
  width: calc(50% - 30px);
}

.pagebleue {
  opacity: 0;
  top: 0;
  background-color: blue;
  color: white;
}
.pagebleue a {
  color: white;
}
.pagebleue a:hover, .pagebleue a:visited {
  color: white;
}
.pagebleue .columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}
.pagebleue .columns .col {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 25px;
  width: 50%;
  vertical-align: top;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .columns .col {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pagebleue .columns .col p {
  margin-bottom: 28px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .columns .col p {
    font-size: 20px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .pagebleue .columns .col p {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .pagebleue .columns .col p {
    font-size: 20px;
  }
}
@media (min-width: 5441px) {
  .pagebleue .columns .col p {
    font-size: 25px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .columns .col p {
    line-height: 22px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .pagebleue .columns .col p {
    line-height: 19.8px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .pagebleue .columns .col p {
    line-height: 22px;
  }
}
@media (min-width: 5441px) {
  .pagebleue .columns .col p {
    line-height: 27.5px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .columns .col p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .pagebleue .columns .col p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .pagebleue .columns .col p {
    margin-bottom: 28px;
  }
}
@media (min-width: 5441px) {
  .pagebleue .columns .col p {
    margin-bottom: 32px;
  }
}
.pagebleue .content {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50vh;
}
.pagebleue .content .gallery {
  width: 850px;
  height: 478.125px;
  max-width: 100%;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .content .gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 56.25vw;
  }
}
.pagebleue .content .largetitles {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 50px;
  hyphens: none;
  word-break: normal;
  overflow-y: hidden;
}
@media (min-width: 1px) and (max-width: 550px) {
  .pagebleue .content .largetitles {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .content .largetitles {
    line-height: 66px;
  }
}
@media (min-width: 1px) and (max-width: 550px) {
  .pagebleue .content .largetitles {
    line-height: 44px;
  }
}
@media (min-width: 1025px) and (max-width: 5440px) {
  .pagebleue .content .largetitles {
    line-height: 101.2px;
  }
}
@media (min-width: 5441px) {
  .pagebleue .content .largetitles {
    line-height: 101.2px;
  }
}
.pagebleue .content .largetitles .letter.active {
  color: white;
}
.pagebleue .svg-map {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media (min-width: 1px) and (max-width: 1024px) {
  .pagebleue .svg-map {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
.pagebleue .map {
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  height: 478.125px;
}
.pagebleue .map a.cache {
  position: absolute;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: black;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  text-decoration: none;
  text-align: center;
}
.pagebleue .map a.cache:hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.pagebleue a.btn.close {
  opacity: 1;
  mix-blend-mode: difference;
  background-image: url("/img/ico-close-white.svg");
}

*::selection {
  background: #9482FF;
}

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