/* 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" /> */
@import url(../font/style.css);
@import "https://use.typekit.net/lhr7kyy.css";
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;
}

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;
}

/*==============MIXIN================*/
.cover-img, .paralaxIt img, .topBlock img, .thumbnailPost img, .thumbnailPost .teamNews img, .partenaires .swiper-slide a img, .detailObjectifs .details .imgName div img, .memberPic img, .centerBox .col-xl-6 img, .ecoRecherche .col-xl-6 img, .newsBlock .teamNews img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

/*==============MIXIN================*/
html {
  font-family: stolzl, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #282459;
}

p {
  line-height: 1.3;
}
p a {
  text-decoration: underline;
}

*, :before, :after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #282459;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #1e2c4e;
}

strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
}

section {
  padding: 2rem 4rem;
}

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

.block-text {
  max-width: 100%;
  margin: 20px 0;
}
.block-text ul {
  padding-left: 20px;
  list-style: disc;
}
.block-text ul li {
  margin: 10px 0;
  text-align: justify;
}
.block-text p {
  margin: 10px 0;
  text-align: justify;
}
.block-text p a {
  word-break: break-all;
}
.block-text.center p {
  margin: 10px auto;
  text-align: center;
}

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

.link {
  padding: 10px 20px 8px 20px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  background-color: #05f7d1;
  color: #0000fc;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.link:hover{
  color: #fff;
}
.link.lite {
  text-transform: initial;
  font-size: 0.8rem;
  padding: 7.5px 10px;
}
.link.white {
  background-color: #fff;
  color: #05f7d1;
}
.link.white:hover {
  color: #fff;
  background-color: #51beac;
}
.link.blue {
  background-color: #0000fc;
  color: #05f7d1;
}
.link.blue:hover {
  background-color: #05f7d1;
  color: #fff;
}

.barInf:after {
  content: '';
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: #05f7d1;
  margin-top: 10px;
  display: block;
}
.barInf.center:after {
  margin: 10px auto 0 auto;
}
.barInf.white:after {
  background-color: #fff;
}

.t-1 {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3rem;
  letter-spacing: 3px;
  font-weight: 500;
}
.t-1.center {
  align-items: center;
  text-align: center;
}

.t-2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.t-2.center {
  align-items: center;
  text-align: center;
}

.t-3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.t-3.center {
  align-items: center;
  text-align: center;
}

.t-4 {
  font-size: 1em;
  letter-spacing: 2px;
}
.t-4.center {
  align-items: center;
}

.paralaxIt {
  padding: 0;
  max-height: 800px;
  overflow: hidden;
}

#userPopIn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #282459;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#userPopIn input[type="submit"] {
  padding: 10px 20px 8px 20px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  background-color: #05f7d1;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.acf-form-fields {
  display: flex;
  flex-wrap: wrap;
}
.acf-form-fields .acf-field-image {
  width: 100%;
}
.acf-form-fields .acf-field-text, .acf-form-fields .acf-field-wysiwyg {
  width: 50%;
}

#login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#login-form p {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
#login-form p input[type="password"], #login-form p input[type="text"] {
  border-radius: 30px;
  width: 100%;
  border: none;
  background: #05f7d1;
  padding: 7.5px 10px;
  height: auto;
  color: #fff;
}
#login-form p label {
  margin-bottom: 5px;
}
#login-form p.login-username label, #login-form p.login-password label {
  text-transform: uppercase;
}
#login-form p.login-remember {
  margin-top: 20px;
}

.userChange {
  color: #fff;
}

.userIntro p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adminProfil .fancybox__content {
  padding: 0;
  width: 1000px !important;
  max-width: 100%;
}

.fancybox__content {
  width: 1200px;
  max-width: 100%;
  background-color: #e6e6e6;
}

.fancybox__backdrop {
  background-color: rgba(40, 36, 89, 0.9);
}

/*=========HEADER=========*/
.menuOpen {
  display: none;
}

header {
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
  width: 100%;
  height: 110px;
}
header .logo {
  width: 200px;
  margin-top: 1rem;
}
header .logo img {
  width: 100%;
}
header.fixed {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 35px -25px rgba(0, 0, 0, 0.7);
  animation: header .3s forwards ease;
}
header .menuContainer {
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
header .topLinks a.twitter{
  padding: .25rem;
}
.topLinks .twitter{
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
}
.topLinks .twitter svg{
  width: 2rem;
  height: 2rem;
  display: block;
}
.topLinks .twitter svg path{
  fill: #282459;
}
header .topLinks {
  display: flex;
  align-items: center;
}
header .topLinks ul {
  display: flex;
  justify-content: flex-end;
}
header .topLinks a {
  padding: 10px 20px;
  cursor: pointer;
}
header .topLinks li {
  background-color: #282459;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .topLinks li:first-child {
  background-color: #f4f4f4;
}
header .topLinks li img {
  height: 2rem;
}
header .lang {
  background-color: #05f7d1;
  display: flex;
  align-items: center;
}
header .lang a {
  display: block;
  padding: 0;
  margin: 0;
  padding: .5rem 1rem;
  cursor: pointer;
}
header .lang a i {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
header .lang a i:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .5rem;
  border-radius: 50%;
}
header .lang a i.en:before {
  background-image: url("../img/en.svg");
}
header .lang a i.fr:before {
  background-image: url("../img/fr.svg");
}
header nav {
  margin-top: 2rem;
  margin-right: -20px;
  z-index: 10;
}
header nav > ul {
  display: flex;
}
header nav > ul > li:not(:last-child):after {
  content: '|';
}
header nav > ul > li > a {
  text-transform: uppercase;
  padding: 5px 20px;
  position: relative;
  cursor: pointer;
}
header nav > ul > li > a[aria-current="page"]:before{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: calc(50% - 5px);
  left: 5px;
  background-color: #05f7d1;
}
header nav > ul > li > a:after {
  content: '';
  width: calc(100% - 10px);
  height: 300%;
  left: 5px;
  top: 0;
  display: block;
  background-color: #05f7d1;
  position: absolute;
  z-index: -1;
  transform: scaleY(0);
  transition: transform 1s cubic-bezier(0.03, 0.13, 0, 1), opacity 0.6s cubic-bezier(0.03, 0.13, 0, 1);
  opacity: 0;
  transform-origin: 0 0;
}
header nav > ul > li > a:hover:after {
  transform: scaleY(1);
  opacity: 1;
}
header nav > ul > li.children {
  position: relative;
}
header nav > ul > li.children.current-menu-parent > a:before{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: calc(50% - 5px);
  left: 5px;
  background-color: #05f7d1;
}
header nav > ul > li.children > a:after {
  content: none;
}
header nav > ul > li.children:hover .sub-menu {
  max-height: none;
}
header nav > ul > li.children:hover .sub-menu li {
  transform: translateY(0);
  opacity: 1;
  user-select: auto;
  pointer-events: auto;
  z-index: initial;
}
header nav .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  min-width: 100%;
  width: 175px;
  width: max-content;
  max-height: 0;
}
header nav .sub-menu li {
  user-select: none;
  pointer-events: none;
  z-index: -100;
  width: 100%;
  transform: translateY(3rem);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.03, 0.13, 0, 1), opacity 0.6s cubic-bezier(0.03, 0.13, 0, 1);
}
header nav .sub-menu li:nth-child(1) {
  transition-delay: 0.05s;
}
header nav .sub-menu li:nth-child(2) {
  transition-delay: 0.1s;
}
header nav .sub-menu li:nth-child(3) {
  transition-delay: 0.15s;
}
header nav .sub-menu li:nth-child(4) {
  transition-delay: 0.2s;
}
header nav .sub-menu li:nth-child(5) {
  transition-delay: 0.25s;
}
header nav .sub-menu li:nth-child(6) {
  transition-delay: 0.3s;
}
header nav .sub-menu li:nth-child(7) {
  transition-delay: 0.35s;
}
header nav .sub-menu li:nth-child(8) {
  transition-delay: 0.4s;
}
header nav .sub-menu li:nth-child(9) {
  transition-delay: 0.45s;
}
header nav .sub-menu li:nth-child(10) {
  transition-delay: 0.5s;
}
header nav .sub-menu a {
  width: 100%;
  padding: 7.5px 15px 5px 15px;
  display: block;
  background-color: #05f7d1;
  transition: background-color 0.5s cubic-bezier(0.03, 0.13, 0, 1);
}
header nav .sub-menu a[aria-current="page"]{
  background-color: #282459;
  color: #fff;
}
header nav .sub-menu a:hover {
  background-color: #04e0bc;
  color: #282459;
}

@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.topPage {
  height: calc(100vh - 110px);
  position: relative;
  padding: 2rem 3rem;
  min-height: 500px;
}

.topBlock {
  position: relative;
  max-height: 100%;
  height: 100%;
  width: 100%;
  display: flex;
}

