/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/

/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: 'dracones-Regular';
  src: url('_/fonts/dracones-Regular.eot?#iefix') format('embedded-opentype'),
    url('_/fonts/dracones-Regular.woff') format('woff'),
    url('_/fonts/dracones-Regular.ttf') format('truetype'),
    url('_/fonts/dracones-Regular.svg#dracones-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
  /*! height: 100%; */
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Fira Sans', serif;
  color: #000081;
  transition: opacity 0.3s ease-in-out;
  cursor: url('_/img/cursor-small.png'), auto;
  line-height: 22px;
}

a,
.cursor-hover,
.sf-level-0:hover {
  cursor: url('_/img/cursor-hover-small.png'), auto !important;
}

body.loading section {
  opacity: 0;
}

.container-fluid {
  padding: 0px 30px;
}

.link-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

a,
a:active,
a:visited,
a:hover {
  color: #000081;
  text-decoration: none;
}

.link-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

input:focus::-moz-placeholder {
  opacity: 0 !important;
}

input:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

input:focus:-moz-placeholder {
  opacity: 0 !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
#wrapper {
  width: 100%;
  padding-top: 60px;
  min-height: calc(100vh - 0px);
}

.header-big #wrapper {
  padding-top: 80px;
}

.fira-sans-regular {
  font-family: 'Fira Sans', serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-medium {
  font-family: 'Fira Sans', serif;
  font-weight: 500;
  font-style: normal;
}

.fira-sans-bold {
  font-family: 'Fira Sans', serif;
  font-weight: 700;
  font-style: normal;
}

.fira-sans-medium-italic {
  font-family: 'Fira Sans', serif;
  font-weight: 500;
  font-style: italic;
}

.fira-code {
  font-family: 'Fira Code', monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.cat {
  font-family: 'dracones-Regular';
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 22px;
}

.cat--small {
  font-size: 12px;
  line-height: 12px;
}

.text {
  font-size: 28px;
  line-height: 32px;
}

.button-arrow {
  font-family: 'dracones-Regular';
  font-size: 14px;
  line-height: 14px;
  border: 1px solid;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.button-arrow--white {
  color: #efefff !important;
}

.button-arrow:before {
  content: '';
  display: inline-block;
  background-image: url('_/img/arrow-blue.svg');
  background-size: 24px 16px;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
}

.button-arrow:hover {
  color: white;
  background-color: #000081;
}

.button-arrow-vertical:hover {
  background-color: transparent;
  color: inherit;
  border-bottom: 2px solid;
  padding-bottom: 14px;
}

.button-arrow--white:hover {
  background-color: #000048;
}

.button-arrow--white--no_border:hover {
  background-color: transparent;
}

.button-arrow--white:before {
  background-image: url('_/img/arrow-white.svg');
}

.button-arrow:hover:before,
.button-arrow--white:hover:before,
.page-template-page-LABORATOIRE .button-arrow-vertical:hover:after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(28%) saturate(0%)
    hue-rotate(225deg) brightness(106%) contrast(106%);
}

.button-arrow-vertical {
  border: none;
  padding: 0px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}

.button-arrow-vertical:before {
  display: none;
}

.button-arrow-vertical:after {
  content: '';
  display: inline-block;
  background-image: url('_/img/arrow-blue.svg');
  background-size: 28px 14px;
  background-repeat: no-repeat;
  width: 28px;
  height: 14px;
  transform: rotate(-45deg); /* Rotate 45 degrees */
}

.button-arrow--white--no_border {
  border: none;
  border-bottom: 1px solid;
  padding: 0px 0px 10px 0px;
}

.button-arrow--white--no_border:hover {
  border-bottom: 2px solid;
  padding: 0px 0px 9px 0px;
}

.page-template-page-LABORATOIRE .button-arrow-vertical {
  color: white;
}

.page-template-page-LABORATOIRE .button-arrow-vertical::after {
  filter: brightness(0) invert(1);
}

/* HEADER CONTENT */

.header_content {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-top: 15px;

  background-color: white;
  z-index: 101;
  margin-bottom: 60px;
  width: 100%;
}

.header_content--no_border {
  border-bottom: none;
}

.header_content__fixed {
  position: fixed;
  top: 60px;
}

.header_content__fixed--small .header_content__fixed .content.content--big {
  font-size: 18px;
  line-height: 24px;
}

/* CARDS */

.row__cards {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.row__cards [class*='col-'] {
  padding: 0px;
}

.card-project {
  padding: 15px;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  margin: 0px 15px;
}

.card-project.experimentation {
  background-color: #fff9c6;
}

.page-template-page-LABORATOIRE .card-project.experimentation {
  background-color: #000081;
}

.page-template-page-LABORATOIRE .card-project:hover {
  background-color: #000048 !important;
}

.card-project.experimentation:hover {
  color: #000081;
}

.card-project:hover {
  background-color: #efefff;
}

.card-project.publication:hover,
.card-project.experimentation:hover {
  background-color: #000081;
  color: white;
}

.home .card-project:hover {
  background-color: #efefff;
}

.card-project img {
  margin-bottom: 15px;
}

.card-project__title,
.featured-project__title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.card-project__title span,
.featured-project__title span {
  font-weight: 500;
  display: block;
}

.card-project__title .card-project__typologie {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 12px;
}

.card-project__text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}

.card-project__footer,
.featured-project__footer {
  font-size: 11px;
  line-height: 14px;
  display: flex;
  /*! justify-content: space-between; */
  /*! gap: 40px; */
  left: 0;
  width: 100%;
  font-weight: 400;
}

.card-project__footer {
  position: absolute;
  bottom: 15px;
  padding: 0px 15px;
}

.featured-project__footer {
  position: relative;
  bottom: unset;
  padding: 0px;
  margin-bottom: 15px;
}

.card-project__footer__domaine,
.featured-project__footer__domaine {
  width: 85%;
  text-align: left;
}

.card-project__footer__annee,
.featured-project__footer__annee {
  width: 15%;
  text-align: right;
}

.featured-project__footer__domaine span:not(:last-child):after,
.card-project__footer__domaine span:not(:last-child):after {
  content: ' Ã‚Â· ';
}

.card-project__footer__annee {
}

/* FEATURED PROJECT */

.featured-project {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  text-align: right;
  height: 100%;
  padding: 15px;
}

.featured-project:hover {
  background-color: #efefff;
}

.featured-project:hover .button-arrow-vertical {
  border-bottom: 2px solid;
  padding-bottom: 14px;
}

.featured-project img {
  margin-bottom: 15px;
}

.featured-project .featured-project__text {
  margin-bottom: 15px;
}

.featured-project .featured-project__title,
.featured-project .featured-project__text {
  text-align: left;
}

.featured-project .button-arrow {
  /*! position: absolute; */
  /*! right: 0px; */
  /*! bottom: 0px; */
}

/* CARDS METHODES */

.row__cards-expertises {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
}

.row__cards-expertises [class*='col-'] {
  padding: 0;
}
.card-expertise {
  padding: 15px;
  height: 100%;
}

.card-expertise:hover {
  background-color: #fff;
}

.card-expertise__picto {
  width: 44px;
  margin-bottom: 10px;
}

.card-expertise__title {
  font-family: 'dracones-Regular';
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}

.card-expertise__text {
  font-size: 18px;
  line-height: 26px;
}

/* SIDEBAR */

.content-title {
  font-family: 'dracones-Regular';
  font-size: 32px;
  line-height: 38px;
}

.sidebar-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.sidebar-title--dracones {
  font-family: 'dracones-Regular';
  font-size: 32px;
  line-height: 36px;
}

/* SIDEBAR MENU */

.sidebar-pages {
  position: sticky;
  top: 100px;
  margin-top: 60px;
}

.border-right-sidebar {
  height: 100%;
  border-left: 1px solid;
}

.sidebar-pages__menu .top-level {
  font-family: 'dracones-Regular';
  font-size: 18px;
  line-height: 48px;
  list-style: none;
  margin-left: -15px;
  margin-bottom: 5px;
}

.sidebar-pages__menu .top-level li {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  align-items: center;
}

.sidebar-pages__menu .top-level li a {
  display: flex;
  width: 100%;
}
.sidebar-pages__menu .top-level li:after {
  content: '';
  background-image: url('_/img/braquet-left.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.sidebar-pages__menu .top-level li[state='hover'],
.sidebar-pages__menu .top-level li:hover,
.sidebar-pages__menu.current-page .top-level li {
  background-color: #fff9c6;
}

.sidebar-pages__menu.current-page .top-level li:after {
  transform: rotate(-90deg);
  /*! filter: brightness(0) invert(1); */
}

.page-template-page-DOMAINES-ACTIVITES
  .sidebar-pages__menu.current-page
  .top-level
  li:after {
  transform: rotate(-180deg);
}

.sidebar-pages__menu .children-level {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /*! margin-bottom: 15px; */
  display: none;
  margin-top: 15px;
}

.sidebar-pages__menu .children-level a:hover {
  text-decoration: underline;
}

.sidebar-pages__menu .children-level a.active {
  font-weight: 500;
}

.page-parent .sidebar-pages__menu .children-level {
  display: block;
}

.sidebar-pages__menu.current-page .children-level {
  display: block;
}

.sidebar-pages__menu .children-level li {
  margin-bottom: 10px;
}

.sidebar-pages__menu .children-level li span {
  padding: 5px 9px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
}

.sidebar-pages__menu .children-level li a.active span {
  background-color: #fff9c6;
}

/* SECTION SCROLL */

.section-scroll-container {
}

.section-scroll-container section:nth-child(2) .column-1 {
  order: 3;
}

.section-scroll-container section:nth-child(2) .column-2 {
  order: 2;
}

.section-scroll-container section:nth-child(2) .column-3 {
  order: 1;
}

.section-scroll-container section {
  border-bottom: 1px solid;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.section-scroll-container section .container-fluid {
  padding: 0;
}

.section-scroll-container section .content-title {
  margin-bottom: 30px;
  margin-left: 15px;
}

.section-scroll-container section .content-intro {
  margin-bottom: 30px;
}

.content {
  font-size: 16px;
  line-height: 22px;
}

.content p {
  margin-bottom: 20px;
}

.content p:last-child {
  margin-bottom: 0px;
}

.content h2,
.content strong {
  font-weight: 500;
}

.content p a {
  color: white;
  border-bottom: 1px solid;
}

.content h2 {
  margin-bottom: 20px;
}

.content--big {
  font-size: 30px;
  line-height: 36px;
}

.content ul {
  margin-left: 40px;
}

.content-img {
  margin-bottom: 30px;
}

.notes {
  font-size: 14px;
  line-height: 24px;
  /*! margin-top: 50px; */
}

.notes ol li::after {
  content: url('_/img/notes.svg');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
  display: none;
}

.content-small {
  font-size: 14px;
  line-height: 18px;
}

.content-small strong {
  /*! font-family: 'dracones-Regular'; */
  font-size: 20px;
  line-height: 24px;
}

.content-small p {
  margin-bottom: 10px;
}

/* HEADER */

header {
  padding: 10px 0px;
  font-family: 'dracones-Regular';
  height: 60px;
  width: 100%;
  top: 0;
  z-index: 103;
  background-color: white;
  position: fixed;
  font-size: 16px;
  line-height: 16px;
}

.header-big header {
  height: 80px;
}

.header-big header .logo-full-blue {
  display: block;
}

.header-big header .logo-small-blue {
  display: none;
}

header .logo-full-blue {
  display: none;
}

header .container-fluid,
footer .container-fluid {
  padding: 0px 30px;
}

.logo {
  display: block;
  width: 145px;
}

.logo.logo-small-blue {
  margin: 9px 0px;
}
#menu-menu-header {
  display: flex;
  list-style: none;
  justify-content: space-between;
}

#menu-menu-header .sub-menu {
  display: none !important;
}

#menu-menu-header li {
  padding: 5px 15px;
}

#menu-menu-header li:hover,
#menu-menu-header .current-menu-item,
#menu-menu-header .current-menu-parent,
.single-projet #menu-menu-header .menu-item-30,
.single-publication #menu-menu-header .menu-item-29,
.single-experimentation #menu-menu-header .menu-item-29 {
  background-color: #fff9c6;
}

.single-publication #menu-menu-header .menu-item-30,
.single-experimentation #menu-menu-header .menu-item-30 {
  background-color: transparent;
}

