/* 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" /> */
@font-face {
  font-family: 'Canaro';
  src: local("Canaro Light"), local("Canaro-Light"), url("../font/Canaro-Light.woff2") format("woff2"), url("../font/Canaro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canaro';
  src: local("Canaro Book"), local("Canaro-Book"), url("../font/Canaro-Book.woff2") format("woff2"), url("../font/Canaro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canaro';
  src: local("Canaro Medium"), local("Canaro-Medium"), url("../font/Canaro-Medium.woff2") format("woff2"), url("../font/Canaro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canaro';
  src: local("Canaro Bold"), local("Canaro-Bold"), url("../font/Canaro-Bold.woff2") format("woff2"), url("../font/Canaro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canaro';
  src: local("Canaro ExtraBold"), local("Canaro-ExtraBold"), url("../font/Canaro-ExtraBold.woff2") format("woff2"), url("../font/Canaro-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scriptorama Markdown JF';
  src: url("../font/ScriptoramaMarkdownJF.woff2") format("woff2"), url("../font/ScriptoramaMarkdownJF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
p {
  & strong {
    font-weight: bold;
  }
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Canaro', sans-serif;
  color: #35409f;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.2;
}

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

a {
  color: #35409f;
  text-decoration: none;
}

section {
  position:relative;padding:2.5rem 10%;
  &.projectIntro {
    max-width:80%;margin:0 auto;
  }
  &.newsPreview {
    padding-inline:5%;padding-bottom:0;margin-bottom:5rem;
    &::before {
      content:'';background:#f6f6f6;position:absolute;left:0;top:-10rem;width:100%;height:calc(100% + 10rem);z-index:-1;
    }
  }
}

.t-1 {
  font-family: 'Canaro';
  font-weight:bold;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.t-1 strong {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.t-1 strong:before {
  content: '';
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  left: -1rem;
  top: -0.75rem;
  background-image: url("../img/paint-brush.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.t-2 {
  font-family: 'Canaro';
  font-weight:bold;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #00adef;
}
.t-2 span {
  font-family: 'Canaro', sans-serif;
  font-size: 1.1rem;
  color: #35409f;
}
.t-2.center {
  align-items: center;
  text-align: center;
}

.t-3 {
  font-family: 'Canaro';
  font-weight:bold;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: .5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #00adef;
}
.t-3 span {
  font-family: 'Canaro', sans-serif;
  font-size: 1.1rem;
  color: #35409f;
}
.t-3.center {
  align-items: center;
  text-align: center;
}

.t-4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blockText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.col-12.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.text {
  width:100%;
  max-width: 100%;
  margin: 1rem 0;
}
.text ul {
  list-style: none;
  padding-left: 1rem;
}
.text ul li {
  margin: .5rem 0;
}
.text ul li:before {
  content: "\2022";
  color: #e16e38;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  font-size: 1.5rem;
}
.text p {
  margin: .5rem 0;font-size:.9rem;
}

.btn {
  padding: .75rem 1.5rem .5rem 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  background-color: #e16e38;
  display: inline-block;
  user-select: none;
}
.btn.white {
  background-color: #fff;
  color: #35409f;
}

/*==============MIXIN================*/
.homeTop_img img, .commonTop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  -o-object-fit: cover;
  -o-object-position: bottom center;
  vertical-align: middle;
}

.newsPreview_img img, .roundedImg img, .questionTb_img img, .galleryContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

header {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 10;
}
body {
  & header {
    background:none;
  }
}
header.fixed .logo {
  opacity: 0;
  transform: scale(0.4);
  user-select: none;
  pointer-events: none;
}
header.fixed:before {
  opacity: 0;
}

.logo {
  width: 240px;
  position: relative;
  transition: opacity 0.3s 0.2s cubic-bezier(0, 0, 0.18, 0.99), transform 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}

.menuContainer {
  position: fixed;
  right: 4rem;
  top: 4rem;
  background:linear-gradient(90deg,rgba(2, 172, 238, 1) 0%, rgba(44, 86, 174, 1) 100%);
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 5rem;
}

#langSwitch {
  position: absolute;
  right: 0;
  top: -3.2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: .25rem .5rem;
  z-index: 9;
  background: white;
  border-radius: 2rem;
  height: 2rem;
  max-width: 2rem;
  width: 2rem;
  overflow: hidden;
  justify-content: flex-start;
  padding-inline: .25rem;
  transition: all .3s cubic-bezier(0, 0, 0.18, 0.99);
  &:hover {
    width:auto;max-width:8rem;
  }
}
#langSwitch a, #langSwitch span {
  display: block;
  border-radius: 50%;
  color: #fff;
  font-weight: bolder;
  width:1.5rem;
  height:auto;
  aspect-ratio:1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:0;
  background-size:cover;
  background-position:center center;
  &[data-lang="en"] {
    background-image:url("../img/flag-en.svg");
  }
  &[data-lang="fr"] {
    background-image:url("../img/flag-fr.svg");
  }
  &[data-lang="de"] {
    background-image:url("../img/flag-de.svg");
  }
  &[data-lang="pt"] {
    background-image:url("../img/flag-pt.svg");
  }
}
#langSwitch a:hover {
  cursor: pointer;
}
#langSwitch li {
  order: 2;
}
#langSwitch li.openLang {
  order:1;
  & a {
    pointer-events: none;
  }
}

.menu {
  display: flex;
  align-items: center;
  padding-right: 55px;
}
.menu > li:not(.showMain) {
  display: none;
}
.menu > li:nth-child(3):before {
  content: '|';
  color: #fff;
  display: block;
  margin: 0 1rem;
}
.menu > li.children {
  cursor: pointer;
  position: relative;
}
.menu > li.children.open .sub-menu {
  transform: translate(0, 0);
  opacity: 1;
  user-select: initial;
  pointer-events: initial;
  transition: all 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.menu > li.children.open .sub-menu li {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.menu .sub-menu {
  opacity: 0;
  transform: translate(0, 50px);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 290px;
  background-color: #35409f;
  user-select: none;
  pointer-events: none;
  border-radius: 1.2rem;
  padding: 1rem 0;
}
.menu .sub-menu li {
  opacity: 0;
}
.menu .onTop {
  position: absolute;
  right: 4rem;
  top: -1rem;
}
.menu .onTop a {
  background-color: #e16e38;
  border-radius: 2rem;
  padding: .5rem 1rem .25rem 1rem;
}
.menu li {
  display: flex;
  align-items: center;
}
.menu a {
  color: #fff;
  padding: .25rem 1rem;
  white-space: nowrap;
}

.menuOpen {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 1rem;
  top: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.menuOpen span {
  background-color: #00adef;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  margin: .15rem 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.menuOpen input {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

body:not(.menuIsOpen) header.fixed #langSwitch {
  display: none;
}
body:not(.menuIsOpen) header.fixed .menuContainer {
  background-color: transparent;
  right: 2rem;
  top: 2rem;
}
body:not(.menuIsOpen) header.fixed nav {
  display: none;
}
body:not(.menuIsOpen) header.fixed .menu .onTop {
  display: none;
}
body:not(.menuIsOpen) header.fixed .menuOpen {
  border: 2px solid #00adef;
}
body.menuIsOpen header.fixed .menuContainer {
  right: 2rem;
  top: 2rem;
}
body.menuIsOpen .menuOpen {
  top: 1rem;
}
body.menuIsOpen .menuOpen span {
  background-color: #35409f;
}
body.menuIsOpen .menuOpen span:nth-child(2) {
  transform: translate(0px, 7px) rotate(45deg);
}
body.menuIsOpen .menuOpen span:nth-child(3) {
  width: 0;
  opacity: 0;
}
body.menuIsOpen .menuOpen span:last-child {
  transform: translate(0px, -7px) rotate(-45deg);
}
body.menuIsOpen #langSwitch span {
  border-color: #35409f;
}
body.menuIsOpen .menuContainer {
  width: 820px;
  height: auto;
  border-radius: 2.5rem;
  padding: 3rem 4rem 2rem 2rem;
  background:linear-gradient(90deg,rgba(2, 172, 238, 1) 0%, rgba(44, 86, 174, 1) 100%);
}
body.menuIsOpen .menuContainer nav {
  width: 100%;
}
body.menuIsOpen .menu {
  padding-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body.menuIsOpen .menu a {
  font-weight: bold;
  padding: .6rem 1rem .4rem 1rem;
  position: relative;
  transition: color 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
body.menuIsOpen .menu a::before {
  content: '';
  width: 0px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.3s cubic-bezier(0, 0, 0.18, 0.99), border-radius 0.3s cubic-bezier(0, 0, 0.18, 0.99);
  z-index: -1;
}
body.menuIsOpen .menu > li:nth-child(3):before {
  display: none;
}
body.menuIsOpen .menu a:hover {
  color: #35409f;
}
body.menuIsOpen .menu a:hover::before {
  width: 100%;
  border-radius:2rem;
}
body.menuIsOpen .menu li {
  padding:.5rem;flex:1 0 50%;
}
body.menuIsOpen .menu li:not(.showMain) {
  display: flex;
}
body.menuIsOpen .menu li:nth-child(3):after{
  content: none;
}
body.menuIsOpen .menu li.children {
  display: flex;
  flex-direction: row;
  align-items: self-start;flex:1 0 100%;
  & > a, & > .sub-menu {
    flex:1 0 50%;
  }
  & > a {
    position: relative;
    &::after {
      content: '\f054';
      font-family: 'FontAwesome';
      font-size: 1rem;
      margin-left: 0;
      position: absolute;
      top: 0;
      right: .5rem;
      transform: translateY(50%);
    }
  }
}
body.menuIsOpen .menu li.children > a:hover {
  color: #fff;
}
body.menuIsOpen .menu li.children > a:hover::before {
  width: 0;
  border-radius: 0;
}
body.menuIsOpen .menu li .sub-menu {
  transform: none;
  opacity: 1;
  transition: none;
  position: initial;
  background-color: #2c56ae;
  padding: 0;
  width: auto;
  flex: 1 0 50%;
}
body.menuIsOpen .menu li .sub-menu li {
  opacity: 1;
  transition: none;
  padding: .15rem 0;
}
body.menuIsOpen .menu li .sub-menu li a {
  font-weight: 400;
}
body.menuIsOpen .menu li .sub-menu li a:before {
  width: 0;
}
body.menuIsOpen .menu li .sub-menu li a:hover::before {
  width: 100%;
}

body.menuIsOpen .menu .onTop {position:initial;}
body.menuIsOpen .menu .onTop a {display:none;}

.homeTop {
  position: relative;
  padding: 0;
  background:#008ae5;
}

.homeTop_img {
  height: calc(80%);
  width: 100%;
  & picture {
    max-width:70%;display:block;mix-blend-mode:overlay;opacity:.42;
  }
}

.homeTop_children {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  & img {
    width:100%;
  }
}

.homeTop_title {
  position: absolute;
  right: 0;
  padding: 10rem 10% 5rem 0;
  height: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.homeTop_text {
  margin-left: auto;
  margin-top: -16rem;
}
.homeTop_text .text {
  width: 450px;
}

.projectIntro_video {
  display: flex;
  justify-content: flex-end;
}
.projectIntro_video a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 380px;
  max-width: 100%;
}
.projectIntro_video .videoActionBtn {
  position: absolute;
  right: 25%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  max-width: 100%;
}
.projectIntro_video .videoActionBtn img {
  margin-left: auto;
}
.projectIntro_video p {
  position: relative;
  font-family: 'Scriptorama Markdown JF';
  font-size: 1.3rem;
  text-align: right;
  color: #00adef;
}
.projectIntro_video p:after {
  content: '';
  width: 100px;
  height: 60px;
  display: block;
  position: absolute;
  right: -25%;
  top: calc(100% + .5rem);
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.linkSquares_block > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background:var(--background-color-top);
  padding: 2rem;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  position: relative;
  aspect-ratio: 573/450;
  & img {
    position: absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;-o-object-fit:cover;-o-object-position:center;z-index:0;mix-blend-mode:overlay;opacity:.42;
  }
  & .t-2 {
    font-size:1.4rem;margin-bottom:.5rem;color: #fff;
  }
  & .text {
    margin-top:0;margin-bottom:1rem;color:#fff;font-size:.9rem;
  }
  & .btn {
    background-color: #fff;color:var(--background-color-top);position:absolute;bottom:2rem;left:2rem;z-index:1;line-height:1;
    &:hover {
      background-color:#e16e38;color:#fff;
    }
  }
  &:hover {
    & .btn {
      background-color:#e16e38;color:#fff;
    }
  }
}

.keyFigures .col-12 {
  margin-bottom: 2rem;
}

.keySwiper {
  width: 100%;
}
.keySwiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.keySwiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: 33.33%;
}
.keySwiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.keySwiper.swiper-initialized {
  padding-bottom: 3rem;
}
.keySwiper .swiper-pagination-bullet {
  background-color: #00adef;
}
.keySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.keySwiper .keyFigures_picto {
  background-color: #00adef;
  border-radius: 50%;
  overflow: hidden;
  padding: 1.2rem 1rem;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keySwiper .keyFigures_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.newsPreview .t-3 {
  color: #00adef;
  margin-bottom: 0;
}
.newsPreview .col-12 {
  margin-bottom: 2rem;
}
.newsPreview .col-12 .text {
  margin-top: 0;
}
.newsPreview .col-12 .text p:first-child {
  color: #e16e38;
  font-weight: bold;
  font-size: 1.2rem;
}
.newsPreview .col-12 .text p:last-child {
  margin-top: 1rem;max-width:640px;margin-inline:auto;
}
.newsPreview .col-12:last-child {
  margin-top: 0;
  margin-bottom: 0;
  & .btn {
    transform:translateY(50%);
  }
}

.newsPreview_swiper {
  width: 100%;
}
.newsPreview_swiper:not(.swiper-initialized) {
  margin-bottom: 2rem;
}
.newsPreview_swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.newsPreview_swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc(50% - 1rem);
}
.newsPreview_swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.newsPreview_swiper.swiper-initialized {
  padding-bottom: 3rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #e16e38;
}

.newsPreview_block {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem;
  border-radius: 3.5rem;
  color: #fff;
  max-width: 100%;
  height: 100%;
}
.newsPreview_block .date {
  font-family: 'Scriptorama Markdown JF';
  font-size: 1.1rem;
  margin-bottom: .5rem;color:#35409f;
}
.newsPreview_block .date em {
  margin-left: .25rem;
}

.newsPreview_img {
  width: 40%;
  border-radius: 3rem;
  overflow: hidden;
  & img {
    aspect-ratio:1;
    object-fit: cover;
    object-position: center;
  }
}
.newsPreview_img div {
  height: 100%;
}

.newsPreview_content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}
.newsPreview_content .text {
  color: #0d1349;
  & p {
    font-size:.8rem;
  }
}
.newsPreview_content a {
  color: #00adef;
  font-weight: normal;
}
.partners .row {
  align-items: center;
}
.partners .col-12 {
  margin-bottom: 1rem;
}
.partners .col-12:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.partners .col-12:last-child p {
  font-size: .9rem;
  text-align: center;
}

.partners_swiper:not(.swiper-initialized) {
  overflow: visible;
}
.partners_swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partners_swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width:300px;
}
.partners_swiper.swiper-initialized {
  padding-bottom: 2rem;
}
.partners_swiper .swiper-slide {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonTop {
  padding: 0;
}

.commonTop_img {
  height: 400px;
  width: 100%;
  position: relative;
  background: var(--background-color-top);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  & img {
    width: 70%;
    height: fit-content;
    aspect-ratio: 16 / 9;
    object-position:center;
    mix-blend-mode:soft-light;
    position:absolute;bottom:0;left:0;
    pointer-events:none;
  }
  & h1 {
    margin-bottom:5rem;text-align:center;
  }
}

.commonTopContent {
  position:relative;padding-inline:15px;
}

.roundedImg img {
  border-radius: 5rem;
}

.commonTopContent_right, .commonTopContent_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-contact .commonTopContent_right .text, .page-links .commonTopContent_right .text {
  padding-left: 3rem;
}
.page-contact .commonTopContent_right div, .page-links .commonTopContent_right div {
  margin: 1rem 0;
}
.page-contact .commonTopContent_right strong, .page-links .commonTopContent_right strong {
  color: #e16e38;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-contact .commonTopContent_right em, .page-links .commonTopContent_right em {
  font-weight: bold;
  font-size: 1.1rem;
}

.commonTopContent_links > p {
  font-size: 1.4rem;
  color: #e16e38;
  font-weight: bold;
  margin: 1rem 0;
}
.commonTopContent_links ul {
  display: flex;
  flex-wrap: wrap;
}
.commonTopContent_links ul li {
  margin: 1rem 0;
  width: calc(33.33% - 1rem);
  background-color: #0d1349;
  padding: 1rem;
  border-radius: .5rem;
  margin: .5rem;
  color: #fff;
}
.commonTopContent_links ul li a {
  color: #fff;
}
.commonTopContent_links ul li p {
  font-weight: bold;
  margin-bottom: .5rem;
}

/* All Pages */ 
.encart {
  padding:2rem 5%;align-items:center;flex-direction:row-reverse;
  & img {
    border-radius:2rem;background:#eee;
  }
  & .t-2 {
    font-size:1.6rem;color:var(--background-color-top);
  }
  & p {
    font-size:.9rem;margin-bottom:1rem;
    & strong {
      font-weight:bold;
    }
  }
  &:nth-child(even) {
    background:#f6f6f6;
    flex-direction:row;
  }
}

body.page-actualites {
  & section {
    &.commonTopContent {
      padding-top:0;
    }
  }
}


/*Ressources & publications*/
.filterRessources {
  display: flex;
  flex-wrap: wrap;align-items: center;
    justify-content: center;
    transform:translateY(-50%);
}
.filterRessources .btn {
  cursor: pointer;
  margin:0;
}
.filterRessources .btn:not(:last-child) {
  margin-right: 1rem;
}
.page-publications-ressources .commonTopContent {
  padding-top:0;
}
.page-publications-ressources .commonTopContent_links {
  margin-top: 5.5rem;
}
.ressource_apercu {
  display: flex;
  height: 150px;
  margin-bottom: 1rem;
}
.page-publications-ressources .commonTopContent_links > p {
  text-transform: uppercase;    text-align: center;
}
.page-publications-ressources .commonTopContent_links ul li {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.page-publications-ressources .commonTopContent_links ul li p {
  margin: .5rem 0;
  line-height: 1.2;
  font-weight: initial;
}
.page-publications-ressources .commonTopContent_links ul li strong {
  font-weight: bold;
  color: #e16e38;
}
.page-publications-ressources .commonTopContent_links ul a {
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  color: #35409f;
  font-size: .9rem;
  & img {
    border-radius:1rem;
  }
}
.page-publications-ressources .commonTopContent_links ul a svg {
  width: 80px;
  height: 80px;
}
.page-publications-ressources .commonTopContent_links ul a svg path {
  fill: #fff;
}
.page-publications-ressources .commonTopContent_links ul a:hover {
  background-color: #dbdbdb;
}
.page-publications-ressources .commonTopContent_links ul a:hover svg path {
  fill: #0d1349;
}
.page-publications-ressources .commonTopContent_links ul a:hover p, .page-publications-ressources .commonTopContent_links ul a:hover strong {
  color: #0d1349;
}

/*Objectifs*/
.tbObjective_title {
  width: calc(650px + 8rem);
  flex: 0 0 calc(650px + 8rem);
  margin: 0 auto;
  position: relative;margin-bottom:3rem;
}
.tbObjective {
  & p {
    font-size: .9rem;
  }
}
.tbObjective_title:before {
  content: '';
  width: 4px;
  height: calc(100% - 100px);
  background-color: #e16e38;
  position: absolute;
  left: 48px;
  top: 50px;
  z-index: 0;
}

.tbObjective_content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tbObjective_content .bubble {
  min-width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e16e38;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.tbObjective_content .bubble i {
  margin-left: -2px;
  margin-bottom: -4px;
}
.tbObjective_content .text {
  margin-left: 2rem;
}

.tbObjective_picto {
  min-width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e16e38;
  padding: 1.5rem;
  margin-left: -1rem;
}
.tbObjective_picto img {
  width: 100%;
}

/*Workpackages & activities*/

.activities {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12rem;
}
.activities .t-2 {
  text-align: center;
  align-items: center;
}

.activities_rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 100%;
}
.activities_rows:before {
  content: '';
  width: 4px;
  height: calc(100% - 100px);
  background-color: #e16e38;
  position: absolute;
  left: 48px;
  top: 50px;
  z-index: 0;
}

.activities_block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.activities_picto {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 100px;
  background-color: #e16e38;
  border-radius: 50%;
  padding: 1rem;
}
.activities_picto img {
  max-width: 100%;
  max-height: 100%;
}

.activities_content {
  padding-left: 2rem;
}
.activities_content strong {
  font-weight: bold;
}

.questionsTb {
  background-color: #f6f6f6;
}

.questionTb_img {
  margin-top: -200px;
  height: 400px;
  margin-bottom: 3rem;
}
.questionTb_img img {
  border-radius: 3rem;
  width: 800px;
}

.questionTb_content {
  padding: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  width: 800px;
}
.questionTb_content p {
  margin: 1.5rem 0;
}

/*TDA*/
.paddingBlock {
  padding: 5rem 1rem;
}

.page-TDA .commonTopContent_right a[data-fancybox] {
  background-color: #e16e38;
  padding: .6rem 1rem .4rem 2rem;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  margin-left: -4rem;
}
.page-TDA .commonTopContent_right a[data-fancybox] i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -2rem;
  top: calc(50% - 2rem);
}
.page-TDA .commonTopContent_right a[data-fancybox] i svg {
  width: 100%;
  height: 100%;
}
.page-TDA .commonTopContent_right a[data-fancybox] i svg circle {
  fill: #e16e38;
}
.page-TDA .commonTopContent_right a[data-fancybox] i svg line {
  stroke: #fff;
}
.page-TDA .commonTopContent_left .btn {
  display: flex;
  align-items: center;
  padding: .4rem 1rem .3rem 1rem;
  text-transform: uppercase;
  margin: .25rem 0;
  width: 270px;
}
.page-TDA .commonTopContent_left .btn i {
  width: 1.5rem;
  height: 1.5rem;
}
.page-TDA .commonTopContent_left .btn i svg {
  width: 100%;
  height: 100%;
}
.page-TDA .commonTopContent_left .btn i svg circle {
  fill: #e16e38;
}
.page-TDA .commonTopContent_left .btn i svg line {
  stroke: #fff;
}

.page-partenaires .commonTopContent {
  padding-bottom: 5rem;padding-inline:10%;
}
.page-partenaires .commonTopContent .row {
  justify-content: center;gap:1rem;
}
.page-partenaires footer {
  background-color: #f6f6f6;
  padding-top: 5rem;
}

.partnerOpen {
  width: calc(50% - 1rem);
    height: auto;
    margin:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--background-color-top);
    border-radius: 2rem;
  &:first-child {
    flex: 1 0 100%;
  }
  & p {
    text-align:left;font-size:.9rem;
    &::first-line {
      font-weight: bold;
    }
  }
  & i {
    display:none;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    & svg {
      & circle {
        fill: #e16e38;
      }
      & line {
        stroke: #fff;
      }
    }
  }
}

.partnerOpen_logo {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  & img {
    mix-blend-mode: multiply;
  }
}

.partnerFancy {
  background-color: #35409f;max-width:640px;
  border-radius: 3rem;
}

.partnerOpen_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  & .text {
    color: #fff;
    & p {
      text-align: justify;
    }
  }
  & .partnerOpen_contentLogo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 2rem;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom:1rem;
    & img {
      mix-blend-mode: multiply;
      max-width: 125px;
      max-height: 100px;
    }
  }
  & .partnerOpen_contentText {
    max-width: 100%;
    & .t-2 {
      text-align:center;
      & p {
        width:100%;
      }
    }
  }
}

.members .row {
  justify-content: center;
}

.members_title {
  margin-bottom: 3rem;
}

.members_block {
  width: calc(25% - 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 0.75rem;
  background-color: #00adef;
  border-radius: 2rem;
}

.members_photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.members_infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.members_nom {
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
}

.members_poste {
  font-size: .9rem;
  margin: .25rem 0;
  color: #fff;
}

.members_institution {
  color: #e16e38;
  font-size: .9rem;
}

.page-photos {
  & .commonTopContent {
    padding-top:0;
  }
  & .t-4 {
    color:var(--background-color-top);text-align:center;
  }
  & .filterPhoto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:0;
    transform:translateY(-50%);
    align-items: center;
    justify-content: center;
    & .btn {
      cursor: pointer;
      margin: 0;
      &:not(:last-child) {
        margin-right: 1rem;
      }
      &.active {
        background-color: #0d1349;
      }
    }
  }
  & .galleryContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    & a {
      margin: 0;
      border-radius: 3rem;
      overflow: hidden;
      cursor: pointer;
      transform: translate(0, 40px);
      opacity: 0;
      height: 0;
      width: 0;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.99), transform 0.3s cubic-bezier(0, 0, 0.18, 0.99);
      position: relative;
      &.show {
        transform: translate(0, 0);
        opacity: 1;
        height: auto;
        width: calc(25% - 2rem);
        margin: 1rem;
      }
      &:hover .caption {
        opacity: 1;
      }
    }
    & .caption {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 1rem 1rem 3rem 1rem;
      opacity: 0;
      user-select: none;
      pointer-events: none;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.99);
      & p {
        color: #fff;
        text-align: center;
      }
    }
  }
}