.topSwiper {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.topSwiper .swiper-pagination {
  height: 85%;
  top: 7.5%;
  right: 0;
  bottom: auto;
  padding: 1rem;
  background-color: #0000fc;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topSwiper .swiper-pagination-bullet {
  width: .7rem;
  height: .7rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.topSwiper .swiper-pagination-bullet:first-child:before {
  content: '';
  width: 2px;
  height: 3rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: -4rem;
  left: calc(50% - 1px);
}
.topSwiper .swiper-pagination-bullet:last-child:after {
  content: '';
  width: 2px;
  height: 3rem;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -4rem;
  left: calc(50% - 1px);
}
.topSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.flyBlock {
  background-color: rgba(0, 0, 252, 0.8);
  padding: 2rem;
  position: absolute;
  z-index: 2;
  left: -1rem;
  top: 7.5%;
  min-height: 400px;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flyBlock h1 {
  color: #fff;
}
.flyBlock .block-text p {
  color: #fff;
}

.centerLink .row {
  position: relative;
  background-color: #05f7d1;
}
.centerLink .row:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/technology-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: luminosity;
  opacity: 0.7;
  user-select: none;
  pointer-events: none;
}
.centerLink .block {
  margin-left: auto;
  padding: 6rem 6rem 6rem 2rem;
}
.centerLink .block p {
  max-width: 100%;
}
.centerLink .linkContainers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.centerLink .block .link {
  margin: 7.5px;
}

.teamLinks {
  position: relative;
  z-index: 1;
}
.teamLinks .gridContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.teamLinks .gridContainer > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 1rem 1rem 3.5rem 1rem;
  position: relative;
  overflow: hidden;
}
.teamLinks .gridContainer > div > a strong, .teamLinks .gridContainer > div > a p {
  z-index: 1;
  position: relative;
}
.teamLinks .gridContainer > div > a strong {
  margin-bottom: .5rem;
  opacity: 0;
}
.teamLinks .gridContainer > div > a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.03, 0.13, 0, 1);
  user-select: none;
  pointer-events: none;
}
.teamLinks .gridContainer > div > a:after {
  content: 'Find out more';
  width: 100%;
  padding: 1rem;
  display: block;
  color: #fff;
  position: absolute;
  bottom: -60px;
  transition: bottom 0.6s cubic-bezier(0.03, 0.13, 0, 1);
  background-color: #05f7d1;
}
.teamLinks .gridContainer > div > a[style="background-color:#29235c;"] {
  color: #fff;
}
.teamLinks .gridContainer > div > a[style="background-color:#29235c;"]:before {
  background: linear-gradient(189deg, rgba(80, 190, 172, 0) 0%, rgba(80, 190, 172, 0.5) 100%);
}
.teamLinks .gridContainer > div > a[style="background-color:#51beac;"] {
  color: #fff;
}
.teamLinks .gridContainer > div > a[style="background-color:#51beac;"]:before {
  background: linear-gradient(189deg, rgba(41, 35, 92, 0) 0%, rgba(41, 35, 92, 0.5) 100%);
}
.teamLinks .gridContainer > div > a[style="background-color:#ffd22f;"] {
  color: #282459;
}
.teamLinks .gridContainer > div > a[style="background-color:#ffd22f;"]:before {
  background: linear-gradient(189deg, rgba(0, 0, 252, 0) 0%, rgba(0, 0, 252, 0.5) 100%);
}
.teamLinks .gridContainer > div > a:hover:after {
  bottom: 0;
}
.teamLinks .gridContainer > div > a:hover:before {
  opacity: 1;
}
.teamLinks .gridContainer > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
  background-color: #f4f4f4;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.teamLinks .gridContainer > div:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.teamLinks .gridContainer > div:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}
.teamLinks .gridContainer > div:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}
.teamLinks .gridContainer > div:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}
.teamLinks .gridContainer > div:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
}
.teamLinks .gridContainer > div:nth-child(7) {
  grid-area: 2 / 4 / 3 / 5;
}
.teamLinks .gridContainer > div:nth-child(8) {
  grid-area: 3 / 1 / 4 / 2;
}
.teamLinks .gridContainer > div:nth-child(9) {
  grid-area: 3 / 2 / 4 / 3;
}
.teamLinks .gridContainer > div:nth-child(10) {
  grid-area: 3 / 3 / 4 / 4;
}
.teamLinks .gridContainer > div:nth-child(11) {
  grid-area: 3 / 4 / 4 / 5;
}
.teamLinks + .paralaxIt {
  margin-top: -15rem;
  z-index: -1;
}

html[lang="fr-FR"] .teamLinks .gridContainer > div > a:after {
  content: 'En savoir plus';
}

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

.number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 15px;
  width: 200px;
}
.number img {
  width: 125px;
  margin-bottom: 1rem;
}
.number strong {
  color: #05f7d1;
  font-size: 2.5rem;
  font-weight: 400;
}
.number p {
  text-transform: uppercase;
  text-align: center;
  margin-top: .5rem;
}

/*.postPreview{
  .container-fluid{
    .link{
      position: absolute;
      bottom: -1rem;
      left: calc(50% - 90px);
      width: 180px;
      text-transform: uppercase;
    }
  }  
}*/
.actuPreviewContainer {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2rem;
}
.actuPreviewContainer .swiper-slide{
  margin: 0 auto;
}

.swiper:not(.topSwiper) {
  padding: 0 3.5rem 2rem 3.5rem;
  width: 100%;
}
.swiper:not(.topSwiper):before {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.swiper:not(.topSwiper):after {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.swiper:not(.topSwiper).partnerSwiper:after, .swiper:not(.topSwiper).partnerSwiper:before {
  background-color: #fff;
}
.swiper:not(.topSwiper) .swiper-slide {
  padding: 1rem;
}
.swiper:not(.topSwiper) .swiper-pagination {
  bottom: 2.5px;
}
.swiper:not(.topSwiper) .swiper-pagination-bullet {
  background: #e6e6e6;
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.swiper:not(.topSwiper) .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #05f7d1;
}
.swiper:not(.topSwiper) .swiper-button-next, .swiper:not(.topSwiper) .swiper-button-prev {
  width: 35px;
  height: 35px;
  border: 2px solid #282459;
  border-radius: 50%;
}
.swiper:not(.topSwiper) .swiper-button-next:after, .swiper:not(.topSwiper) .swiper-button-prev:after {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #282459;
}
.swiper:not(.topSwiper) .swiper-button-next:after {
  margin-bottom: -2px;
  font-weight: bolder;
  margin-right: -5px;
}
.swiper:not(.topSwiper) .swiper-button-prev:after {
  margin-bottom: -2px;
  margin-left: -5px;
}

.datePost {
  margin-bottom: .5rem;
  color: #fff;
}
.datePost span {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}
.datePost span:first-child {
  margin-right: .25rem;
}
.datePost span.specialDate{
  text-transform: initial;
  font-size: 1rem;
}
.datePost span:nth-child(2) {
  margin-right: .25rem;
}
.datePost:after {
  content: '';
  width: 2rem;
  height: .25rem;
  display: block;
  background-color: #fff;
  border-radius: .25rem;
  margin: .5rem 0;
}

.thumbnailPost {
  height: 250px;
  position: relative;
}
.thumbnailPost .teamNews {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 0 50% 0;
  overflow: hidden;
}

.actuSwiper .newsBlock {
  width: 100%;
  height: 100%;
  margin: 0;
}

.blockPost a {
  padding-left: 3rem;
  color: #05f7d1;
  font-weight: bolder;
}
.newsBlock .thumbnail{
  max-height: 350px;
  margin: 1rem auto ;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #282459;
}
.newsBlock .thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}


.partenaires .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partenaires .swiper-slide a {
  width: 130px;
  height: 130px;
  background-color: #f4f4f4;
  border-radius: 50%;
  padding: 1rem;
}
.partenaires .swiper-slide a img {
  object-fit: contain;
  -o-object-fit: contain;
  mix-blend-mode: multiply;
}
.page-teams .teamLinks .gridContainer {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.page-teams .teamLinks .gridContainer > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
  background-color: transparent;
  padding: 0;
}
.page-teams .teamLinks .gridContainer > div:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}
.page-teams .teamLinks .gridContainer > div:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
.page-teams .teamLinks .gridContainer > div:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
.page-teams .teamLinks .gridContainer > div:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}
.page-teams .teamLinks .gridContainer > div:nth-child(6) {
  grid-area: 2 / 4 / 3 / 5;
}
.page-teams .teamLinks .gridContainer > div:nth-child(7) {
  grid-area: 3 / 1 / 4 / 2;
}
.page-teams .teamLinks .gridContainer > div:nth-child(8) {
  grid-area: 3 / 2 / 4 / 3;
}
.page-teams .teamLinks .gridContainer > div:nth-child(9) {
  grid-area: 3 / 3 / 4 / 4;
}
.page-teams .teamLinks .gridContainer > div:nth-child(10) {
  grid-area: 3 / 4 / 4 / 5;
}