/* HOME */

.home-section-padding {
  padding: 50px 0px;
}

.home__cover {
  height: calc(100vh - 130px);
  /*! background-color: #000081; */
  position: relative;
  min-height: 600px;
}

.home__cover__grid-background {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
}

.home__cover__dragon {
  position: absolute;
  width: 42vw;
  left: -8vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.home__cover__content {
  font-size: 44px;
  line-height: 62px;
  /*! color: white; */
  font-family: 'dracones-Regular';
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 61vw;
  padding-right: 65px;
  margin-top: -4%;
}

.home__cover__content a {
  background-color: #fff9c6;
  color: #000081;
  text-decoration: none;
}

.home__cover__content a:hover {
  background-color: transparent;
}

.home__banner__yellow {
  background-color: #fff9c6;
  position: fixed;
  width: 100%;
  bottom: 0px;
  display: flex;
  padding: 10px 10px 10px 10%;
  height: 50px;
  z-index: 101;
}

.home__banner__yellow__picto {
  margin-right: 20px;
  width: 38px;
}
.home__banner__yellow__text a {
  border-bottom: 1px solid !important;
}

.home__projet-a-la-une {
  padding: 30px;
  position: relative;
  height: calc(100vh - 110px);
  /*! min-height: 650px; */
}
.home__projet-a-la-une__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home__projet-a-la-une__link-all {
  position: absolute;
  right: 60px;
  top: 60px;
  /*! font-family: 'Fira Code', monospace; */
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  border-bottom: 1px solid;
}

.home__projet-a-la-une__text {
  position: absolute;
  right: 80px;
  bottom: 100px;
  font-size: 12px;
  line-height: 16px;
  width: 22vw;
}

.home__projet-a-la-une__text a {
  /*! position: absolute; */
  width: 100%;
  height: 100%;
}

.home__projet-a-la-une__text__title {
  font-weight: 700;
  margin-bottom: 5px;
}

.home__projet-a-la-une__text__text {
}

.home__video-a-la-une {
}

/* CONTENEUR EN RATIO 4/3 */
.video-container {
  position: relative;
  width: 100%;
  /* Ajustez selon vos besoins */
  background: #000;
  padding-top: 75%; /* 75% POUR UN RATIO 4/3 */
  overflow: hidden;
}
/* LA VIDÃƒÆ’Ã¢â‚¬Â°O PREND TOUT L'ESPACE DU CONTENEUR */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* CONTRÃƒÆ’Ã¢â‚¬ÂLES CUSTOMISÃƒÆ’Ã¢â‚¬Â°S POSITIONNÃƒÆ’Ã¢â‚¬Â°S EN BAS DE LA VIDÃƒÆ’Ã¢â‚¬Â°O */
.custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000081;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 35px;
}
.custom-controls button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0px;
}
.custom-controls button img {
  width: 15px;
  height: auto;
}
.custom-controls input[type='range'] {
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  background: #ccc;
  height: 4px;
  cursor: pointer;
}
/* APPARENCE DU CURSEUR POUR CHROME/SAFARI */
.custom-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  margin-top: -0px;
  cursor: pointer;
}
/* APPARENCE DU CURSEUR POUR FIREFOX */
.custom-controls input[type='range']::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
/* STYLE POUR L'AFFICHAGE DU TEMPS */
.time-display {
  color: white;
  font-size: 12px;
  line-height: 12px;
  width: 72px;
  text-align: right;
}
/* FORCER L'AFFICHAGE DES CONTROLES EN PLEIN ÃƒÆ’Ã¢â‚¬Â°CRAN */
:fullscreen .custom-controls,
:-webkit-full-screen .custom-controls {
  display: flex !important;
}