.commonTopContent .newsPreview_block {
  padding: 2rem;
  border-radius: 5rem;
  color: #35409f;
  background-color: transparent;
}
.commonTopContent .newsPreview_block:nth-child(even) {
  background-color: #f6f6f6;
}
.commonTopContent .newsPreview_img {
  width: 40%;
  height: 400px;
}
.commonTopContent .newsPreview_content {
  width: 60%;
}
.commonTopContent .newsPreview_content .text {
  margin-left: 2rem;
}
.commonTopContent .newsPreview_content .btn {
  margin-left: 2rem;
  color: #fff;
}

.catFilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;justify-content:center;
  transform:translateY(-50%);
  & .btn {
    margin: 0 0 .5rem 0;
    &:not(:last-child) {
      margin-right: 1rem;
    }
  }
}

.single header:before, .page-mentions header:before, .page404 header:before {
  content: none;
}
.single .commonTop_img, .page-mentions .commonTop_img, .page404 .commonTop_img {
  height: 300px;
}
.single .commonTop_img img, .page-mentions .commonTop_img img, .page404 .commonTop_img img {
  object-position: center;
  -o-object-position: center;
}

body.single {
  & h1 {
    margin-bottom:2rem;
  }
}

.singleContent {
  min-height: 350px;
  padding-top:2rem;
  & .col-12 {
    flex: 0 0 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  & img {
    border-radius:2rem;max-width:50%;margin:0 auto 2rem auto;display:block;
  }
  & p {
    margin-bottom:1rem;
  }
}

.openNewsletter {
  cursor: pointer;
}

.notFound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notFound svg {
  width: 200px;
}
.notFound svg path {
  fill: #00adef;
}
.notFound .top-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
.notFound .t-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mentions > div {
  padding: 0 5px;
}
.mentions h1 {
  margin-bottom: 2rem;
}
.mentions h3, .mentions h2 {
  font-weight: bolder;
  margin: 10px 0;
  font-size: 1.5rem;
  color: #00adef;
}
.mentions strong {
  font-weight: bolder;
}
.mentions p {
  margin: 5px 0;
  font-weight: 300;
}
.mentions p a {
  color: #35409f;
  text-decoration: underline;
}
.mentions ul, .mentions ol {
  padding-left: 20px;
  font-weight: 300;
}
.mentions ul li, .mentions ol li {
  list-style: disc;
  margin: 7.5px 0;
  font-weight: 300;
}
.mentions ul li a, .mentions ol li a {
  font-weight: bolder;
  font-weight: 300;
  color: #35409f;
  text-decoration: underline;
}

footer {
  padding: 2rem 5%;
}
footer .container-fluid {
  background-color: #35409f;
  border-radius: 5rem;
  padding: 1rem 4rem;
}
footer .row {
  justify-content: space-between;
}
footer .logo {
  width: 150px;
}
footer .rightFooter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
footer .rightFooter > div:not(.mentions-container) {display:flex;align-items:center;justify-content:flex-end;gap:1rem;}
footer .rightFooter > div:not(.mentions-container) > a {margin:0;display:block;padding:0;height:2.4rem;}

.mentions-container {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 1.5rem;
}
.mentions-container a {
  color: #fff;
}
.mentions-container img {
  height: .9rem;
}

.newsletterFormContainer {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(53, 64, 159, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -100;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.newsletterFormContainer > div {
  width: 700px;
  max-width: 100%;
  padding: 3rem;
  border-radius: 2rem;
  background-color: #35409f;
  position: relative;
  box-shadow: 0px 0px 20px -10px #000;
}
.newsletterFormContainer.open {
  z-index: 100;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
  opacity: 1;
}

.closeNewsletter {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
.closeNewsletter svg {
  width: 100%;
  display: block;
  user-select: none;
  pointer-events: none;
}
.closeNewsletter svg path {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.closeNewsletter:hover svg path {
  fill: #e16e38;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form label {
  width: 100%;
  margin: 0.75rem;
  position: relative;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  color: #fff;
  resize: none;
  display: block;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  outline: none;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: .5rem 1rem 1.5rem 1rem;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .submit {
  position: relative;
  display: block;
  margin: 0 auto;
}
.wpcf7-form input[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  color: unset;
  cursor: pointer;
  margin: .75rem auto;
  border-radius: 1rem;
  padding: 0.65rem 1.5rem 0.5rem 1.5rem;
  color: #35409f;
  font-weight: bold;
  font-size: 1;
  border: none;
  background-color: #fff;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.wpcf7-form .novalidate {
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #fb7544;
  font-size: .8rem;
  position: absolute;
  bottom: 1px;
  left: 1rem;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.18, 0.99);
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner:after, .wpcf7-form .wpcf7-spinner:before {
  content: '';
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7-form .wpcf7-spinner:after:after, .wpcf7-form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  width: 100%;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fb7544;
}

/*Checkbox acceptance*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wpcf7-acceptance input[type=checkbox] {
    --active: #fff;
    --active-inner: #35409f;
    --focus: 2px #fff;
    --border: #fff;
    --border-hover: #fff;
    --background: transparent;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    border-radius: 0;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .wpcf7-acceptance input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .wpcf7-acceptance input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .wpcf7-acceptance input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .wpcf7-acceptance input[type=checkbox]:disabled + span {
    cursor: not-allowed;
  }
  .wpcf7-acceptance input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wpcf7-acceptance input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wpcf7-acceptance input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wpcf7-acceptance input[type=checkbox]:not(.switch) {
    width: 21px;
    min-width: 21px;
  }
  .wpcf7-acceptance input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .wpcf7-acceptance input[type=checkbox]:not(.switch):checked {
    --o: 1;
    --r: 43deg;
  }
  .wpcf7-acceptance input[type=checkbox] + span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    max-width: calc(100% - 31px);
  }
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.rgpd {
  color: #fff;
}
.rgpd .wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
}
.rgpd .wpcf7-acceptance input[type=checkbox] + span {
  font-size: .8rem;
  font-weight: 300;
  font-style: italic;
}

.wpcf7-acceptance * {
  box-sizing: inherit;
}

.wpcf7-acceptance *:before,
.wpcf7-acceptance *:after {
  box-sizing: inherit;
}

@media screen and (max-width: 1600px) {
  .t-1 {
    font-size: 1.6rem;
  }

  .homeTop_text {
    margin-top: -13rem;
  }

  .linkSquares_block .text {
    margin-bottom: 2rem;
  }

  .page-partenaires .commonTopContent {
    padding-bottom: 0;
  }
  .page-photos .commonTopContent_title {
    margin-bottom: 1rem;
  }

  .page-actualites .commonTopContent .t-4, .archive .commonTopContent .t-4 {
    margin-top: 1rem;
  }

  .page-publications-ressources .commonTopContent_title .t-1 {
    margin-bottom: 3rem;
  }

  .filterTitle {
    color: #e16e38;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1500px) {
  section {
    padding: 2.5rem 5%;
  }

  .page-photos .commonTopContent_title {
    margin-bottom: 3rem;
  }

  footer {
    padding: 2rem 5%;
  }
}
@media screen and (max-width: 1400px) {
  .logo {
    width: 160px;
  }

  header::before {
    width: 690px;
    height: 200px;
  }

  .menuContainer {
    right: 1rem;
    top: 2rem;
    & #langSwitch {
      top:3.75rem;
    }
  }

  body:not(.menuIsOpen) header.fixed .menuContainer {
    right: 1rem;
  }
  body.menuIsOpen header.fixed .menuContainer {
    right: 1rem;
    & #langSwitch {
      top:3.75rem;
      right: 1.3rem;
    }
  }

  .homeTop_children {
    padding: 0 1rem 0 5%;
  }

  .partnerOpen_content .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  section, footer {
    padding: 2.5rem 2.5%;
  }

  header:before {
    content: none;
  }

  .homeTop_children {
    padding: 0 1rem;
  }

  .page-partenaires .commonTop_img {
    height: 430px;
  }
  .page-contact .commonTopContent_right .text, .page-contact .commonTopContent_right .text {
    padding-left: 0;
    padding-top: 2rem;
  }

  .page-publications-ressources .commonTopContent_links {
    margin-top: 0;
  }

  .page-photos .commonTopContent_title {
    margin-bottom: 0;
  }

  .activities {
    margin-top: 3rem;
  }
  .activities .t-2 {
    width: 750px;
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .activities .t-2 br {
    display: none;
  }

  .linkSquares_block > a {
    padding: 1rem;
  }
  .linkSquares_block .text {
    margin-bottom: .5rem;
    margin-top: .5rem;
  }
  .linkSquares_block .t-2 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .galleryContainer a {
    border-radius: 2rem;
  }
  .galleryContainer a.show {
    width: calc(25% - 1rem);
    margin: .5rem;
  }
  .galleryContainer .caption {
    padding: 1rem;
    align-items: center;
  }

  .page-actualites .commonTopContent .t-4, .archive .commonTopContent .t-4 {
    margin-top: 3rem;
    margin-bottom: 0;
    color: #e16e38;
  }

  .newsPreview .t-3 {
    font-size: 1.3rem;
  }
  .newsPreview .newsPreview_block {
    border-radius: 2rem;
  }
  .newsPreview .newsPreview_img {
    border-radius: 0;
    width: 100%;
    height: 250px;
    padding: .5rem;
  }
  .newsPreview .newsPreview_img .thumbnail {
    border-radius: 1.5rem;
    overflow: hidden;
  }
  .newsPreview .newsPreview_content {
    width: 100%;
    padding: .5rem;
  }
  .newsPreview .newsPreview_content .text {
    width: 100%;
  }

  .commonTopContent .newsPreview_content .t-3 {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .commonTopContent .newsPreview_content .text {
    margin-left: 0;
  }
  .commonTopContent .newsPreview_content .btn {
    margin-left: 0;
  }

  .partnerOpen_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .partnerOpen_content .partnerOpen_contentLogo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 1rem;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
  .partnerOpen_content .partnerOpen_contentLogo img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media screen and (max-width: 1150px) {
  body:not(.menuIsOpen) header #langSwitch {
    display: none;
  }
  body:not(.menuIsOpen) header .menuOpen {
    border: 2px solid #00adef;
  }
  body:not(.menuIsOpen) header .menuContainer {
    background-color: transparent;
  }
  body:not(.menuIsOpen) header nav {
    display: none;
  }
  body.menuIsOpen #langSwitch {
    top: 1.45rem;
    right: 4.55rem;
  }
  body.menuIsOpen .menuContainer {
    width: 570px;
    padding: 4rem 1rem 1rem 1rem;
  }
  body.menuIsOpen .menu li {
    padding: .5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .galleryContainer a.show {
    width: calc(33.33% - 1rem);
  }

  .paddingBlock {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 1rem;
  }

  .t-1 {
    font-size: 2.2rem;
  }

  .t-2 {
    font-size: 1.7rem;
  }

  .homeTop_img {
    height: auto;
    min-height: 550px;
  }

  .homeTop_title {
    padding: 12.5rem 1rem 5rem 5%;
    right: auto;
    left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .homeTop .row:last-child {
    margin-top: -13rem;
    z-index: 1;
    position: relative;
    flex-direction: row-reverse;
    user-select: none;
    pointer-events: none;
  }

  .homeTop_children {
    position: initial;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .homeTop_text {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 5%;
    padding-bottom: 2.5rem;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .homeTop_text .text {
    width: 100%;
  }

  .projectIntro_video .videoActionBtn {
    align-items: flex-start;
    width: 215px;
  }
  .projectIntro_video .videoActionBtn p {
    text-align: left;
    filter: drop-shadow(3px 4px 11px #fff);
  }
  .projectIntro_video .videoActionBtn p:after {
    right: 15%;
  }
  .projectIntro_video .videoActionBtn img {
    width: 75px;
    height: 75px;
  }

  .linkSquares_block {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .linkSquares_block .t-2 {
    font-size: 1.3rem;
  }

  .newsPreview_swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 100%;
  }

  .members_block {
    width: calc(33.33% - 1.5rem);
  }

  footer .rightFooter {
    width: 100%;
    margin-top: -45px;
  }

  .mentions-container {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 915px) {
  .homeTop .row:last-child {
    margin-top: 0;
    flex-direction: row;
    user-select: initial;
    pointer-events: initial;
  }

  .homeTop_children {
    display: none;
  }

  .homeTop_text {
    padding-left: calc(2.5% + 1rem);
    padding-right: calc(2.5% + 1rem);
    padding-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .commonTopContent_links ul li {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .menuContainer {
    right: 0;
  }

  .menu .onTop {
    position: initial;
  }
  .menu .onTop a {
    background-color: transparent;
    border-radius: 0;
  }
  .menu .onTop a:before {
    content: '';
  }

  body:not(.menuIsOpen) header.fixed .menuOpen {
    border: 2px solid #00adef;
  }
  body:not(.menuIsOpen) header.fixed .menuContainer {
    right: 0;
  }
  body:not(.menuIsOpen) header.fixed nav {
    display: none;
  }
  body.menuIsOpen header.fixed .menuContainer {
    right: 0;
    top: 0;
  }
  body.menuIsOpen .menuContainer {
    top: 0;
    width: 100%;
    padding: 2rem;
    border-radius: 0;
    align-items: flex-start;
  }
  body.menuIsOpen .menu {
    display: flex;
    flex-direction: column;
  }
  body.menuIsOpen .menu a {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    width: 100%;
  }
  body.menuIsOpen .menu li.children {
    & > a {
      &::after {
        transform:rotate(90deg) translateY(50%) translateX(50%);
      }
    }
  }
  body.menuIsOpen .menu a:before {
    content: none;
  }
  body.menuIsOpen .menu a:hover {
    color: #fff;
  }

  .projectIntro_video {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
  .projectIntro_video .videoActionBtn {
    right: auto;
    left: 0;
  }

  .linkSquares {
    padding-top: 0;
  }

  .linkSquares_block {
    padding-left: 15px;
    padding-right: 15px;
    margin: 1rem 0;
  }
  .linkSquares_block .t-2 {
    font-size: 1.5rem;
  }
  .linkSquares_block .t-2 br {
    display: none;
  }

  .newsPreview .newsPreview_block {
    padding: 1rem;
  }

  .commonTop_img {
    height: 250px !important;
  }

  .commonTopContent {
    margin-top: 0 !important;
  }
  .commonTopContent .t-1 {
    color: #00adef;
  }
  .commonTopContent .t-1 br {
    display: none;
  }
  .commonTopContent .t-1 strong:before {
    content: none;
  }

  .roundedImg img {
    border-radius: 2rem;
    max-height: 350px;
  }

  .page-contact .commonTopContent_right .text, .page-contact .commonTopContent_right .text {
    padding-top: 0;
  }

  .galleryContainer a.show {
    width: calc(50% - 1rem);
  }

  .members_block {
    width: calc(50% - 1.5rem);
  }

  .activities {
    margin-bottom: 0;
  }

  .activities_rows:before {
    left: 34px;
  }

  .activities_content {
    padding-left: 1rem;
  }

  .activities_picto {
    min-width: 70px;
    height: 70px;
    padding: .75rem;
  }

  .questionTb_img {
    margin-top: 0;
  }

  .paddingBlock {
    padding: 0 1rem;
    margin-top: 2rem;
  }

  .tbObjective_content .text {
    margin-left: 1rem;
  }
  .tbObjective_content .bubble {
    min-width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }

  .tbObjective_picto {
    min-width: 4rem;
    height: 4rem;
    padding: .5rem;
    margin-left: -.5rem;
  }

  .tbObjective_title:before {
    left: 37px;
  }

  .page-TDA .commonTopContent_right a[data-fancybox] {
    margin-left: 0;
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
    border-radius: 1.5rem;
  }
  .page-TDA .commonTopContent_right a[data-fancybox] i {
    display: none;
  }
  .page-TDA .paddingBlock + .paddingBlock {
    margin-top: 0;
  }
  .page-TDA .paddingBlock + .commonTopContent_right {
    margin-top: 2rem;
  }

  .page-tb-diagnosis .commonTopContent .row > div:nth-child(1){
    order: 1;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(2){
    order: 2;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(3){
    order: 3;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(4){
    order: 5;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(5){
    order: 4;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(6){
    order: 7;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(7){
    order: 6;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(8){
    order: 8;
  }
  .page-tb-diagnosis .commonTopContent .row > div:nth-child(9){
    order: 9;
  }
  .newsPreview_img {
    border-radius: 2rem;
  }

  .commonTopContent .newsPreview_block {
    border-radius: 2rem;
    padding: 0 1rem;
    margin: 1rem 0;
  }
  .commonTopContent .newsPreview_block:nth-child(even) {
    background-color: transparent;
  }
  .commonTopContent .newsPreview_img {
    width: 100%;
    max-height: 250px;
  }
  .commonTopContent .newsPreview_content {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }

  footer {
    padding: 1rem;
  }
  footer .container-fluid {
    border-radius: 3rem;
    padding: 2rem 1rem;
  }
  footer .row {
    justify-content: center;
  }
  footer .rightFooter {
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .mentions-container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .commonTopContent_links ul li {
    width: 100%;
  }

  .activities {
    margin-top: 1rem;
  }

  .activities_rows:before {
    content: none;
  }

  .activities_content {
    padding: 2.5rem 1rem 1rem 1rem;
    background-color: #e16e38;
    border-radius: 2rem;
    color: #fff;
  }

  .activities_picto {
    position: absolute;
    left: -1rem;
    top: -.5rem;
  }

  .questionTb_content {
    padding: .5rem;
  }
  .btn {
    margin-inline:auto;
  }
  .homeTop_img {
    min-height:410px;
    & picture {
      max-width:100%;height:100%;object-fit:cover;object-position:left;
      & img {
        object-position: bottom left;
      }
    }
  }
  section {
    &.projectIntro {
        max-width:90%;
    }
  }
  .linkSquares_block > a {
    & .t-2 {
      width:100%;text-align:center;
    }
    & .btn {
      margin-inline:auto;position:initial;
    }
  }
  .commonTop_img {
    & img {
        width:auto;height:100%;
    }
  }
  body.menuIsOpen .menu li.children {
    flex-direction:column;
    & > .sub-menu {
      width:100%;padding:.5rem 1rem;
    }
  }
  .t-1 {
    font-size:1.6rem;
    & br {
      display:none;
    }
  }
  .t-2 {
    text-align:center;align-items:center;
  }
  .page-photos {
    & .commonTopContent_title {
      padding-inline:0;
      & .filterPhoto {
        width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto!important;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;
        & .btn {
          white-space:nowrap;
        }
      }
    }
    & .galleryContainer {
      & a {
        border-radius:1rem;
        &.show {
          width:calc(50% - 1rem);margin:.5rem;
        }
      }
    }
  }
  .page-publications-ressources {
    & .commonTopContent_title {
      padding-inline:0;
      & .filterRessources {
        width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto!important;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;
        & .btn {
          white-space:nowrap;
        }
      }
    }
  }
  body.single {
    & h1 {
      padding-inline:.5rem;font-size:1.4rem;
    }
    & .singleContent {
      & img {
        max-width:90%;
      }
    }
  }
  footer .rightFooter > div:not(.mentions-container) {
    flex-direction:column;
  }
}
@media screen and (max-width: 420px) {
  body.menuIsOpen #langSwitch {
    right: 1.55rem;
    top: 4.3rem;
    flex-direction: column;
    justify-content: flex-start;
    padding: .25rem;
    height: 2rem;
    max-height: 2rem;
    &:hover {
      height:auto;max-height:8rem;
    }
  }
  body.menuIsOpen .menuContainer nav {
    position: relative;
    z-index: 1;
  }

  header {
    padding: 1rem;
  }

  .galleryContainer a.show {
    width: 100%;
  }

  .members_block {
    width: 100%;
  }

  .tbObjective {
    padding-top: 0;
  }

  .tbObjective_title:before {
    content: none;
  }

  .tbObjective_content {
    padding: 1rem;
    margin: 1rem 0;
    background-color: #e16e38;
    border-radius: 2rem;
  }
  .tbObjective_content .t-2 {
    margin-top: 1rem;
  }
  .tbObjective_content .t-2, .tbObjective_content .t-2 span {
    color: #fff;
  }
  .tbObjective_content .text {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
  }
  .tbObjective_content .bubble {
    position: absolute;
    left: -1rem;
    top: -.5rem;
  }

  .tbObjective_picto {
    min-width: 5rem;
    height: 5rem;
    padding: 1rem;
    margin-left: 0;
    position: absolute;
    left: -1rem;
    top: -1.5rem;
  }

  .newsPreview_swiper {
    padding: 0 1rem;
  }

  .newsPreview .t-3 {
    color: #00adef;
  }
  .newsPreview .newsPreview_block {
    background-color: transparent;
    color: #0d1349;
    padding: 0;
  }
  .newsPreview .newsPreview_img {
    padding: 0;
  }
  .newsPreview .newsPreview_content {
    padding: 0;
    margin-top: 1rem;
  }
  .partnerOpen {
    width:100%;
  }
}
body.can-touch * {
  cursor: default !important;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
.wpa-test-msg {
  display:none!important;
}