.page-team .topPage {
  padding: 2rem 4rem;
  height: auto;
  height: 500px;
}
.page-team .topBlock {
  position: relative;
  justify-content: flex-end;
}
.topBlock .scrollIt{
  position: absolute;
  bottom: -17px;
  left: calc(50% - 100px);
  z-index: 2;
  width: 200px;
  color: #fff;
}
.page-team .flyBlock {
  min-height: 100%;
  left: 0;
  top: 0;
  background-color: #0000fc;
}
.page-team .t-1{
  text-transform: initial;
}
.page-team .postPreview .row{
  justify-content: center;
}

.missions .block-text.center p{
  max-width: 700px;
}
.missionListe{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.missionListe div{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(50% - 2rem);
  max-width: 100%;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  background-color: #51beac;
  color: #fff;
}
.missionListe div img{
  min-width: 60px;
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #282459;
  border-radius: 50%;
}
.directeur .row{
  justify-content: center;
}
.directeur .row:nth-child(2) .directorBPH{
  width: calc(50% - 3rem);
  margin: 1rem;
}
.directeur .row:nth-child(2) .directorBPH img{
  width: 250px;
}
.directorBPH{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  padding: 3rem;
  margin: 2rem;
  background-color: #f4f4f4;
}
.directorBPH .block-text:before,.directorBPH .block-text:after{
  content:""; display:block; clear:both;
}
.directorBPH .block-text img{
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 300px;
}
.directorPhoto{
  width: 150px;
  height: 150px;
  border-radius: 2rem;
  overflow: hidden;
}
.directorPhoto img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}
.fancybox__content .directorBPH{
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}
.topImage {
  width: calc(100% - 40%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.topImage img {
  width: auto;
  height: auto;
  object-fit: contain;
  -o-object-fit: contain;
}

.detailObjectifs .details {
  padding: 2rem;
  background-color: #05f7d1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detailObjectifs .details > div {
  margin: 15px 0;
}
.detailObjectifs .details .director.barInf:after, .detailObjectifs .details .contactTeam.barInf:after {
  margin-top: 2rem;
}
.detailObjectifs .details .director > div:nth-child(2) {
  margin-top: 1rem;
}
.detailObjectifs .details .director .block-text p {
  font-size: .9rem;
  line-height: 1.1;
}
.detailObjectifs .details .director .block-text a {
  color: #fff;
  text-decoration: underline;
}
.detailObjectifs .details .imgName {
  display: flex;
  align-items: center;
}
.detailObjectifs .details .imgName div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.detailObjectifs .details .imgName p {
  color: #fff;
}
.detailObjectifs .details .imgName p strong {
  color: #282459;
}
.detailObjectifs .linkSection, .detailObjectifs .contactTeam {
  display: flex;
  flex-direction: column;
}
.detailObjectifs .linkSection strong, .detailObjectifs .contactTeam strong {
  margin-bottom: 10px;
}
.detailObjectifs .linkSection .link, .detailObjectifs .contactTeam .link {
  margin: 10px 0;
}

.publicationsTeam .row {
  justify-content: center;
}
.publicationsTeam .col-12 {
  width: 1400px;
  max-width: 100%;
  flex: 0 0 1400px;
}
.publicationsTeam .block-text > p {
  padding: 2rem 6rem;
  margin: 0;
  text-align: left;
}
.publicationsTeam .block-text > p:nth-child(even) {
  background-color: #f4f4f4;
}
.publicationsTeam .block-text ol li {
  padding: 2rem 6rem;
  margin: 0;
  text-align: left;
}
.publicationsTeam .block-text ol li:nth-child(even) {
  background-color: #f4f4f4;
}

.software {
  color: #282459;
}
.software .container-fluid {
  background-color: #05f7d1;
  padding: 2rem 6rem;
}
.software .block-text > strong {
  color: #282459;
}
.software .block-text p {
  margin: 0;
}
.software .block-text p a {
  color: #282459;
}

.carreerTeam .container-fluid {
  background-color: #05f7d1;
  padding: 2rem 6rem;
}
.carreerTeam .block-text p {
  color: #fff;
  max-width: 1000px;
  margin: 10px auto;
}
.carreerTeam .block-text p a {
  color: #fff;
}

.membresTeam .row {
  justify-content: center;
}
.membresTeam .memberBlock {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: .5rem;
  margin: 0.25rem;
  cursor: pointer;
  text-align: center;
}
.membresTeam .memberBlock .memberPic {
  margin-right: 0;
  width: 60px;
  height: 60px;
  display: none;
}
.membresTeam .memberBlock .memberPic + div {
  width: 100%;
}
.membresTeam .memberBlock .memberPic + div p {
  font-size: .9rem;
  justify-content: center;
}
.membresTeam .memberBlock .memberPic + div span {
  font-size: .8rem;
}

.memberList .row > p {
  width: 100%;
  margin: 2rem 0;
}
.memberList .row > p i {
  color: #e6e6e6;
}
.memberList .memberBlock {
  background-color: #f4f4f4;
  width: calc(25% - 0.5rem);
  display: flex;
  align-items: center;
  padding: 1rem;
  margin: 0.25rem;
  cursor: pointer;
}

.memberPic {
  width: 70px;
  height: 70px;
  background-color: #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.memberPic + div {
  width: calc(100% - 86px );
}
.memberPic + div p {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.memberPic + div p i:first-child {
  margin-right: .25rem;
}
.memberPic + div span {
  color: #05f7d1;
}

.searchContainer {
  position: relative;
  width: 400px;
  max-width: 100%;
}
.searchContainer input {
  padding: 1rem;
  background-color: #05f7d1;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
}
.searchContainer input::placeholder {
  color: #fff;
}
.searchContainer .listing {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.searchContainer .listing li {
  text-align: left;
  padding: .8rem;
  background-color: #51beac;
  color: #f4f4f4;
  cursor: pointer;
  transition: all .3s ease;
}
.searchContainer .listing li i:first-child {
  margin-right: .25rem;
}
.searchContainer .listing li:hover {
  background-color: #282459;
}

.scrollTop {
  position: fixed;
  z-index: 10;
  bottom: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  padding: .5rem;
  background-color: #05f7d1;
  border-radius: 50%;
  opacity: .9;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transform: translateY(3rem);
  transition: transform 0.8s cubic-bezier(0.03, 0.13, 0, 1);
}
.scrollTop svg {
  width: 100%;
  height: 100%;
}
.scrollTop svg path {
  fill: #fff;
}
.scrollTop.active {
  opacity: 1;
  transform: translateY(0);
  user-select: initial;
  pointer-events: initial;
}

.archive .membre.userInfo{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
}
.userInfo .logos{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
#popIt {
  background-color: rgba(40, 36, 89, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 10;
  padding: 3em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  transition: opacity .4s ease;
  user-select: none;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}
#popIt .userInfo {
  background-color: #f4f4f4;
  padding: 3rem;
  width: 1200px;
  max-width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
#popIt .userInfo.load {
  opacity: 1;
}
#popIt .closeMembre {
  position: fixed;
  right: 3rem;
  top: 3rem;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#popIt .closeMembre svg path {
  fill: #05f7d1;
  transition: fill .3s ease-in-out;
}
#popIt .closeMembre:hover svg path {
  fill: #05f7d1;
}
#popIt .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body.openMembre {
  overflow: hidden;
}
body.openMembre #popIt {
  user-select: initial;
  pointer-events: initial;
  visibility: visible;
  z-index: 10;
  opacity: 1;
}

.userInfo {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.userInfo .userHead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.25rem;
}
.userInfo .memberPic {
  width: 8rem;
  height: 8rem;
  margin-right: 0.5rem;
}
.userInfo .memberPic + div {
  width: calc(100% - 140px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.userInfo .memberPic + div p {
  font-size: 1.3rem;
  font-weight: bolder;
}
.userInfo .memberPic + div span {
  font-size: 1.2rem;
  font-weight: bolder;
}
.userInfo .mainLinks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: .5rem;
}
.userInfo .mainLinks a {
  background-color: #0000fc;
  color: #05f7d1;
  padding: .25rem 1rem .25rem .25rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  margin: .5rem 0;
}
.userInfo .mainLinks a:not(:last-child) {
  margin-right: .5rem;
}
.userInfo .mainLinks a:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: .5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.userInfo .mainLinks a.site-web:before {
  background-image: url("../img/web-picto.svg");
}
.userInfo .mainLinks a.linkedin:before {
  background-image: url("../img/linkedin-picto.svg");
}
.userInfo .mainLinks a.twitter:before {
  background-image: url("../img/twitter-picto.svg");
}
.userInfo .mainLinks a.youtube:before {
  background-image: url("../img/youtube-picto.svg");
}

.pdfs{
  display: flex;
  flex-wrap: wrap;
}
.pdfs .t-2{
  margin-bottom: 15px;
  width: 100%;
}
.pdfs .link{
  margin: 5px 10px;
}

.userInfo  .logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.userInfo  .logos img{
  height: 50px;
}
.userInfo  .logos a{
  margin-top: 10px;
  margin-bottom: 10px;
}
.userInfo  .logos a:not(:last-child){
  margin-right: 15px;
}

.centerBox .container-fluid {
  background-color: #f4f4f4;
}
.centerBox .block {
  position: relative;
  padding: 2rem;
}
.centerBox .block .link {
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 80px);
  width: 160px;
  text-align: center;
}
.centerBox .col-xl-6:last-child {
  padding-right: 0;
}