.home__video-a-la-une__text {
  position: absolute;
  right: 80px;
  bottom: 100px;
  font-size: 12px;
  line-height: 16px;
  width: 22vw;
}

.home__video-a-la-une__text a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home__video-a-la-une__text__title {
  font-weight: 700;
  margin-bottom: 5px;
}

.home_expertises {
  color: #000081;
  background-color: #fff9c6;
}

.home_expertises__img {
  margin-top: 60px;
}

.home_projets {
  /*! background-color: #efefff; */
}

.home_projets .content p a {
  color: #000081;
  border-bottom: 1px solid;
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.logos-row__item {
  flex: 1 1 calc(100% / 10);
  max-width: calc(100% / 10);
  box-sizing: border-box;
}

.home_laboratoire {
  color: #efefff;
  background-color: #000081;
}

.home_laboratoire .row--top {
  margin-bottom: 60px;
}

.home_laboratoire .row--middle {
  margin-bottom: 30px;
}

.home_laboratoire .card-project {
  border: 1px solid;
}

.home_laboratoire .card-project:hover {
  background-color: #000048;
}

.home_laboratoire .card-project img {
  display: none;
}

/* LES DRAGONS */

.dragons__content {
  margin-bottom: 90px;
}

.dragons__trombi {
  padding-top: 90px;
  margin-bottom: 90px;
  position: relative;
}

.dragons__trombi:before {
  content: '';
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #000081;
  position: absolute;
  top: 0;
  left: 30px;
}

.trombi-item {
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}

.trombi-item__img {
  margin-bottom: 15px;
}

.trombi-item__name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.trombi-item__fonction {
  font-size: 12px;
  line-height: 16px;
}

.trombi-item:hover .trombi-item__bio {
  display: block;
}

.trombi-item .trombi-item__footer {
  position: relative;
  z-index: 100;
  padding: 10px 10px 10px 10px;
}

.trombi-item__bio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background-color: #fff9c6;
  padding: 15px;
  display: none;
  font-size: 16px;
  line-height: 22px;
}

