/*
Theme Name: Labo des Minots
Author: Nicolas Pigelet
Author URI: http://nicolaspigelet.com/
Description: Custom theme for Labo des Minots
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

@font-face {
  font-family: "Sporting Grotesque";
  src: url("./assets/fonts/sportinggrotesque-bold-webfont.woff2") format("woff2"), url("./assets/fonts/sportinggrotesque-bold-webfont.woff") format("woff"), url("./assets/fonts/SportingGrotesque-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sporting Grotesque";
  src: url("./assets/fonts/sportinggrotesque-regular-webfont.woff2") format("woff2"), url("./assets/fonts/sportinggrotesque-regular-webfont.woff") format("woff"), url("./assets/fonts/SportingGrotesque-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("./assets/fonts/gothic-webfont.woff2") format("woff2"), url("./assets/fonts/gothic-webfont.woff") format("woff"), url("./assets/fonts/GOTHIC.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("./assets/fonts/gothicb-webfont.woff2") format("woff2"), url("./assets/fonts/gothicb-webfont.woff") format("woff"), url("./assets/fonts/gothicb.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html {
  background-color: #F7F5F4;
  font-size: 62.5%;
}

body {
  font-family: "Sporting Grotesque", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.btn-menu {
  display: none;
}

.site-header {
  background: white;
  height: 10rem;
  left: 50%;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  transition: background 0.2s linear, height 0.2s ease;
}
.site-header .site-logo .logo-home {
  display: none;
}
.site-header .site-logo .logo-sticky {
  display: block;
  height: 8.2rem;
  width: 19rem;
}
.site-header .header-mobile {
  display: none;
}

.header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 148rem;
  padding: 1rem 3.2rem;
}

.is-header-home {
  background: transparent;
  justify-content: space-between;
  height: 14.6rem;
}
.is-header-home .site-logo {
  display: block;
  height: 12rem;
  width: 28rem;
}
.is-header-home .site-logo .logo-home {
  display: block;
}
.is-header-home .site-logo .logo-sticky {
  display: none;
}
.is-header-home .site-nav .nav-link {
  color: white;
}
.is-header-home .site-nav .nav-link:hover {
  opacity: 0.8;
}
.is-header-home .sponsors {
  display: block;
}

.header-nav {
  display: flex;
  flex-direction: column;
}

.sponsors {
  display: none;
  order: -1;
}
.sponsors .header {
  display: block;
}
.sponsors .mobile {
  display: none;
}
.sponsors ul {
  align-items: center;
  border-bottom: 0.1rem solid white;
  color: white;
  display: flex;
  float: right;
  font-family: "Century Gothic", Arial, sans-serif;
  justify-content: flex-end;
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
}
.sponsors li + li {
  margin-left: 3.2rem;
}
.sponsors a {
  display: block;
  height: 3.8rem;
}
.sponsors img {
  display: block;
  max-height: 100%;
}

.site-nav {
  align-items: center;
  clear: both;
  display: flex;
}
.site-nav li {
  margin-left: 3.2rem;
}
.site-nav .nav-link {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.site-nav .button {
  font-weight: bold;
}

.site-footer {
  background: white;
}
.site-footer .footer-content {
  margin: 0 auto;
  max-width: 148rem;
  padding: 4rem 6rem;
}
.site-footer .footer-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.site-footer .footer-list ul {
  align-items: center;
  display: flex;
}
.site-footer .footer-list li + li {
  margin-left: 3.2rem;
}
.site-footer .footer-list a {
  color: black;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.site-footer .footer-list a:hover {
  text-decoration: underline;
}
.site-footer .footer-list a:hover img {
  opacity: 1;
}
.site-footer .footer-credits {
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 1rem;
  text-align: right;
}
.site-footer .footer-credits a {
  color: black;
}
.site-footer .footer-credits a:hover {
  text-decoration: none;
}
.site-footer .sponsors {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-footer .sponsors ul {
  color: black;
  margin: 0;
  padding: 0;
}
.site-footer .sponsors a {
  height: 7.8rem;
  text-decoration: none;
}
.site-footer .sponsors a + a {
  margin-left: 6rem;
}
.site-footer .sponsors img {
  display: block;
  height: 100%;
}

.site-content {
  margin-bottom: -4.5rem;
  padding-top: 10rem;
}

/* Block Content */
.block-content .block-content-inner {
  margin: 0 auto;
  max-width: 112rem;
}
.block-content .block-title {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 4.3rem;
}
.block-content .block-subtitle {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 5rem;
}
.block-content .block-text {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.block-content .block-text a {
  color: black;
  text-decoration: underline;
}
.block-content .block-text a:hover {
  text-decoration: none;
}
.block-content .block-text strong {
  font-weight: bold;
}
.block-content .block-text em {
  font-style: italic;
}
.block-content .block-text .aligncenter {
  display: block;
  margin: 2rem auto;
  text-align: center;
}
.block-content .block-text .alignleft {
  float: left;
  margin-right: 4rem;
}
.block-content .block-text .alignright {
  float: right;
  margin-left: 4rem;
}
.block-content .block-text p + p {
  margin-top: 2rem;
}
.block-content .block-text img {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.block-content .block-cards {
  column-gap: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 3.2rem;
}
.block-content .block-button {
  margin: 6rem 0 8rem;
  text-align: center;
}

/* BLOCK Common */
.block-narrow .block-content-inner {
  margin: 0 auto;
  max-width: 74rem;
}
.block-narrow .block-title {
  margin: 3rem 0;
  text-align: center;
}

.block-text-narrow {
  margin: 0 auto 10rem;
  max-width: 74rem;
}

.block-2-cols {
  margin: 0 auto;
  max-width: 108rem;
}
.block-2-cols .block-title {
  margin: 3rem auto;
  max-width: 74rem;
  text-align: center;
}
.block-2-cols .block-cols {
  align-items: flex-start;
  display: flex;
}
.block-2-cols .block-text {
  max-width: 74rem;
  margin: 0 17rem 0 0;
  width: 74rem;
}
.block-2-cols .block-methods {
  margin-right: 4rem;
  width: 13rem;
}
.block-2-cols .block-methods .block-title {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 0;
}

.block-color {
  overflow: hidden;
  text-align: center;
}
.block-color .block-content-inner {
  padding: 8rem 0 5rem;
}
.block-color .block-title {
  color: white;
  margin-bottom: 2.5rem;
}
.block-color .block-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0 auto;
  max-width: 60rem;
}
.block-color .illus {
  bottom: 12rem;
  left: 50%;
  position: absolute;
  transform: translateX(45rem);
}
.block-color.block-more .illus {
  left: auto;
  right: 50%;
  transform: translateX(-44rem);
}
.block-color.block-results .illus, .block-color.block-study .illus {
  bottom: 5rem;
}

.block-interstice {
  background: #5091E2;
  height: 50rem;
}

/* HOME Blocks */
.block-content-home h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.block-content-home p {
  line-height: 1.8;
  margin: 0 auto 4rem;
  max-width: 70rem;
}

.block-content-home strong {
  font-weight: bold;
}
.block-content-home i {
  font-style: italic;
}
.block-content-home strong, .block-content-home i {
  display: inline-block;
}
.block-content-home a {
  color: black;
}
.block-content-home a:hover {
  text-decoration: none;
}
.block-content-home .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.block-content-home .wp-block-gallery .wp-block-image,
.block-content-home .wp-block-gallery .wp-block-image a,
.block-content-home .wp-block-gallery .wp-block-image img {
  width: 100% !important;
}

.block-featured-projects .block-title {
  margin-top: 6rem;
}

.block-participate {
  background: #5091E2;
  margin-top: -7rem;
  position: relative;
}
.block-participate:before {
  background: url("./assets/images/curve-bottom-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 9rem;
  width: 100%;
}
.block-participate .block-title {
  margin: 0 auto 2.5rem;
  max-width: 45rem;
}

.block-featured-results {
  margin-top: 12rem;
}
.block-featured-results .block-content-inner {
  margin-top: -5rem;
}
.block-featured-results .block-cards {
  column-gap: 8rem;
}
.block-featured-results .card-link {
  text-align: center;
}
.block-featured-results .card-link img {
  height: 10rem;
  width: auto;
}

.block-featured-faq {
  margin-top: 15rem;
}
.block-featured-faq .block-content-inner {
  margin: 0 auto;
  max-width: 74rem;
}
.block-featured-faq .block-title,
.block-featured-faq .block-subtitle {
  text-align: center;
}

/* LABO Blocks */
.block-results,
.block-study,
.block-team,
.block-projects {
  background: #4BB08A;
  margin-top: -7rem;
  position: relative;
}
.block-results:before,
.block-study:before,
.block-team:before,
.block-projects:before {
  background: url("./assets/images/curve-bottom-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 9rem;
  width: 100%;
}
.block-results .block-button,
.block-study .block-button,
.block-team .block-button,
.block-projects .block-button {
  margin-bottom: 4rem;
}

.block-people .block-title {
  text-align: center;
}
.block-people .block-cards-person {
  margin: 6rem 0 9rem;
}

.block-more-info {
  text-align: center;
}
.block-more-info .block-title {
  margin-bottom: 3rem;
}

.block-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 41rem;
}

/* DEROULEMENT Blocks */
.block-content-study {
  margin: 0 auto;
  max-width: 93rem;
}
.block-content-study .block-content-inner {
  margin: 6.4rem 0 20rem;
}
.block-content-study .block-title {
  margin: 3rem auto 10rem;
  max-width: 74rem;
  text-align: center;
}
.block-content-study .card-media:nth-child(odd) .card-media-img {
  margin-right: 3rem;
  text-align: right;
}
.block-content-study .card-media:nth-child(even) .card-media-img {
  margin-left: 3rem;
  order: 2;
  text-align: left;
}
.block-content-study .card-media:nth-child(1) .card-media-img img {
  max-width: 31.4rem;
}
.block-content-study .card-media:nth-child(2) .card-media-img img {
  max-width: 35.4rem;
}
.block-content-study .card-media:nth-child(3) .card-media-img img {
  max-width: 26rem;
}
.block-content-study .card-media:nth-child(4) .card-media-img img {
  max-width: 29rem;
}
.block-content-study .card-media:nth-child(5) .card-media-img img {
  max-width: 26rem;
}
.block-content-study .card-media:nth-child(6) .card-media-img img {
  max-width: 26rem;
}

.page-study .block-participate {
  padding-bottom: 10rem;
}

.block-more {
  margin-top: -17rem;
  position: relative;
}
.block-more .block-title {
  color: black;
}
.block-more .block-content-inner {
  padding-top: 0;
}
.block-more:before {
  background: url("./assets/images/curve-left-to-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}

/* PROJECTS Blocks */
.block-content-projects .block-content-inner,
.block-content-methods .block-content-inner,
.block-content-results .block-content-inner,
.block-content-mentions .block-content-inner,
.block-content-contact .block-content-inner {
  margin: 6.4rem auto 12rem;
}
.block-content-projects .block-title,
.block-content-methods .block-title,
.block-content-results .block-title,
.block-content-mentions .block-title,
.block-content-contact .block-title {
  margin: 3rem auto 6.4rem;
  max-width: 74rem;
  text-align: center;
}
.block-content-projects .card,
.block-content-methods .card,
.block-content-results .card,
.block-content-mentions .card,
.block-content-contact .card {
  margin-bottom: 4rem;
}
.block-content-projects .card-project .card-title,
.block-content-methods .card-project .card-title,
.block-content-results .card-project .card-title,
.block-content-mentions .card-project .card-title,
.block-content-contact .card-project .card-title {
  min-height: 6.4rem;
}

.block-content-methods .card-img {
  height: 10rem;
}
.block-content-methods .card-project .card-title {
  min-height: auto;
}

/* FAQ Blocks */
.block-content-faq .block-content-inner {
  margin: 6.4rem auto 20rem;
  max-width: 74rem;
}
.block-content-faq .block-title {
  margin: 2.6rem 0 7rem;
  text-align: center;
}

.breadcrumb ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.breadcrumb li + li {
  margin-left: 1rem;
}
.breadcrumb a {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: black;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb a[href]:hover {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 1.5rem 2.4rem;
  text-decoration: none;
}
.button.button-light {
  background: white;
  color: black;
}
.button.button-light:hover {
  background: black;
  color: white;
}
.button.button-dark {
  background: black;
  color: white;
}
.button.button-dark:hover {
  background: white;
  color: black;
}
.button.fixed-bottom-right {
  bottom: 5rem;
  left: 100%;
  position: sticky;
  transform: translateX(-3.2rem);
}

.card {
  color: black;
}
.card:not(.card-transparent) .card-media-img {
  display: block;
  height: 240px;
  margin: 0 auto;
  max-width: 35.1rem;
  overflow: hidden;
  width: auto;
}
.card:not(.card-transparent) .card-media-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.card .card-title {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 1.2rem;
}
.card .card-url {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.card .card-url a {
  color: black;
  text-decoration: none;
}
.card .card-url a:hover {
  text-decoration: underline;
}
.card .card-job {
  border: 1px solid black;
  display: inline-block;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.2rem;
  padding: 0.7rem 1rem 0.6rem;
}
.card .card-content {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-family: "Century Gothic", Arial, sans-serif;
  margin-top: 1.2rem;
}
.card .card-btn {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: black;
  display: block;
  margin-top: 1.2rem;
  text-decoration: none;
}
.card .card-btn:hover {
  text-decoration: underline;
}
.card.centered .card-title,
.card.centered .card-text,
.card.centered .card-content,
.card.centered .card-btn,
.card.centered .card-media-img {
  text-align: center;
}

.card-link {
  text-decoration: none;
}
.card-link:hover .card-title {
  text-decoration: underline;
}

.card-person .card-text,
.card-person .card-btn-read-less {
  display: none;
}
.card-person.is-open .card-excerpt,
.card-person.is-open .card-btn-read-more {
  display: none;
}
.card-person.is-open .card-text,
.card-person.is-open .card-btn-read-less {
  display: block;
}
.card-person .card-title {
  line-height: 2rem;
}
.card-person .card-url {
  line-height: 2rem;
}
.card-person .card-doc_f,
.card-person .card-doc_m {
  border-color: #5091E2;
  color: #5091E2;
}
.card-person .card-post-doc_f,
.card-person .card-post-doc_m {
  border-color: #EBBF2A;
  color: #EBBF2A;
}
.card-person .card-research_f,
.card-person .card-research_m {
  border-color: #4BB08A;
  color: #4BB08A;
}
.card-person .card-engineer_f,
.card-person .card-engineer_m {
  border-color: #FD9592;
  color: #FD9592;
}

.card-media {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.card-media-img {
  width: 35.4rem;
}
.card-media + .card-media {
  margin-top: 8.4rem;
}
.card-media-content {
  margin-top: 12rem;
  max-width: 45rem;
}
.card-media-title {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 4.3rem;
}
.card-media-text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 1.4rem;
}
.card-media-text strong {
  font-weight: bold;
}
.card-media-text i {
  font-style: italic;
}
.card-media-text u {
  text-decoration: underline;
}
.card-media-text a {
  color: black;
}
.card-media-text a:hover {
  text-decoration: none;
}
.card-media:nth-child(2n) {
  text-align: right;
}

.card-project,
.card-person {
  text-decoration: none;
}
.card-project:hover .card-btn,
.card-person:hover .card-btn {
  text-decoration: underline;
}
.card-project .card-title,
.card-project .card-btn,
.card-person .card-title,
.card-person .card-btn {
  font-weight: bold;
}

.card-transparent img {
  background: transparent;
  height: auto;
  margin: 0 auto 3rem;
  max-height: 50%;
  max-width: 50%;
  width: auto;
}

.faq + .faq {
  border-top: 1px solid #EEE9E7;
}
.faq .faq-question {
  font-size: 1.6rem;
  line-height: 3.2rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}
.faq .icon {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: black;
  margin-left: 10rem;
  text-decoration: none;
}
.faq .icon .plus {
  display: block;
}
.faq .icon .minus {
  display: none;
}
.faq .faq-answer {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-family: "Century Gothic", Arial, sans-serif;
  height: auto;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-right: 10rem;
  transition: max-height 0.4s ease, margin 0.3s ease;
}
.faq.is-open .icon .plus {
  display: none;
}
.faq.is-open .icon .minus {
  display: block;
}
.faq.is-open .faq-answer {
  margin-bottom: 3rem;
  max-height: 50rem;
}

.hero {
  background: #9999FF;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-inside {
  color: white;
  padding: 21rem 0;
  margin: 0 auto;
  max-width: 78rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero p {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 5.6rem;
  margin-top: 4rem;
}
.hero .button {
  margin-top: 4rem;
}

.link-social {
  align-items: center;
  color: black;
  display: flex;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.link-social .link-fb:hover img,
.link-social .link-ig:hover img {
  opacity: 1;
}
.link-social img {
  display: block;
  margin-left: 0.5rem;
  opacity: 0.7;
  width: 1.6rem;
}

.home .sponsors-list li:first-child {
  display: none;
}
.home .sponsors-list li:first-child + li {
  margin-left: 0;
}
.home .site-nav {
  visibility: hidden;
}
.home .fixed-bottom-right {
  display: none;
}
.home .site-content {
  margin-bottom: 0;
}
.home .site-footer .footer-links {
  display: none;
}

.home .site-content,
.page-home .site-content {
  padding-top: 0;
}
.home .block-illus,
.page-home .block-illus {
  align-items: flex-end;
  display: flex;
  position: absolute;
  right: 6rem;
  top: 13rem;
}
.home .block-illus-img,
.page-home .block-illus-img {
  transform: translate(6rem, -5.5rem);
}
.home .block-illus-text,
.page-home .block-illus-text {
  font-size: 1rem;
  line-height: 1.7rem;
  max-width: 16rem;
}
.home .block-featured-projects,
.page-home .block-featured-projects {
  margin-top: -17rem;
  position: relative;
}
.home .block-featured-projects:before,
.page-home .block-featured-projects:before {
  background: url("./assets/images/curve-right-to-left.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.home .block-participate,
.page-home .block-participate {
  padding-bottom: 10rem;
}
.home .block-featured-results,
.page-home .block-featured-results {
  margin-top: -17rem;
  position: relative;
}
.home .block-featured-results:before,
.page-home .block-featured-results:before {
  background: url("./assets/images/curve-left-to-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.home .block-featured-results .card-media-img,
.page-home .block-featured-results .card-media-img {
  width: 100%;
}
.home .block-interstice,
.page-home .block-interstice {
  background: url("./assets/images/bg-interstice.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -7rem;
  padding-bottom: 10rem;
  position: relative;
}
.home .block-interstice:before,
.page-home .block-interstice:before {
  background: url("./assets/images/curve-bottom-left.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 9rem;
  width: 100%;
}
.home .block-featured-faq,
.page-home .block-featured-faq {
  margin-top: -17rem;
  position: relative;
}
.home .block-featured-faq:before,
.page-home .block-featured-faq:before {
  background: url("./assets/images/curve-right-to-left.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}

.page-labo .block-header-labo {
  margin-top: -17rem;
  position: relative;
}
.page-labo .block-header-labo:before {
  background: url("./assets/images/curve-right-to-left.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.page-labo .block-header-labo .block-text {
  margin-bottom: 10rem;
}
.page-labo .block-interstice-labo {
  background: url("./assets/images/bg-interstice-labo.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -7rem;
  padding-bottom: 10rem;
  position: relative;
}
.page-labo .block-interstice-labo:before {
  background: url("./assets/images/curve-bottom-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 9rem;
  width: 100%;
}
.page-labo .block-people {
  margin-top: -17rem;
  position: relative;
}
.page-labo .block-people:before {
  background: url("./assets/images/curve-right-to-left.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}

.page-results .block-team {
  padding-bottom: 10rem;
}
.page-results .block-content-publications {
  margin-top: -17rem;
  margin-bottom: 10rem;
  position: relative;
}
.page-results .block-content-publications:before {
  background: url("./assets/images/curve-left-to-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}

.page-contact .button.fixed-bottom-right {
  display: none;
}
.page-contact .block-content-contact {
  position: relative;
  z-index: 100;
}
.page-contact .block-content-contact a {
  text-decoration: none;
}
.page-contact .block-content-contact a:hover {
  text-decoration: underline;
}
.page-contact .block-content-contact .card {
  text-align: center;
}
.page-contact .block-content-contact .card:last-child .card-content {
  display: none;
}
.page-contact .block-content-contact .card-title {
  font-weight: bold;
}
.page-contact .block-content-contact .card-media-img {
  height: 12rem;
  margin-bottom: 4rem;
}
.page-contact .block-content-contact .card-media-img img {
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
}
.page-contact .block-map {
  height: 700px;
  width: 100%;
  margin-top: -22rem;
  position: relative;
}
.page-contact .block-map:before {
  background: url("./assets/images/curve-bottom-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
.page-contact .block-participate {
  background-color: transparent;
  margin-top: -17rem;
}
.page-contact .block-participate:before {
  background: url("./assets/images/curve-right-to-left.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.page-contact .block-participate .block-content-inner {
  padding-top: 0;
}
.page-contact .block-participate .block-title {
  color: black;
}

.single-method .breadcrumb {
  margin-top: 11rem;
}
.single-method .block-method {
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
  z-index: 10;
}
.single-method .block-method .block-title {
  margin: 3rem auto;
  text-align: center;
}
.single-method .block-method .block-text {
  margin: 0 0 5rem;
}
.single-method .block-participate {
  padding-bottom: 10rem;
}
.single-method .block-featured-methods {
  margin-top: -17rem;
  margin-bottom: 10rem;
  position: relative;
}
.single-method .block-featured-methods:before {
  background: url("./assets/images/curve-left-to-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.single-method .block-featured-methods .block-title {
  margin-top: 0;
  margin-bottom: 7rem;
  text-align: center;
}
.single-method .block-featured-methods .card-media-img img {
  height: 10rem;
}

.single-project .breadcrumb {
  margin-top: 11rem;
}
.single-project .block-cols {
  position: relative;
  z-index: 10;
}
.single-project .block-cols .block-text {
  margin-bottom: 10rem;
}
.single-project .block-participate {
  padding-bottom: 10rem;
}
.single-project .block-featured-projects {
  margin-top: -17rem;
  margin-bottom: 10rem;
  position: relative;
}
.single-project .block-featured-projects:before {
  background: url("./assets/images/curve-left-to-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.single-project .block-featured-projects .block-title {
  margin-top: 0;
  margin-bottom: 7rem;
  text-align: center;
}
.single-project .card-method {
  color: black;
  display: block;
  margin-bottom: 4rem;
  text-align: center;
  text-decoration: none;
}
.single-project .card-method:hover .card-method-text {
  text-decoration: underline;
}
.single-project .card-method img {
  display: block;
  max-height: 5rem;
  margin: 0 auto 2rem;
  max-width: 6.5rem;
}

.single-result .breadcrumb {
  margin-top: 11rem;
}
.single-result .block-result {
  margin: 0 auto 10rem;
  max-width: 80rem;
  position: relative;
  z-index: 10;
}
.single-result .block-result .block-title {
  margin: 3rem auto;
  text-align: center;
}
.single-result .block-participate {
  padding-bottom: 10rem;
}
.single-result .block-featured-results {
  margin-top: -17rem;
  margin-bottom: 10rem;
  position: relative;
}
.single-result .block-featured-results:before {
  background: url("./assets/images/curve-left-to-right.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17rem;
  width: 100%;
}
.single-result .block-featured-results .block-title {
  margin-top: 0;
  margin-bottom: 7rem;
  text-align: center;
}
.single-result .block-featured-results .card-media-img img {
  height: 10rem;
}

/* MOBILE */
@media screen and (max-width: 768px) {
  .site {
    position: relative;
  }
  .site-header {
    display: flex;
    height: 8rem;
  }
  .site-header .btn-menu {
    display: block;
    position: fixed;
    top: 2.6rem;
    left: 2.6rem;
    width: 2.8rem;
    height: 2.8rem;
    z-index: 1000;
  }
  .site-header .btn-menu span, .site-header .btn-menu:before, .site-header .btn-menu:after {
    background: black;
    content: "";
    display: block;
    height: 0.2rem;
    position: absolute;
    width: 2.8rem;
    transition: transform 0.2s ease;
  }
  .site-header .btn-menu span {
    overflow: hidden;
    text-indent: -500rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .btn-menu:before {
    top: 0.3rem;
  }
  .site-header .btn-menu:after {
    bottom: 0.3rem;
  }
  .site-header .header-mobile {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 4rem 4rem 2rem;
  }
  .site-header .link-social img {
    width: 2rem;
  }
  .site-header .header-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    min-height: 100vh;
    overflow-y: scroll;
    background: white;
    transform: translateX(-100vw);
    transition: transform 0.2s ease;
  }
  .site-header.is-header-home {
    height: 8rem;
  }
  .site-header.is-header-home .site-nav .nav-link {
    color: black;
  }
  .site-header.is-header-home .btn-menu span, .site-header.is-header-home .btn-menu:before, .site-header.is-header-home .btn-menu:after {
    background-color: white;
  }
  .site-header.is-header-home .sponsors {
    display: block;
  }
  .site-header .sponsors {
    display: block;
    order: 1;
  }
  .site-header .sponsors .sponsors-list {
    align-items: center;
    flex-direction: column;
    float: none;
    justify-content: center;
  }
  .site-header .sponsors li:first-child {
    color: black;
  }
  .site-header .sponsors li + li {
    margin-top: 2rem;
    margin-left: 0;
  }
  .site-header .sponsors a {
    height: 7.8rem;
  }
  .site-header .sponsors .header {
    display: none;
  }
  .site-header .sponsors .mobile {
    display: block;
  }
  .site-header .header-logo, .site-header.is-header-home .site-logo,
.site-header .site-logo .logo-sticky {
    height: auto;
    margin: 0 auto;
    width: 15rem;
  }
  .site-header .header-content {
    padding: 0;
  }
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 5rem;
  }
  .site-nav li {
    margin: 3rem 4rem 0;
  }
  .site-content {
    padding-top: 8rem;
  }
  .home .block-illus,
.page-home .block-illus {
    top: 5rem;
  }
  .home .block-content .block-title,
.home .block-content .block-subtitle,
.home .block-content .block-text,
.page-home .block-content .block-title,
.page-home .block-content .block-subtitle,
.page-home .block-content .block-text {
    text-align: center;
  }
  .home .card .card-title,
.page-home .card .card-title {
    text-align: center;
  }
  .hero-inside {
    padding-top: 15rem;
  }
  .hero p {
    font-size: 2.4rem;
    line-height: 3.9rem;
    margin: 0 2rem;
  }
  .block-participate:before,
.block-results:before,
.block-projects:before,
.block-team:before,
.home .block-featured-results:before,
.home .block-interstice:before,
.home .block-featured-faq:before,
.page-home .block-featured-results:before,
.page-home .block-interstice:before,
.page-home .block-featured-faq:before,
.page-labo .block-header-labo:before,
.page-labo .block-interstice-labo:before,
.page-labo .block-people:before,
.page-labo .block-more:before,
.page-results .block-content-publications:before,
.page-contact .block-map:before,
.page-contact .block-participate:before,
.single-project .block-featured-projects:before,
.single-method .block-featured-methods:before,
.single-result .block-featured-results:before {
    background-size: 200% 100%;
  }
  .home .block-featured-projects:before,
.page-home .block-featured-projects:before {
    background-size: 300% 100%;
  }
  .block-content .block-cards {
    display: flex;
    flex-direction: column;
  }
  .block-content .block-content-inner {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .block-content-faq .block-content-inner {
    margin-bottom: 5rem;
  }
  .card-media {
    flex-direction: column;
  }
  .card-media-content {
    margin-top: 2rem;
  }
  .block-content-study .card-media:nth-child(even) .card-media-img {
    order: inherit;
  }
  .card:not(.card-transparent) .card-media-img,
.card-media-img {
    max-width: 100%;
    width: 100%;
  }
  .block-2-cols {
    margin: 0 2rem;
  }
  .block-2-cols .block-cols {
    flex-direction: column;
  }
  .block-2-cols .block-methods {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .block-2-cols .block-text {
    width: 100%;
  }
  .single-method .block-method,
.single-result .block-result {
    margin: 0 2rem;
  }
  .site-footer {
    padding-top: 5rem;
  }
  .site-footer .footer-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 10rem;
  }
  .site-footer .sponsors {
    justify-content: center;
  }
  .site-footer .sponsors-list {
    flex-direction: column;
  }
  .site-footer .sponsors-list li + li {
    margin-left: 0;
    margin-top: 3rem;
  }
  .site-footer .footer-links {
    flex-direction: column;
    order: 2;
    margin-bottom: 0;
  }
  .site-footer .footer-list {
    margin-top: 3rem;
  }
  .site-footer .footer-list ul {
    flex-direction: column;
  }
  .site-footer .footer-list li {
    margin: 2rem 0;
  }
  .site-footer .footer-list li + li {
    margin-left: 0;
  }
  .site-footer .footer-credits {
    margin-top: 2rem;
  }
  .button.fixed-bottom-right {
    bottom: 3rem;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .is-menu-open {
    overflow: hidden;
  }
  .is-menu-open .site-header.is-header-home .btn-menu span, .is-menu-open .site-header.is-header-home .btn-menu:before, .is-menu-open .site-header.is-header-home .btn-menu:after {
    background-color: black;
  }
  .is-menu-open .site-header .btn-menu span {
    opacity: 0;
  }
  .is-menu-open .site-header .btn-menu:before {
    top: 1.3rem;
    transform: rotate(45deg);
  }
  .is-menu-open .site-header .btn-menu:after {
    bottom: 1.3rem;
    transform: rotate(-45deg);
  }
  .is-menu-open .site-header .header-nav {
    transform: translateX(0);
  }
  .button.button-light {
    background: black;
    color: white;
  }
  .button.button-light:hover {
    background: white;
    color: black;
  }
}

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