.gouvernanceOrganisation .container-fluid {
  background-color: #05f7d1;
  padding: 6rem 2rem;
}
.gouvernanceOrganisation .fileLink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gouvernanceOrganisation .fileLink a {
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  height: 165px;
  width: 165px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-transform: uppercase;
  margin: 1rem 2rem;
  font-weight: bolder;
}
.gouvernanceOrganisation .fileLink a p {
  color: #05f7d1;
  font-size: .8rem;
  font-weight: normal;
}

.gouvernance .col-12 img {
  width: 650px;
  max-width: 100%;
  margin: 2rem 0;
}

.gouvernancesContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
}
.gouvernancesContainer .gouvernancesBlock {
  background-color: #f4f4f4;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gouvernancesContainer .gouvernancesBlock:nth-child(1) {
  grid-area: 1 / 1 / 5 / 2;
}
.gouvernancesContainer .gouvernancesBlock:nth-child(1)  .barInf:after{
  background: #ffd22f;
}
.gouvernancesContainer .gouvernancesBlock:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;  
}
.gouvernancesContainer .gouvernancesBlock:nth-child(3) .barInf:after{
  background: #282459;
}
.gouvernancesContainer .gouvernancesBlock:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3; 
}
.gouvernancesContainer .gouvernancesBlock:nth-child(4) {
  grid-area: 3 / 2 / 4 / 3;
}
.gouvernancesContainer .gouvernancesBlock:nth-child(5) {
  grid-area: 4 / 2 / 5 / 3; 
}