.trombi-item__bio__inside {
  overflow: hidden;
  height: calc(100% - 60px);
}

.trombi-item__linkedin {
}

.trombi-item__linkedin img {
  width: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* METHODES */

.page-template-page-EXPERTISES .header_content,
.page-template-page-DOMAINES-ACTIVITES .header_content {
  margin-bottom: 0px;
}

/* domaineS */

.page-template-page-DOMAINES-ACTIVITES .sidebar-pages__menu .top-level {
  line-height: 24px;
}

.page-template-page-DOMAINES-ACTIVITES .section-scroll-container section {
  border-bottom: 0px solid;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.page-template-page-DOMAINES-ACTIVITES
  .section-scroll-container
  section
  .content-title {
  margin-left: 0px;
}

.row__enjeux {
  margin-top: 30px;
}

.row__featured-projects {
  margin-top: 90px;
  margin-bottom: 90px;
}

.row__lignes {
  margin-bottom: 30px;
}

.page-template-page-DOMAINES-ACTIVITES .logos-row__item {
  flex: 1 1 calc(100% / 4);
  max-width: calc(100% / 4);
  box-sizing: border-box;
}

/* PROJETS */

.grid-projects .row__cards {
  margin-top: 0px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

.grid-projects__title .dragon-full-blue {
  height: 140px;
  width: auto;
  margin-left: auto;
}

.highlighted-project {
  margin-top: -45px;
}

.background-image-container {
  height: 80vh;
  min-height: 600px;
}

.background-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0px !important;
}

.highlighted-project img {
  padding: 15px 0px 15px 0px;
}

.highlighted-project .highlighted-project__card {
  padding: 15px 15px 15px 0px;
}

.highlighted-project__card {
  text-align: right;
  position: relative;
}

.highlighted-project .card-project__title,
.highlighted-project .card-project__footer,
.highlighted-project .card-project__text {
  text-align: left;
}

.highlighted-project .card-project__title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.highlighted-project .card-project__footer {
  position: relative;
  bottom: unset;
  right: unset;
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
}

.highlighted-project .card-project__text {
  font-size: 16px;
  line-height: 20px;
}

.card-project-container {
  margin-bottom: 30px;
}

.grid-projects__title {
  padding-top: 70px;
  position: sticky;
  top: 0;
  z-index: 99;
  padding-bottom: 10px;
}

.page-template-page-PROJETS .grid-projects__title {
  background-color: white;
}

.page-template-page-LABORATOIRE .grid-projects__title {
  background-color: #000081;
}

/* LABORATOIRE */

.page-template-page-LABORATOIRE,
.page-template-page-LABORATOIRE .header_content {
  background-color: #000081;
  color: white;
}

/* CONTACTS */

.dragons-contact-img,
.dragons-mentions-img {
  position: absolute;
  height: calc(100vh - 60px);
  width: auto;
  right: 0;
  top: 60px;
}

.page-template-page-CONTACT,
.page-template-page-MENTIONS-LEGALES,
.error404 {
  background-color: #000081;
  color: white;
}

section.contacts {
  padding-bottom: 60px;
}

.page-template-page-CONTACT #wrapper,
.page-template-page-MENTIONS-LEGALES #wrapper,
.error404 #wrapper {
  padding-top: 120px;
}

.page-template-page-CONTACT h1,
.page-template-page-MENTIONS-LEGALES h1,
.error404 h1 {
  font-family: 'dracones-Regular';
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 30px;
}

.page-template-page-MENTIONS-LEGALES .content,
.page-template-page-CONTACT .content--big,
.error404 .content--big {
  margin-bottom: 30px;
  padding-top: 30px;
}

.page-template-page-CONTACT .content,
.error404 .content {
  margin-bottom: 30px;
}

.page-template-page-MENTIONS-LEGALES .content {
  margin-bottom: 0px;
}

.page-template-page-CONTACT .contacts a {
  color: inherit;
}

/* FOOTER */

.bandeau-jaune footer {
  margin-bottom: 50px;
}
footer {
  height: 60px;
  background-color: #000081;
  position: relative;
  z-index: 102;
}

.footer__bottom {
  background-color: #000081;
  color: white;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 0px 3px 0px;
}

.footer__bottom a {
  color: white;
}

.footer__bottom a.mentions {
  font-size: 12px;
  line-height: 12px;
}
footer a:hover {
  color: white;
  border-bottom: 1px solid;
}

.footer__bottom img {
  filter: brightness(0) invert(1);
  width: 83px;
}

/* FILTERS */

.page-template-page-PROJETS .filter-container {
}

.page-template-page-LABORATOIRE .filter-container {
  bottom: 0px;
}

.filter-container {
}

.filter-container__header {
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: 'dracones-Regular';
  font-size: 28px;
  line-height: 28px;
  padding: 0px;
}

.filter-container__header .left {
  width: 70%;
  padding: 15px 45px 15px 45px !important;
  display: flex;
  justify-content: center;
  gap: 20px;
  border-right: 1px solid;
}

.filter-container__header img {
  width: 12px;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

.filter-container__header .right {
  width: 30%;
  padding: 15px 45px 15px 45px !important;
}

.filter-openned .filter-container {
  bottom: 0px;
}

.filter-openned .filter-container__header img {
  transform: rotate(270deg);
}

.filter-openned .filter-container__header div {
  /*! display: none; */
}

.is-filtered .highlighted-project,
.is-filtered .header_content {
  display: none;
}

.searchandfilter input[type='checkbox'],
.searchandfilter input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: url('_/img/cursor-hover-small.png'), auto !important;
  border: 1px solid #000081 !important;
  border-radius: 0px;
  width: 12px !important;
  height: 12px !important;
}

.page-template-page-PROJETS .searchandfilter input[type='checkbox'],
.page-template-page-PROJETS .searchandfilter input[type='radio'] {
  background-color: #efefff;
}

.page-template-page-PROJETS .sf-option-active input[type='checkbox'],
.page-template-page-PROJETS .sf-option-active input[type='radio'] {
  background-color: #00007f;
}

.page-template-page-LABORATOIRE .searchandfilter input[type='checkbox'],
.page-template-page-LABORATOIRE .searchandfilter input[type='radio'] {
  background-color: transparent;
  border: 2px solid white !important;
}

.page-template-page-LABORATOIRE .sf-option-active input[type='checkbox'],
.page-template-page-LABORATOIRE .sf-option-active input[type='radio'] {
  background-color: #efefff;
}

.searchandfilter label {
  cursor: url('_/img/cursor-hover-small.png'), auto !important;
  width: calc(100% - 16px);
}

.filter-container .searchandfilter ul li {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0;
  position: relative;
  display: flex;
  /*! margin-bottom: 8px; */

  margin-right: 30px;
  align-content: center !important;
}

.filter-container {
  font-size: 12px;
  line-height: 12px;
}

.filter-container .searchandfilter ul li ul li {
  margin-right: 0px;
  margin-bottom: 10px;
  align-items: center;
}

.filter-container .searchandfilter ul {
  display: flex;
  justify-content: end;
}

#search-filter-form-238 ul li ul {
  display: none;
  position: absolute;
  left: -10px;
  font-size: 14px;
  line-height: 16px;
  top: 30px;
  background-color: white;
  z-index: 100;
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 10px 10px 2px 10px;
  width: calc(100% + 20px);
}