.organisation .container-fluid {
  padding: 0;
}
.organisation .row {
  margin-left: 0;
  margin-right: 0;
}
.organisation .row:not(:first-child) {
  background-color: #51beac;
  padding: 3rem 2rem;
  margin: 3rem 0;
  color: #fff;
}
.organisation .row:not(:first-child) img {
  max-height: 450px;
  margin: 0 auto;
  display: block;
}
.organisation .row:last-child {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.organisation .t-3 {
  color: #05f7d1;
}

.ecoRecherche .container-fluid {
  background-color: #f4f4f4;
}
.ecoRecherche .block {
  padding: 3rem 2rem;
}
.ecoRecherche .col-xl-6:last-child {
  padding-right: 0;
}

.cohorts .block {
  width: calc(50% - 2rem);
  margin: 1rem;
  background-color: #f4f4f4;
  padding: 3rem 2rem;
}
.cohorts .block li a {
  font-weight: bolder;
  text-decoration: underline;
}

.projets .row:nth-child(odd) .projectBlock {
  background-color: #f4f4f4;
  color: #282459;
}
.projets .row:nth-child(odd) .projectBlock p a {
  color: #282459;
}
.projets .row:nth-child(odd) .projectBlock li a {
  color: #282459;
}
.projets .row:not(:first-child) .col-12 {
  margin-top: 3rem;
}

.projectBlock {
  width: calc(50% - 2rem);
  margin: 1rem;
  background-color: #51beac;
  padding: 1rem 2rem;
  color: #fff;
}
.projectBlock p a {
  color: #fff;
  font-weight: bolder;
}
.projectBlock li a {
  color: #fff;
  font-weight: bolder;
  text-decoration: underline;
}

.publicationAccordon, .jobAccordon {
  width: 1400px;
  max-width: 100%;
  margin: 1rem auto;
}
.publicationAccordon .t-2, .jobAccordon .t-2 {
  background-color: #05f7d1;
  color: #fff;
  padding: 2rem 3rem;
  cursor: pointer;
  position: relative;
  transition: background-color 1s cubic-bezier(0.03, 0.13, 0, 1), color 1s cubic-bezier(0.03, 0.13, 0, 1);
}
.publicationAccordon .t-2:hover, .jobAccordon .t-2:hover {
  background-color: #282459;
}
.publicationAccordon .t-2:hover .openClose span, .jobAccordon .t-2:hover .openClose span {
  background-color: #05f7d1;
}
.publicationAccordon .openClose, .jobAccordon .openClose {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 25px);
}
.publicationAccordon .openClose span, .jobAccordon .openClose span {
  height: 3px;
  width: 50%;
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: width 0.3s ease, background-color 1s cubic-bezier(0.03, 0.13, 0, 1);
}
.publicationAccordon .openClose span:first-child, .jobAccordon .openClose span:first-child {
  left: 4px;
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.publicationAccordon .openClose span:last-child, .jobAccordon .openClose span:last-child {
  right: 4px;
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.showContent {
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
}
.showContent .block-text {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s cubic-bezier(0.03, 0.13, 0, 1), transform 1s cubic-bezier(0.03, 0.13, 0, 1);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.showContent .block-text > p {
  padding: 2rem 3rem;
  margin: 0;
  text-align: left;
  width: 100%;
  /*&:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: $green;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
  }*/
}
.showContent .block-text > p:nth-child(even) {
  background-color: #e1e1e1;
}

.publicationAccordon.open .t-2, .jobAccordon.open .t-2 {
  background-color: #282459;
  color: #05f7d1;
}
.publicationAccordon.open .openClose span, .jobAccordon.open .openClose span {
  background-color: #05f7d1;
}
.publicationAccordon.open .showContent, .jobAccordon.open .showContent {
  max-height: 100%;
}
.publicationAccordon.open .showContent .block-text, .jobAccordon.open .showContent .block-text {
  opacity: 1;
  transform: translateY(0);
}
.publicationAccordon.open .openClose span, .jobAccordon.open .openClose span {
  width: calc(100% - 8px);
}

.jobAccordon .showContent .block-text {
  padding: 2rem;
}
.jobAccordon .showContent .block-text > p {
  padding: 0;
  margin: 10px 0;
}
.jobAccordon .showContent .block-text > p:nth-child(even) {
  background-color: transparent;
}

.page-contact .flyBlock p a {
  color: #fff;
}
.page-contact .flyBlock p a.mapLink {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.page-contact .flyBlock p a.mapLink img {
  width: 2rem;
  margin-right: .25rem;
}

.page-actualites .topPage, .archive .topPage, .page-job .topPage {
  height: auto;
}
.page-actualites .topPage .container-fluid, .archive .topPage .container-fluid, .page-job .topPage .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 100%;
}
.page-actualites .topPage .row, .archive .topPage .row, .page-job .topPage .row {
  max-height: 100%;
  width: 100%;
  align-items: center;
}
.page-actualites .topPage .topBlock, .archive .topPage .topBlock, .page-job .topPage .topBlock {
  align-items: center;
  height: 500px;
}
.page-actualites .topPage .topSwiper, .archive .topPage .topSwiper, .page-job .topPage .topSwiper {
  height: 100%;
}

.archive .topPage .catLink {
  margin-top: 2rem;
}

.newsList .col-12.center {
  margin-top: 2rem;
}

.newsBlock {
  padding: 4.5rem 2rem 2rem 2rem;
  width: calc(33.33% - 2rem);
  margin: 1rem;
  position: relative;
  background-color: #3867a3;
  color: #fff;
}
.newsBlock.future-events {
  background-color: #ffd22f;
  color: #282459;
}
.newsBlock.future-events .datePost {
  color: #282459;
}
.newsBlock.future-events .datePost:after {
  background-color: #282459;
}
.newsBlock.future-events .link {
  background-color: #282459;
  color: #ffd22f;
}
.newsBlock.future-events .cat {
  color: #ffd22f;
  border-color: #ffd22f;
  background-color: #282459;
}
.newsBlock .link {
  background-color: #fff;
  color: #3867a3;
}
.newsBlock h2 {
  font-weight: bolder;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.newsBlock .cat {
  position: absolute;
  padding: 0.5rem;
  background-color: #fff;
  color: #3867a3;
  border-width: 0.5rem;
  border-style: solid;
  top: 0;
  left: 0;
}
.newsBlock .teamNews {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 0 0 0 50%;
  overflow: hidden;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
}
/*.newsBlock.events {
  background-color: #4E9DCC;
  color: #fff;
}
.newsBlock.events .datePost {
  color: #fff;
}
.newsBlock.events .link {
  background-color: #fff;
  color: #4E9DCC;
}
.newsBlock.events .cat {
  color: #4E9DCC;
  border-color: #4E9DCC;
}
.newsBlock.news {
  background-color: #282459;
  color: #fff;
}
.newsBlock.news .datePost {
  color: #fff;
}
.newsBlock.news .link {
  background-color: #fff;
  color: #282459;
}
.newsBlock.news .cat {
  color: #282459;
  border-color: #282459;
}
.newsBlock.seminars {
  background-color: #05f7d1;
  color: #282459;
}
.newsBlock.seminars .datePost {
  color: #282459;
}
.newsBlock.seminars .datePost:after {
  background-color: #282459;
}
.newsBlock.seminars h2 {
  color: #282459;
}
.newsBlock.seminars .link {
  background-color: #282459;
  color: #05f7d1;
}
.newsBlock.seminars .cat {
  color: #05f7d1;
  border-color: #05f7d1;
  background-color: #282459;
}
.newsBlock.press-review {
  background-color: #51beac;
  color: #fff;
}
.newsBlock.press-review .datePost {
  color: #fff;
}
.newsBlock.press-review .link {
  background-color: #fff;
  color: #51beac;
}
.newsBlock.press-review .cat {
  color: #51beac;
  border-color: #51beac;
}
.newsBlock.team {
  background-color: #ffd22f;
  color: #282459;
}
.newsBlock.team .datePost {
  color: #282459;
}
.newsBlock.team .datePost:after {
  background-color: #282459;
}
.newsBlock.team .link {
  background-color: #282459;
  color: #ffd22f;
}
.newsBlock.team .cat {
  color: #ffd22f;
  border-color: #ffd22f;
  background-color: #282459;
}*/

.catLink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.catLink li {
  margin: 0.5rem;
}
.catLink li a {
  padding: 0.5rem;
}

.pagination {
  display: flex;
  align-items: center;
}
.pagination li:not(:last-child):after {
  content: '-';
}
.pagination span, .pagination a {
  padding: 0.5rem;
}
.pagination span.current, .pagination a.current {
  text-decoration: underline;
}

.singleTop {
  padding-bottom: 0;
}
.singleTop .col-12 {
  flex: 0 0 auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.singleTop .t-3 {
  margin-bottom: 2rem;
}

.singleContent .col-12 {
  flex: 0 0 auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.singleContent .aligncenter{
  margin: 0 auto;
  display: block;
}
.singleContent .alignleft{
  margin-right: auto;
  display: block;
}
.singleContent .alignright{
  margin-left: auto;
  display: block;
}
.actuTitle {
  padding-top: 6rem;
}
.page-job .flyBlock .link{
  margin-bottom: 1rem;
}
/*=========FORM=========*/
#jobForm .subject {
  margin-top: 1rem;
}
#jobForm [data-name="fichiers"] {
  width: 100%;
  margin-top: .5rem;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  /*ERRORS*/
}
.wpcf7-form > p {
  margin-top: 1rem;
}
.wpcf7-form > div {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
.wpcf7-form label {
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  position: initial;
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  border: 2px solid transparent;
  background: #fff;
  padding: 15px 10px 7.5px 10px;
  height: auto;
  border-radius: 30px;
  color: #0000fc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form label input:focus, .wpcf7-form label textarea:focus {
  outline-style: none;
  border-color: #282459;
  color: #282459;
}
.wpcf7-form label input:focus ~ i, .wpcf7-form label textarea:focus ~ i {
  top: -10px;
  background: #282459;
  color: #05f7d1;
}
.wpcf7-form label input:not(:placeholder-shown), .wpcf7-form label textarea:not(:placeholder-shown) {
  border-color: #2da77a;
  outline: #2da77a;
  outline-style: none;
  color: #2da77a;
}
.wpcf7-form label input:not(:placeholder-shown) ~ i, .wpcf7-form label textarea:not(:placeholder-shown) ~ i {
  top: -10px;
  background: #2da77a;
  color: #05f7d1;
  font-size: 0.8em;
}
.wpcf7-form label input:not(:placeholder-shown):focus, .wpcf7-form label textarea:not(:placeholder-shown):focus {
  border-color: #2da77a;
  outline: #2da77a;
  outline-style: none;
  color: #2da77a;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: transparent;
}
.wpcf7-form label textarea {
  max-height: 200px;
}
.wpcf7-form label i {
  position: absolute;
  font-style: normal;
  top: 12.5px;
  left: 5px;
  padding: 2.5px 10px;
  color: #282459;
  font-weight: bolder;
  border-radius: 30px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.wpcf7-form label.big {
  width: 100%;
  height: 100%;
}
.wpcf7-form label.big .wpcf7-form-control-wrap {
  height: 100%;
}
.wpcf7-form label.big .wpcf7-form-control-wrap textarea {
  max-height: 400px;
  height: 100%;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form input[type="submit"] {
  margin: 20px auto;
  padding: 7.5px 20px;
  background: #282459;
  border: 1px solid #282459;
  border-radius: 30px;
  text-transform: uppercase;
  color: #05f7d1;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcf7-form input[type="checkbox"], .wpcf7-form input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.wpcf7-form input[type="checkbox"] + span, .wpcf7-form input[type="radio"] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  padding: 10px;
  user-select: none;
  cursor: pointer;
}
.wpcf7-form input[type="checkbox"] + span:before, .wpcf7-form input[type="radio"] + span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #282459;
  border-radius: 50%;
  background-color: transparent;
  margin: 5px;
}
.wpcf7-form input[type="checkbox"]:checked + span:before, .wpcf7-form input[type="radio"]:checked + span:before {
  background-color: #2da77a;
}
.wpcf7-form [data-name="rgpd-consent"] {
  width: 100%;
  text-align: center;
}
.wpcf7-form [data-name="rgpd-consent"] .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form [data-name="rgpd-consent"] .wpcf7-list-item-label {
  color: #282459;
  font-size: 0.7rem;
}
.wpcf7-form [data-name="rgpd-consent"] .wpcf7-list-item-label a {
  color: #282459;
  text-decoration: underline;
}
.wpcf7-form [data-name="rgpd-consent"] input[type="checkbox"] + .wpcf7-list-item-label:before {
  width: 15px;
  height: 15px;
}
.wpcf7-form .recaptchaCredit {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #fd4735;
}
.wpcf7-form input.wpcf7-not-valid + i, .wpcf7-form textarea.wpcf7-not-valid + i {
  color: #fd4735 !important;
}
.wpcf7-form input.wpcf7-not-valid:focus, .wpcf7-form textarea.wpcf7-not-valid:focus {
  border-color: #fd4735;
}
.wpcf7-form input.wpcf7-not-valid:focus ~ i, .wpcf7-form textarea.wpcf7-not-valid:focus ~ i {
  background-color: #fd4735;
  color: #fff !important;
}
.wpcf7-form input.wpcf7-not-valid:not(:placeholder-shown) + i, .wpcf7-form textarea.wpcf7-not-valid:not(:placeholder-shown) + i {
  color: #fff !important;
  background: #2da77a !important;
}
.wpcf7-form input.wpcf7-not-valid:not(:placeholder-shown) ~ i, .wpcf7-form textarea.wpcf7-not-valid:not(:placeholder-shown) ~ i {
  top: -10px;
  background: #2da77a !important;
  color: #fff !important;
  font-size: 0.8em;
}
.wpcf7-form .objet .wpcf7-not-valid + .nice-select {
  border-color: #fd4735;
}
.wpcf7-form .objet .wpcf7-not-valid + .nice-select .current {
  color: #fd4735;
}
.wpcf7-form .objet .wpcf7-not-valid + .nice-select:after {
  border-color: #fd4735;
}
.wpcf7-form .objet.valide .wpcf7-select + .nice-select {
  border-color: #2da77a;
}
.wpcf7-form .objet.valide .wpcf7-select + .nice-select .current {
  color: #2da77a;
}
.wpcf7-form .objet.valide .wpcf7-select + .nice-select:after {
  border-color: #2da77a;
}
.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing, .wpcf7-form div.wpcf7-response-output {
  border: none !important;
  margin: 10px 0 !important;
  width: 100%;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output {
  color: #fd4735;
  text-align: center;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #2da77a !important;
}

.page-mentions .mentions {
  width: 1400px;
  max-width: 100%;
  padding-top: 100px;
}
.page-mentions .mentions > div {
  padding: 0 5px;
}
.page-mentions .mentions h3, .page-mentions .mentions h2 {
  font-weight: bolder;
  margin: 10px 0;
  font-size: 1.5rem;
}
.page-mentions .mentions p {
  margin: 5px 0;
  font-weight: 300;
}
.page-mentions .mentions ul, .page-mentions .mentions ol {
  padding-left: 20px;
  font-weight: 300;
}
.page-mentions .mentions ul li, .page-mentions .mentions ol li {
  list-style: disc;
  margin: 7.5px 0;
  font-weight: 300;
}
.page-mentions .mentions ul li a, .page-mentions .mentions ol li a {
  text-decoration: underline;
  font-weight: bolder;
  font-weight: 300;
}

/*=========FOOTER=========*/
footer {
  padding: 2rem 4rem;
}
footer .container-fluid {
  background-color: #282459;
  padding: 2rem 4rem;
  position: relative;
}
.footerTwitter{
  position: absolute;
  left: 4rem;
  top: -1rem;
  padding: 10px 20px 8px 20px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  background-color: #05f7d1;
  color: #282459;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerTwitter span{
  color: #282459;
  text-transform: uppercase;
  margin-left: .5rem;
  line-height: 1.2;
  transition: color .3s ease;
}
.footerTwitter svg{
  width: 1.5rem;
  height: 1.5rem;
}
.footerTwitter svg path{
  fill: #282459;
  transition: fill .3s ease;
}
.footerTwitter:hover span{
  color: #fff;
}
.footerTwitter:hover svg path{
  fill: #fff;
}
footer .link {
  text-transform: uppercase;
  position: absolute;
  right: 4rem;
  top: -1rem;
  color: #282459;
}
footer .link:hover{
  color: #fff;
}
footer .row {
  justify-content: space-between;
}
footer .leftFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}
footer .leftFooter .logo {
  width: 250px;
}
footer .leftFooter .logo img {
  width: 100%;
}
footer .rightFooter {
  width: calc(100% - 300px);
}
footer .rightFooter nav {
  display: flex;
  justify-content: flex-end;
}
footer .rightFooter .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  max-height: 215px;
  width: 600px;
}
footer .rightFooter .menu li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  width: 200px;
}
footer .rightFooter .menu li a {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
footer .rightFooter .menu li.children {
  flex-direction: column;
}
footer .rightFooter .menu li:last-child .sub-menu li {
  width: 100%;
}
footer .rightFooter .menu li.catLink {
  display: none;
}
footer .rightFooter .menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
footer .rightFooter .menu .sub-menu li {
  width: 50%;
}
footer .rightFooter .menu .sub-menu li a {
  font-size: 0.7rem;
}
footer .logoPartenaires {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
footer .logoPartenaires img {
  width: 150px;
  max-height: 55px;
  margin: 10px 15px;
}
footer .mentions-container {
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  margin-top: 2rem;
}
footer .mentions-container p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-weight: bolder;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
}
footer .mentions-container p > a {
  margin: .5rem;
}
footer .mentions-container a {
  text-decoration: none;
  color: #fff;
}
footer .mentions-container span {
  display: flex;
  align-items: center;
  margin: .5rem;
}
footer .mentions-container span img {
  height: 0.8rem;
  display: block;
}

/*Animations*/
@keyframes rightToLeft {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes bottomToTop {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.show {
  opacity: 0;
}

.fromRight {
  animation: rightToLeft .5s ease-in-out forwards;
}

.fromLeft {
  animation: leftToRight .5s ease-in-out forwards;
}

.fromBottom {
  animation: bottomToTop .5s ease-in-out forwards;
}

/*=========RESPONSIVE=========*/
@media screen and (max-width: 1450px) {
  #popIt .closeMembre {
    right: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  header {
    padding: 0 2rem;
  }

  section {
    padding: 1rem 2rem;
  }

  footer {
    padding: 1rem 2rem;
  }

  #popIt .closeMembre {
    right: 4.5rem;
    top: 3.5rem;
  }
  #popIt .userInfo {
    width: 100%;
  }

  .topPage {
    padding: 1rem;
  }

  .page-team .topPage {
    padding: 1rem 2rem;
  }

  .topImage {
    width: 50%;
  }

  .flyBlock {
    width: 50%;
  }

  .number {
    width: 160px;
    margin: 1rem;
  }
  .number img {
    width: 105px;
  }
  .number p {
    font-size: .9rem;
  }

  .memberList .memberBlock {
    width: calc(33.33% - 0.5rem);
    padding: .5rem;
  }

  .memberPic {
    margin-right: .5rem;
  }

  .carreerTeam .container-fluid {
    padding: 2rem 4rem;
  }

  .publicationsTeam .block-text > p {
    padding: 2rem 4rem;
  }

  .newsBlock {
    padding: 4.5rem 1rem 1rem 1rem;
    width: calc(33.33% - 1rem);
    margin: 0.5rem;
    position: relative;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 0 2rem;
  }

  section {
    padding: 1rem 2rem;
  }

  header nav {
    margin-right: -12px;
  }
  header nav .sub-menu a,  header nav > ul > li > a{
    font-size: 0.9rem;
  }
  header nav > ul > li > a {
    padding: 5px 12px;
  }
  header nav > ul > li.children.current-menu-parent > a:before, header nav > ul > li > a[aria-current="page"]:before {
    width: 7px;
    height: 7px;
    bottom: calc(50% - 3.5px);
    left: 2.5px;
  }

  .newsBlock {
    width: calc(50% - 1rem);
  }

  .topImage {
    width: 40%;
  }

  .flyBlock {
    width: 60%;
  }

  .centerLink .block {
    padding: 2rem;
  }
  .centerLink .block .link {
    margin-left: 0;
  }
  .centerLink .row:after {
    opacity: .2;
  }

  .teamLinks .gridContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .teamLinks .gridContainer > div {
    grid-area: auto !important;
  }
  .teamLinks .gridContainer > div:first-child {
    align-items: flex-start;
    grid-area: 1 / 1 / 2 / 3 !important;
  }
  .teamLinks .gridContainer > div:first-child .barInf.center:after {
    margin: 10px 0;
  }

  .publicationsTeam .block-text > p {
    padding: 2rem;
  }

  .software .container-fluid {
    padding: 2rem;
  }

  .carreerTeam .container-fluid {
    padding: 2rem;
  }

  .page-teams .teamLinks .gridContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .page-teams .teamLinks .gridContainer > div {
    grid-area: auto !important;
  }
  .page-teams .teamLinks .gridContainer > div:first-child {
    grid-area: auto !important;
  }

  .directeur .row:nth-child(2) .directorBPH{
    width: 100%;
  }

  footer .container-fluid {
    padding: 2rem;
  }
  footer .leftFooter {
    width: 250px;
  }
  footer .leftFooter .logo {
    width: 200px;
  }
  footer .rightFooter {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1024px) {
  .menuOpen {
    --front: #282459;
    --back: #05f7d1;
    --icon: #fff;
    display: block;
    perspective: 600px;
    z-index: 16;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .menuOpen input {
    display: none;
  }
  .menuOpen input + div span {
    --rotateY: 0deg;
    --background: var(--front);
    transform: rotateY(var(--rotateY));
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--background);
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
  }
  .menuOpen input + div span:before, .menuOpen input + div span:after {
    --rotate: 0deg;
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    left: 50%;
    background: var(--icon);
    backface-visibility: hidden;
    transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(6px);
  }
  .menuOpen input + div span:first-child {
    --background: var(--back);
  }
  .menuOpen input + div span:first-child:before {
    --rotate: -45deg;
  }
  .menuOpen input + div span:first-child:after {
    --rotate: 45deg;
  }
  .menuOpen input + div span:last-child {
    --rotateY: 180deg;
  }
  .menuOpen input + div span:last-child:before {
    box-shadow: 0 -5px 0 var(--icon), 0 5px 0 var(--icon);
  }
  .menuOpen input + div span:last-child:after {
    display: none;
  }
  .menuOpen input:checked + div span:first-child {
    --rotateY: -180deg;
  }
  .menuOpen input:checked + div span:last-child {
    --rotateY: 0deg;
  }

  header {
    height: 100px;
    align-items: center;
  }
  header .logo {
    width: 160px;
    margin-top: 0;
  }
  header .menuContainer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: -10;
    background-color: #282459;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform: scale(0);
    transform-origin: 100% 0;
    overflow-y: scroll;
  }
  .topLinks .twitter{
    position: absolute;
    left: 1.1rem;
    top: -3rem;
    width: auto;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .topLinks .twitter:after{
    content: 'Twitter';
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    margin-left: .5rem;
  }
  .topLinks .twitter svg path{
    fill: #04e0bc;
  }
  header .topLinks {
    width: 100%;
    display: block;
    opacity: 0;
    order: 2;
    z-index: 11;
    position: relative;
  }
  header .topLinks ul {
    justify-content: center;
  }
  header .topLinks li {
    width: 50%;
  }
  header .topLinks li a {
    width: 100%;
    text-align: center;
  }
  header .topLinks li:nth-child(2), header .topLinks li:nth-child(3) {
    display: none;
  }
  header .topLinks .lang {
    width: 50%;
    justify-content: center;
    padding: 0;
  }
  header .topLinks .lang a {
    padding: .5rem 1rem;
    width: 100%;
  }
  header .topLinks .lang a i {
    justify-content: center;
  }
  header nav {
    order: 1;
    margin-right: 0;
    margin-top: 0;
    width: 700px;
    max-width: 100%;
    padding: 4rem 1rem 2rem 1rem;
    opacity: 0;
  }
  header nav > ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  header nav > ul > li {
    width: 100%;
    color: #fff;
    padding: 1rem 0;
  }
  header nav > ul > li:nth-child(2) {
    grid-area: 3 / 3 / 4 / 5;
  }
  header nav > ul > li:nth-child(3) {
    grid-area: 1 / 1 / 2 / 5;
  }  
  header nav > ul > li:nth-child(4) {
    grid-area: 2 / 1 / 3 / 9;
  }
  header nav > ul > li:nth-child(4) .sub-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
  header nav > ul > li:nth-child(4) .sub-menu li {
    width: auto;
  }
  header nav > ul > li:nth-child(4) .sub-menu li:not(:last-child) {
    margin-right: 1rem;
  }
  header nav > ul > li:nth-child(1) {
    grid-area: 3 / 1 / 4 / 3;
  }
  header nav > ul > li:nth-child(5) {
    grid-area: 1 / 5 / 2 / 9;
  }  
  header nav > ul > li:nth-child(6) {
    grid-area: 3 / 5 / 4 / 7;
  }
  header nav > ul > li:nth-child(6) .sub-menu {
    display: none;
  }
  header nav > ul > li:nth-child(7) {
    grid-area: 3 / 7 / 4 / 9;
  }
  header nav > ul > li:not(:last-child):after {
    content: none;
  }
  header nav > ul > li > a {
    color: #fff;
    padding: .5rem .25rem;
  }
  header nav > ul > li > a:hover {
    color: #fff;
  }
  header nav > ul > li > a:hover:after {
    content: none;
  }
  header nav > ul > li > a[aria-current="page"]{
    color: #05f7d1;
  }
  header nav > ul > li.children > a[aria-current="page"]:before, header nav > ul > li.children.current-menu-parent > a:before, header nav > ul > li > a[aria-current="page"]:before {
    content: none;
  }
  header nav > ul > li.children.current-menu-parent > a{
    color: #05f7d1;
  }
  header nav > ul > li.children > a[aria-current="page"]:after, header nav > ul > li.children.current-menu-parent > a:after {
    background-color: #05f7d1 !important;
  }
  header nav > ul > li.children:not(:nth-child(6)) > a {
    display: flex;
    flex-direction: column;
  }
  header nav > ul > li.children:not(:nth-child(6)) > a:after {
    content: '';
    width: 15px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    margin: 0.5rem 0;
    position: initial;
    z-index: 1;
    transform: none;
    opacity: 1;
    left: auto;
  }
  header nav .sub-menu {
    max-height: 100%;
    width: 100%;
    position: initial;
  }
  header nav .sub-menu li {
    user-select: initial;
    pointer-events: initial;
    z-index: 1;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: none;
  }
  header nav .sub-menu a[aria-current="page"]{
    color: #05f7d1;
  }
  header nav .sub-menu li a {
    background-color: transparent;
    padding: .5rem .25rem;
    color: #fff;
    font-size: .9rem;
    transition: none;
  }
  header nav .sub-menu li a:hover {
    color: #fff;
    background-color: transparent;
  }

  body.open {
    overflow: hidden;
  }
  body.open .menuContainer {
    z-index: 15;
    user-select: initial;
    pointer-events: initial;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.03, 0.13, 0, 1);
  }
  body.open .topLinks {
    opacity: 1;
    transition: opacity 0.4s 1s cubic-bezier(0.03, 0.13, 0, 1);
  }
  body.open nav {
    opacity: 1;
    transition: opacity 0.4s 1s cubic-bezier(0.03, 0.13, 0, 1);
  }

  .topPage {
    height: calc(100vh - 100px);
  }

  .number {
    width: 220px;
    margin: 1rem;
  }

  .swiper:not(.topSwiper) {
    padding: 0 0 2rem 0;
  }
  .swiper:not(.topSwiper) .swiper-button-next, .swiper:not(.topSwiper) .swiper-button-prev {
    display: none;
  }
  .swiper:not(.topSwiper):before, .swiper:not(.topSwiper):after {
    content: none;
  }

  .archive .membre.userInfo{
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .gouvernancesContainer {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .gouvernancesContainer .gouvernancesBlock {
    margin: 1rem 0;
    padding: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .flyBlock h1 {
    font-size: 2.5rem;
  }

  .centerBox .block .link {
    position: initial;
  }
  .centerBox .col-xl-6:last-child {
    padding: 0;
  }

  .organisation .row:not(:first-child) {
    padding: 1rem .5rem;
  }
  .organisation .row:not(:first-child) .block {
    align-items: flex-start;
  }
  .organisation .row:not(:first-child) img {
    margin: 2rem 0 1rem 0;
    width: 100%;
    max-width: 100%;
  }

  .ecoRecherche .block {
    padding: 1rem 1.5rem;
  }
  .ecoRecherche .col-xl-6:last-child {
    padding: 0;
  }

  .gouvernanceOrganisation .fileLink a {
    width: 150px;
    height: 150px;
    margin: 1rem;
  }

  .publicationAccordon .t-2, .jobAccordon .t-2 {
    padding: 1rem 3rem 1rem 1rem;
  }

  .cohorts .block {
    padding: 1rem;
    margin: .5rem;
    width: calc(50% - 1rem);
    justify-content: flex-start;
  }

  .projectBlock {
    width: 100%;
    margin: .5rem;
    padding: 1rem;
  }

  .showContent .block-text > p {
    padding: 1rem;
  }

  #popIt {
    padding: 1rem;
  }
  #popIt .closeMembre {
    right: 2.5rem;
    top: 1.5rem;
  }
  #popIt .userInfo {
    padding: 3rem 1rem 1rem 1rem;
  }

  .detailObjectifs .details {
    margin-bottom: 1rem;
  }

  .publicationsTeam .col-12 {
    padding: 0;
  }
  .publicationsTeam .block-text > p {
    padding: 1rem;
    word-wrap: break-word;
  }

  .carreerTeam .container-fluid {
    padding: 1rem;
  }

  .software .container-fluid {
    padding: 1rem;
  }
  .footerTwitter{
    width: 255px;
    text-align: center;
    right: calc(50% - 127.5px);
    left: auto;
    top: 2.5rem;
  }  
  footer .link {
    width: 255px;
    text-align: center;
    right: calc(50% - 127.5px);
  }
  footer .container-fluid {
    padding: 6rem 2rem 2rem 2rem;
  }
  footer .leftFooter {
    width: 100%;
    margin-top: 1rem;
  }
  footer .leftFooter .logo {
    width: 150px;
  }
  footer .rightFooter {
    width: 100%;
  }
  footer .rightFooter .logoPartenaires {
    margin-top: 1rem;
    justify-content: center;
  }
  footer .rightFooter nav {
    justify-content: center;
  }
  footer .mentions-container p {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 1rem;
  }

  section {
    padding: 1rem;
  }

  footer {
    padding: 1rem;
  }

  .page-actualites .topPage .topBlock, .archive .topPage .topBlock, .page-job .topPage .topBlock {
    height: auto;
  }

  .topPage {
    padding: 1rem;
    height: auto;
  }

  .topBlock {
    flex-direction: column;
  }

  .flyBlock {
    background-color: #0000fc;
    left: 0;
    top: 0;
    min-height: 1px;
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .topSwiper {
    padding-right: 0;
    padding-left: 0;
    height: auto;
    height: 600px;
    min-height: 300px;
  }
  .topSwiper .swiper-pagination {
    display: none;
  }

  .catLink {
    justify-content: flex-start;
  }

  .teamLinks + .paralaxIt {
    margin-top: -10rem;
  }

  .paralaxIt .simpleParallax {
    height: 400px;
  }

  .page-team .topPage {
    padding: 1rem;
  }
  .page-team .topBlock:after {
    content: none;
  }

  .memberPic + div p {
    font-size: .8rem;
  }
  .memberPic + div span{
    font-size: .7rem;
  }

  .publicationAccordon, .jobAccordon {
    margin: .5rem 0;
  }
  .publicationAccordon .t-2, .jobAccordon .t-2 {
    font-size: 1.5rem;
  }
  .publicationAccordon .openClose, .jobAccordon .openClose {
    width: 40px;
    height: 40px;
    right: .5rem;
    top: calc(50% - 20px);
  }


  .archive .membre.userInfo{
    padding: 3rem 1rem 1rem 1rem;
  }

  .page-team .topPage {
    height: auto;
    min-height: 1px;
  }
  .page-team .flyBlock {
    position: initial;
  }
  .missionListe div{
    margin: .5rem;
    width: calc(50% - 1rem);
    padding: 1rem;
  }
  .directorBPH{
    margin: 1rem 0;
    padding: 1rem;
  }
  .directorBPH .block-text img{
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .memberList .memberBlock{
    align-items: flex-start;
  }
  .memberList .memberPic{
    border-radius: 0;
    width: 60px;
    height: 60px;
  }
  .memberPic + div{
    width: calc(100% - 70px);
  }
  .memberPic + div span{
    display: flex;
    line-height: 1.3;
  }  
  .page-team .flyBlock {
    width: 100%;
  }
  .page-team .topImage {
    display: none;
  }

  .cohorts .block {
    width: 100%;
  }
  .centerLink .row:after{
    background-size: cover;
  }
  .centerLink .linkContainers{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 680px) {
  .memberList .memberBlock {
    padding: 0;
    width: calc(50% - 0.5rem);
  }
  .memberList .memberPic {
    border-radius: 0;
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  .memberList .memberPic + div {
    padding: .5rem;
    width: calc(100% - 60px);
  }
  .memberList .memberPic + div p {
    text-transform: initial;
  }

  .jobAccordon .showContent .block-text {
    padding: 1rem;
  }

  .page-team .col-12.center{
    align-items: flex-start;
    padding: 0 15px;
  }
  
  .page-team .col-12.center .t-2{
    text-align: left;
  }
  .page-team .col-12.center .t-2.barInf:after{
    margin: 10px auto 0 0;
  }
  .membresTeam .row{
    justify-content: flex-start;
  }
  .membresTeam .memberBlock{
    align-items: flex-start;
    text-align: left;
  }
  .membresTeam .memberBlock .memberPic + div p{
    justify-content: flex-start;
  }
  .newsBlock {
    width: 100%;
    margin: .5rem 0;
  }

  footer .rightFooter .logoPartenaires {
    flex-wrap: wrap;
  }
  footer .rightFooter .menu {
    flex-direction: row;
    justify-content: center;
    max-height: 100%;
  }
  footer .rightFooter .menu li {
    width: auto;
  }
  footer .rightFooter .menu li:nth-child(1) {
    order: 1;
  }
  footer .rightFooter .menu li:nth-child(2) {
    order: 2;
  }
  footer .rightFooter .menu li:nth-child(3) {
    order: 3;
  }
  footer .rightFooter .menu li:nth-child(4) {
    order: 6;
  }
  footer .rightFooter .menu li:nth-child(5) {
    order: 7;
  }
  footer .rightFooter .menu li:nth-child(6) {
    order: 4;
  }
  footer .rightFooter .menu li:nth-child(6) .sub-menu {
    display: none;
  }
  footer .rightFooter .menu li:nth-child(7) {
    order: 5;
  }
  footer .rightFooter .menu li:nth-child(7).children > a {
    display: none;
  }
  footer .rightFooter .menu li:nth-child(7) .sub-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .rightFooter .menu li:nth-child(7) .sub-menu li {
    width: auto;
  }
  footer .rightFooter .menu li:nth-child(7) .sub-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  header nav > ul {
    display: flex;
    flex-direction: column;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: initial;
    grid-row-gap: initial;
  }
  header nav > ul > li {
    padding: .5rem;
  }
  header nav > ul > li a {
    font-size: 1.3rem;
  }
  header nav .sub-menu li a {
    font-size: 1.2rem;
  }
  header .topLinks{
    padding-top:3rem
  }
  .topLinks .twitter{
    top: 0;
    z-index: 1;
  }

  .block-text ul li {
    text-align: left;
  }
  .block-text p {
    text-align: left;
  }

  .memberList .memberBlock {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 480px) {
  .t-2.center {
    align-items: flex-start;
    text-align: left;
  }
  .t-2.center:after {
    margin: 10px 0 0 0;
  }

  .col-12.center {
    margin-bottom: 1rem;
  }

  header {
    padding: 0 .5rem;
  }  

  section, .topPage {
    padding: .5rem;
  }

  .page-team .topPage {
    padding: .5rem;
  }

  .topPage .block-text p {
    text-align: left;
  }

  .flyBlock {
    padding: 1rem;
    align-items: flex-start;
  }
  .flyBlock .t-1 {
    font-size: 2.1rem;
  }

  .catLink {
    justify-content: flex-start;
    margin-top: .5rem;
  }

  .centerLink .block {
    padding: 1rem;
  }
  .centerBox .block{
    padding: 1rem;
  }
  .gouvernanceOrganisation .container-fluid{
    padding: 2rem 1rem;
  }

  .teamLinks .gridContainer {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .teamLinks .gridContainer > div:nth-child(1) {
    padding: 1rem;
  }
  .teamLinks .gridContainer > div > a {
    padding: .5rem .5rem 2.5rem .5rem;
  }
  .teamLinks .gridContainer > div > a img {
    width: 125px;
  }
  .teamLinks .gridContainer > div > a p {
    line-height: 1.1;
    font-size: .9rem;
  }
  .teamLinks .gridContainer > div > a:after {
    padding: .25rem;
    bottom: 0;
  }
  .teamLinks + .paralaxIt {
    margin-top: -7rem;
  }

  .memberList .col-12 {
    padding: 0;
  }
  .memberList .col-12 .searchContainer {
    width: 100%;
  }

  .page-about-us .col-12.center{
    align-items: flex-start;
  }
  .missions .col-12.center .block-text.center p{
    text-align: left;
  }  
  .missionListe div{
    margin: .5rem 0;
    width: 100%;
    padding: 1rem;
    align-items: flex-start;
    text-align: left;
  }
  .directorBPH{
    align-items: flex-start;
  }
  .directorBPH .block-text img{
    margin-left: 0;
  }

  .archive .membre.userInfo .memberPic + div{
   width: 100%;
   margin-top: 1.5rem;
  }
  .userInfo .logos a img{
    height: 35px;
  }
  .userInfo .logos a:not(:last-child){
    margin-right: 10px;
  }

  #popIt .userInfo {
    padding: 1rem;
  }
  #popIt .userInfo .memberPic + div {
    width: 100%;
    min-width: 1px;
    margin-top: 1rem;
  }
  .fancybox__content{
    padding: 1rem;
  }

  .publicationAccordon .t-2, .jobAccordon .t-2 {
    font-size: 1.1rem;
    text-transform: initial;
  }

  .detailObjectifs .details {
    padding: 1rem;
  }

  .page-contact .topPage {
    padding-bottom: 1rem;
  }

  .headPost {
    flex-direction: column;
    align-items: flex-start;
  }
  .headPost .datePost {
    flex-direction: row;
    margin-bottom: .5rem;
    align-items: flex-end;
  }
  .headPost .datePost span:first-child {
    margin-right: .25rem;
  }

  footer {
    padding: .5rem;
  }
  footer .rightFooter .menu {
    flex-direction: column;
    align-items: center;
    max-height: 100%;
  }
  footer .rightFooter .menu li:nth-child(7) .sub-menu {
    flex-direction: column;
    align-items: center;
  }
  footer .mentions-container p {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  header nav {
    padding: 2rem 1rem;
  }
  header nav > ul > li {
    padding: .5rem 0;
  }

  .teamLinks .gridContainer {
    grid-template-columns: auto;
    grid-template-rows: auto;
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .teamLinks .gridContainer > div {
    margin: 0.25rem 0;
  }

  .postPreview .container-fluid {
    padding: 2rem .5rem;
  }

  .swiper:not(.topSwiper) .swiper-slide {
    padding: .5rem;
  }

  .blockPost a {
    padding-left: 0;
  }

  #popIt {
    padding: 0;
  }
  #popIt .closeMembre {
    right: .5rem;
    top: .5rem;
  }

  .scrollTop {
    bottom: 0.5rem;
    right: 0.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    padding: 0.25rem;
  }

  .membresTeam .memberBlock {
    width: 150px;
  }
}
@media screen and (max-width: 380px){
  .membresTeam .memberBlock{
    width: 50%;
    margin: 0;
  }
  .membresTeam .memberBlock .memberPic + div p{
    font-size: .8rem;
  }
  .membresTeam .memberBlock .memberPic + div span{
    font-size: .7rem;
  }
  .userInfo .logos{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 340px) {
  .t-1 {
    font-size: 2.1rem;
  }

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

  .t-3 {
    font-size: 1.1rem;
  }

  .flyBlock .t-1 {
    font-size: 1.9rem;
  }

  .memberList .memberBlock {
    width: 100%;
  }
}
.top-page.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 50px 15px;
}
.top-page.not-found:before {
  content: none !important;
}

.top-page.not-found svg {
  width: 300px;
  max-width: 100%;
}
.top-page.not-found svg path {
  fill: #05f7d1;
}

.top-page.not-found .top-title {
  text-align: center;
  margin: 15px 0;
}

.top-page.not-found .top-title h1 {
  margin: 15px 0;
  align-items: center;
  text-align: center;
}

body.can-touch * {
  cursor: default !important;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

.menu-item-952, .menu-item-845{
  display: none;
}

body .cmplz-cookiebanner{padding-top: 35px;}
body .cmplz-cookiebanner .cmplz-title{font-weight: bold;}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {position:absolute;color:#282459;top:-5px;right:0;font-size:0.9em;text-align:right;text-decoration:underline;margin-right:20px;background-color:initial!important;border:0!important;padding:0!important;font-weight:normal;font-family:Helvetica,Calibri,Arial,sans-serif!important;}
body .cmplz-cookiebanner .cc-btn.cc-show-settings {width:100%!important;}
.page-mentions #cmplz-document{max-width: 100%;}
.grecaptcha-badge { visibility: hidden; }
body .cmplz-cookiebanner .cmplz-header{overflow: hidden;}


/*MENU HIDE ABOUT US*/
.menu-item-1630, .menu-item-1631{
  display: none !important;
}