#search-filter-form-238 ul li.opened h4 {
  font-weight: 500;
}

#search-filter-form-238 ul li.opened ul {
  display: block;
}

#search-filter-form-238 ul li h4 {
  font-size: 16px;
  line-height: 28px;
  padding: 0px;
  font-weight: normal;
  position: relative;
  cursor: url('_/img/cursor-hover-small.png'), auto !important;
  padding-right: 45px;
}

#search-filter-form-238 ul li h4:hover {
  font-weight: 500;
}

#search-filter-form-238 ul li:after {
  content: '';
  background-image: url('_/img/braquet-filters.svg');
  background-size: 20px 19px;
  background-repeat: no-repeat;
  width: 20px;
  height: 19px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: -1;
}

#search-filter-form-238 ul li.opened:after {
  transform: rotate(180deg);
  bottom: 0px;
}

.sf-field-reset:after,
#search-filter-form-238 ul li ul li:after {
  display: none !important;
}

.filter-container .sf-field-reset {
  border-left: 2px solid;
  padding-left: 30px !important;
}

.filter-container .search-filter-reset {
  font-size: 16px;
  line-height: 28px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0;
  margin: 0;
}

.page-template-page-PROJETS .filter-container .search-filter-reset {
  color: #000081;
}

.page-template-page-LABORATOIRE .filter-container .search-filter-reset {
  color: white;
}

.page-template-page-LABORATOIRE .filter-container .searchandfilter ul {
  font-size: 16px;
  line-height: 16px;
}

.page-template-page-LABORATOIRE .filter-container .searchandfilter ul li {
  margin-right: 0px;
  display: flex;
  justify-content: end;
}

.page-template-page-LABORATOIRE
  .filter-container
  .searchandfilter
  ul
  li.sf-field-taxonomy-typologie
  ul
  li
  .sf-label-checkbox {
  width: 100%;
}

.page-template-page-LABORATOIRE .filter-container .searchandfilter ul li ul li {
  margin-right: 30px;
  margin-bottom: 0px;
}

.grid-projects {
  min-height: 75vh;
}

/* SINGLE */

.single-experimentation {
  background-color: #000081;
  color: white;
}

.single-experimentation .controls-project img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(182deg) brightness(104%) contrast(107%);
  cursor: pointer;
}

.single-experimentation .notes ol li::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(182deg) brightness(104%) contrast(107%);
}

.header-project {
}

#slideshow {
  position: relative;
}

.slideshow-controls {
  height: 100%;
  width: 33%;
  position: absolute;
  top: 0;
  z-index: 101;
}

.slideshow-controls img {
  display: none;
}

#next {
  right: 0;
  cursor: url('_/img/slideshow-next.png'), auto;
}

#prev {
  left: -30px;
  cursor: url('_/img/slideshow-prev.png'), auto;
}

#slideshow .slide {
}

#slideshow .slide img {
}

.header-project img {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-bottom: 10px;
}
.header-project__content {
  margin: 0 auto;
  width: calc(100% - 100px);
}

.header-project__title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.header-project__title span {
  font-family: 'dracones-Regular';
  font-size: 28px;
  line-height: 34px;
  display: block;
}

.content-project {
  margin-top: 105px;
}

.content-project p {
  font-size: 16px;
  line-height: 22px;
}

.header-project__text {
  font-size: 20px;
  line-height: 26px;
}

.header-project__infos,
.content-project .notes,
.content-project figcaption {
  font-size: 12px;
  line-height: 16px;
}

.content-project .notes {
  line-height: 22px;
}

.content-project .notes a:hover {
  text-decoration: underline;
}

.header-project__infos h3 {
  display: block;
  font-weight: 500;
}

.header-project__infos span {
  display: block;
}

.controls-project {
}

.controls-project img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(94%) saturate(5648%)
    hue-rotate(237deg) brightness(91%) contrast(136%);
  cursor: pointer;
}

.controls-project .back-projet {
  width: 30px;
  cursor: url('_/img/cursor-hover-small.png'), auto !important;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 101;
}

.controls-project .next-projet {
  width: 45px;
  cursor: url('_/img/cursor-hover-small.png'), auto !important;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 101;
}

.content-project .row {
  margin-bottom: 30px;
}

.content-project h2 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.content-project figure {
  margin-bottom: 20px;
}

.content-project img {
  margin-bottom: 5px;
}

.content-project p:not(:last-child),
.content-project ul:not(:last-child),
.content-project ol:not(:last-child) {
  margin-bottom: 20px;
}

.content-project .notes {
  list-style: number;
}

.content-project .notes:after {
  content: '';
}

.content-project figcaption {
  text-align: right;
}

.single-publication .header-project img {
  width: 100%;
  position: relative;
  left: 0px;
  margin-bottom: 30px;
}

.single-publication .header-project__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0px;
}

.single-publication .header-project__text {
  margin-bottom: 60px;
}

.single-publication .temps-lecture {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

.single-publication .date-publication {
  margin-bottom: 30px;
}

/* MAPS */

.page-template-page-HOME #map-svg {
  margin: 45px 0px 15px 0px;
}

.page-template-page-DOMAINES-ACTIVITES .sidebar-pages__menu .children-level {
  display: none;
}

#map-svg a {
  pointer-events: all;
}

a:hover .background path {
  fill: #fff9c6 !important;
}

a[state='hover'] .background path {
  fill: #fff9c6 !important;
}

a:hover .background rect {
  fill: rgb(0, 0, 128) !important;
}

a[state='hover'] .background rect {
  fill: rgb(0, 0, 128) !important;
}

a:hover .text path {
  fill: white !important;
}

a[state='hover'] .text path {
  fill: white !important;
}

.mobile {
  display: none;
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }

  header {
    height: 40px !important;
    color: #000081;
  }

  header .container-fluid,
  footer .container-fluid {
    padding: 0px 10px;
  }

  header .container-fluid .row,
  footer .container-fluid .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  header .container-fluid [class^='col-'],
  header .container-fluid [class^='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo,
  .menu-open-text {
    font-size: 20px;
    line-height: 20px;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .menu-open-arrow {
    height: 12px;
    width: auto;
    margin-right: 15px;
    margin-top: 3px;
    transition: transform 0.3s ease-in-out;
  }

  #menu-modal {
    background-color: #000081;
    color: white;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 102;
    padding-top: 40px;
    top: 0;
    right: -100vw;
    transition: right 0.3s ease-out;
    font-family: 'dracones-Regular';
  }

  .menu-opened #menu-modal {
    right: 0;
  }

  .menu-opened .menu-open-arrow {
    transform: rotate(90deg);
  }

  #menu-modal a {
    color: white;
  }

  #menu-modal .menu-menu-header-mobile-container {
    font-size: 30px;
    line-height: 54px;
    text-align: center;
  }

  #menu-modal .menu-menu-header-mobile-container #menu-menu-header-mobile {
    list-style: none;
  }

  .menu-modal-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid;
    font-size: 22px;
    line-height: 22px;
    align-items: center;
    margin-bottom: 30px;
  }

  .menu-modal-header .left {
    display: flex;
    gap: 15px;
  }

  #wrapper {
    padding-top: 40px !important;
    min-height: unset;
  }

  .container-fluid {
    padding: 0px 15px;
  }

  .sidebar-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .content--big {
    font-size: 22px;
    line-height: 26px;
  }

  .card-project__title,
  .featured-project__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .featured-project .featured-project__text {
    margin-top: 15px;
  }

  .button-arrow-container {
    text-align: right;
  }

  /* FOOTER */

  .home footer {
    /*! margin-bottom: 50px; */
    /*! height: 200px; */
  }

  .footer__top {
    font-size: 20px;
    line-height: 20px;
    padding: 45px 0px;
  }

  .footer__bottom {
    padding: 10px 0px;
  }

  /* hOME */

  .home__cover {
    height: auto;
    position: relative;
    color: #000081;
  }

  .home__cover__grid-background {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .home__cover__dragon {
    position: relative;
    width: 70%;
    left: unset;
    top: unset;
    transform: unset;
    z-index: 100;
    margin: 0 auto;
    padding-top: 20px;
  }

  .home__cover__content {
    color: #000081;
    font-family: 'dracones-Regular';
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    max-width: unset;
    padding-right: unset;
    font-size: 30px;
    line-height: 44px;
    padding: 20px;
  }

  .home__cover__content a {
    color: inherit;
    /*! text-decoration: underline; */
  }

  .home__projet-a-la-une {
    padding: 15px 15px;
    min-height: 550px;
  }
  .home__projet-a-la-une__cover {
  }

  .home__projet-a-la-une__link-all {
    position: absolute;
    right: 60px;
    top: 60px;
    /*! font-family: 'Fira Code', monospace; */
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border-bottom: 1px solid;
  }

  .home__projet-a-la-une__text {
    right: 0px;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    padding: 30px 30px 30px 33%;
  }

  .home__projet-a-la-une__text__title {
    font-weight: 700;
    margin-bottom: 5px;
  }

  .home__projet-a-la-une__text__text {
  }

  .home-section-padding {
    padding: 50px 0px;
  }

  .home__video-a-la-une {
  }

  .home__video-a-la-une #videoContainer {
    margin-bottom: 15px;
  }

  .home__projet-a-la-une__text__title {
    font-weight: 700;
    margin-bottom: 5px;
  }

  #map-svg-mobile {
    width: 100%;
    padding: 15px 0px 30px 0px;
  }

  #map-svg-mobile svg {
    width: 100%;
  }

  .home__video-a-la-une__text {
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
  }

  .row__cards-expertises {
    margin-top: 40px;
  }

  .card-expertise--mobile__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .card-expertise--mobile__container .card-expertise__picto {
    order: 2;
    width: 36px;
    margin-bottom: 0px;
  }

  .card-expertise__title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .card-expertise__text {
    font-size: 14px;
    line-height: 20px;
  }

  .card-project {
    /*display: flex;*/
  }

  .card-project .card-project--mobile__left {
  }

  .card-project .card-project--mobile__right,
  .card-project__footer {
    padding: 0px 10px !important;
  }

  .logos-row__item {
    flex: 1 1 calc(100% / 4);
    max-width: calc(100% / 4);
  }

  .home_laboratoire .card-project {
    border: 0px solid;
    padding: 0px;
  }

  .home_laboratoire .card-project .card-project__footer {
    position: relative;
    padding: 0px;
    margin-top: 30px;
  }

  .home_laboratoire .card-project__text {
    margin-bottom: 15px;
  }

  .home_laboratoire .button-arrow--white--no_border {
    margin-bottom: 30px;
  }

  .home__banner__yellow {
    padding: 10px 10px;
    font-size: 12px;
    justify-content: center;
  }

  .home__banner__yellow__picto {
    margin-right: 10px;
    width: 25px;
  }

  .header_content__fixed {
    top: 40px;
  }

  .header_content__fixed--small .header_content__fixed .content.content--big {
    font-size: 14px;
    line-height: 18px;
  }

  .notes {
    margin-left: 20px;
    margin-top: 30px;
  }

  .page-child .sidebar-pages,
  .page-child .desktop-child-page {
    display: none;
  }

  .page-child .section-scroll-container--first {
    margin-top: 70px;
    padding-top: 40px !important;
  }

  .page-parent .mobile-child-page {
    display: none;
  }

  .mobile-child-page {
  }

  .mobile-child-page a {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .mobile-child-page a img {
    width: 8px;
    margin-right: 15px;
  }

  .mobile-child-page .mobile-child-page-title {
    background-color: #fff9c6;
    display: inline-block;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .section-scroll-container section .content-title {
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .section-scroll-container--first {
    /*! margin-top: 40px; */
  }

  .section-scroll-container {
  }

  .section-scroll-container .featured-project {
    margin-top: 30px;
    padding: 0px;
  }

  .section-scroll-container section:nth-child(2) .column-1 {
    order: 1;
  }

  .section-scroll-container section:nth-child(2) .column-2 {
    order: 2;
  }

  .section-scroll-container section:nth-child(2) .column-3 {
    order: 3;
  }

  .dragons-contact-img,
  .dragons-mentions-img {
    position: absolute;
    height: auto;
    width: 100%;
    right: 0;
    top: -140px;
  }

  section.contacts {
    padding-bottom: 0px;
  }

  .page-template-page-CONTACT,
  .page-template-page-MENTIONS-LEGALES,
  .error404 {
    background-color: #000081;
    color: white;
    padding-top: 150px;
  }

  .page-template-page-CONTACT #wrapper,
  .page-template-page-MENTIONS-LEGALES #wrapper,
  .error404 #wrapper {
    margin-bottom: 60px;
  }

  .trombi-item__bio {
    display: none !important;
  }
  /* PROJETS */

  .grid-projects .row__cards {
    margin-top: 0px;
    width: unset;
    position: unset;
    left: unset;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .grid-projects__title .dragon-full-blue {
    height: 140px;
    width: auto;
    margin-left: auto;
  }

  .card-project {
    padding: 0px;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    margin: 0px 0px;
  }

  .page-template-page-PROJETS .card-project__footer {
    margin-top: 15px;
    display: flex;
    align-items: end;
  }

  .card-project__footer {
    position: absolute;
    bottom: 10px;
    padding: 0px 0px;
    display: none;
    font-size: 10px;
  }

  .row__cards [class*='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  highlighted-project {
    margin-top: -45px;
  }

  .background-image-container {
    height: unset;
    min-height: unset;
  }
  .highlighted-project img {
    padding: 15px 0px 15px 0px;
  }

  .highlighted-project .highlighted-project__card {
    padding: 15px 0px 15px 0px;
  }

  .highlighted-project__card {
    text-align: right;
    position: relative;
  }

  .highlighted-project .card-project__title,
  .highlighted-project .card-project__footer,
  .highlighted-project .card-project__text {
    text-align: left;
  }

  .highlighted-project .card-project__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .highlighted-project .card-project__footer {
    padding: 0px !important;
  }

  .highlighted-project .card-project__text {
    font-size: 16px;
    line-height: 20px;
  }

  .header-project__content {
    margin: 0 auto;
    width: calc(100% - 30px);
  }

  /* FILTERS */

  .grid-projects__title {
    padding-top: 30px;
    /*! position: unset; */
    top: 10px;
    z-index: 99;
    padding-bottom: unset;
    /*! margin-bottom: 15px; */
  }

  .grid-projects {
    min-height: 75vh;
    padding-top: 20px;
  }

  .page-template-page-PROJETS .filter-container {
  }

  .page-template-page-LABORATOIRE .filter-container {
    bottom: 0px;
    padding-top: 30px;
  }

  .filter-container {
  }

  .filter-container__header {
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-family: 'dracones-Regular';
    font-size: 28px;
    line-height: 28px;
    padding: 0px;
  }

  .filter-container__header .left {
    width: 70%;
    padding: 15px 45px 15px 45px !important;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-right: 1px solid;
  }

  .filter-container__header img {
    width: 12px;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
  }

  .filter-container__header .right {
    width: 30%;
    padding: 15px 45px 15px 45px !important;
  }

  .filter-openned .filter-container {
    bottom: 0px;
  }

  .filter-openned .filter-container__header img {
    transform: rotate(270deg);
  }

  .filter-openned .filter-container__header div {
    /*! display: none; */
  }

  .is-filtered .highlighted-project,
  .is-filtered .header_content {
    display: none;
  }

  .searchandfilter input[type='checkbox'],
  .searchandfilter input[type='radio'] {
    border: 2px solid #000081 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px;
    position: relative;
    cursor: url('_/img/cursor-hover-small.png'), auto !important;
  }

  .page-template-page-PROJETS .searchandfilter input[type='checkbox'],
  .page-template-page-PROJETS .searchandfilter input[type='radio'] {
    background-color: #efefff;
  }

  .page-template-page-PROJETS .sf-option-active input[type='checkbox'],
  .page-template-page-PROJETS .sf-option-active input[type='radio'] {
    background-color: #00007f;
  }

  .page-template-page-LABORATOIRE .searchandfilter input[type='checkbox'],
  .page-template-page-LABORATOIRE .searchandfilter input[type='radio'] {
    background-color: transparent;
  }

  .page-template-page-LABORATOIRE .sf-option-active input[type='checkbox'],
  .page-template-page-LABORATOIRE .sf-option-active input[type='radio'] {
    background-color: #efefff;
  }

  .searchandfilter label {
    cursor: url('_/img/cursor-hover-small.png'), auto !important;
    width: calc(100% - 16px);
  }

  .filter-container .searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;

    margin-right: unset;
  }

  .toggle-filters {
    text-align: right;
    margin-top: -30px;
  }

  .toggle-filters:after {
    content: '';
    background-image: url('_/img/braquet-filters.svg');
    background-size: 20px 19px;
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
  }

  .page-template-page-LABORATOIRE .toggle-filters:after {
    filter: brightness(0) invert(1);
  }

  .filters-mobile-opened .toggle-filters:after {
    transform: rotate(180deg);
    position: relative;
    top: 8px;
  }

  .filters-mobile-opened .filter-container {
    display: block;
  }

  .filter-container {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: unset;
    right: unset;
    /*! background-color: white; */
    width: 100%;
    height: unset;
    padding-top: 15px;
    display: none;
  }

  .filter-container .searchandfilter ul li ul li {
    margin-right: 0px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
  }

  .filter-container .searchandfilter ul {
    display: block;
    justify-content: end;
  }

  .filter-count {
    display: none;
  }

  #search-filter-form-238 ul li ul {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    width: unset;
    /*! padding: 0px; */
    /*! border: 0px; */
  }

  #search-filter-form-238 ul li.opened h4 {
    font-weight: 500;
  }

  #search-filter-form-238 ul li.opened ul {
    display: block;
  }

  #search-filter-form-238 ul li h4 {
    font-size: 16px;
    line-height: 28px;
    padding: 0px;
    font-weight: normal;
    position: relative;
    cursor: url('_/img/cursor-hover-small.png'), auto !important;
    padding-right: unset;
    margin-bottom: 5px;
  }

  #search-filter-form-238 ul li h4:hover {
    font-weight: 500;
  }

  #search-filter-form-238 ul li:after {
    content: '';
    background-image: url('_/img/braquet-filters.svg');
    background-size: 20px 19px;
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: -1;
  }

  .sf-field-reset:after,
  #search-filter-form-238 ul li ul li:after {
    display: none !important;
  }

  .filter-container .sf-field-reset {
    border-left: 0px;
    padding-left: 0px !important;
  }

  .filter-container .search-filter-reset {
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    border: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0;
    margin: 0;
  }

  .page-template-page-PROJETS .filter-container .search-filter-reset {
    color: #000081;
  }

  .page-template-page-LABORATOIRE .filter-container .search-filter-reset {
    color: white;
  }

  .page-template-page-LABORATOIRE .filter-container .searchandfilter ul {
    font-size: 16px;
    line-height: 16px;
  }

  .page-template-page-LABORATOIRE .filter-container .searchandfilter ul li {
    margin-right: 0px;
  }

  .page-template-page-LABORATOIRE
    .filter-container
    .searchandfilter
    ul
    li
    ul
    li {
    margin-right: 30px;
    margin-bottom: 15px;
  }

  /* PROJECTS */

  .header-project img {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-bottom: 10px;
  }

  .header-project__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .single-publication .header-project__text {
    margin-bottom: 30px;
  }

  .header-project__text {
    margin-bottom: 30px;
  }

  .header-project__infos h3 {
    display: inline-block;
    font-weight: 500;
  }

  .header-project__infos span {
    display: inline-block;
  }

  .controls-project {
    display: none;
  }

  .notes {
    display: none;
  }

  .slideshow-controls img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(6%) sepia(94%) saturate(5648%)
      hue-rotate(237deg) brightness(91%) contrast(136%);
    height: 12px;
    position: absolute;
    width: auto;
    bottom: 15px;
  }

  #next {
    right: -15px;
    cursor: url('_/img/slideshow-next.png'), auto;
  }

  #next img {
    right: 15px;
    left: unset;
  }

  #prev {
    left: -15px;
    cursor: url('_/img/slideshow-prev.png'), auto;
  }

  #prev img {
    transform: rotate(180deg);
    left: 15px;
  }

  footer {
    height: 36px;
  }
}
