@font-face {
  font-family: 'InconsolataVariablefont';
  src: url('../fonts/Inconsolata-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  white-space: normal;
  background-image: none;
  font-family: InconsolataVariablefont, Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  line-height: 20px;
}

h1 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 7.5vw;
  line-height: 100%;
}

h2 {
  text-transform: none;
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-size: 3vw;
  font-weight: 600;
  line-height: 90%;
}

h3 {
  font-variation-settings: "wght" 600;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.58vw;
  line-height: 90%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-top: 2vw;
  margin-bottom: 0;
  line-height: 130%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .6em;
  line-height: 140%;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  display: block;
}

strong {
  font-variation-settings: "wght" 700;
}

blockquote {
  border-left: 1px solid #fff;
  margin-bottom: 0;
  padding: 0;
  font-size: 4.3vw;
  line-height: 130%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #555;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 2vw;
  font-size: 1.2vw;
}

.hovereffect {
  transition: box-shadow .4s;
}

.hovereffect:hover {
  box-shadow: 0 0 75px #00000012;
}

.bigp {
  margin-top: 2.5vw;
  margin-bottom: 0;
  font-size: 2.4vw;
  line-height: 130%;
}

.bigp.moreprojetcs {
  margin-top: 0;
  line-height: 2vw;
}

.bigp ul {
  margin-bottom: 2vw;
  padding-left: 4vw;
  font-size: 2vw;
  line-height: 140%;
}

.bigp p {
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 1.8vw;
  line-height: 120%;
}

.bigp ol {
  margin-bottom: 2vw;
  font-size: 2vw;
  list-style-type: decimal;
}

.bigp a {
  border-bottom: 2px dotted #000;
  text-decoration: none;
}

.bigp a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.bigp.textpopin {
  margin-bottom: 1vw;
}

.smallp {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
}

.smallp.author {
  width: 90%;
  margin-top: .75vw;
  margin-left: 3vw;
  font-size: 1vw;
  font-style: italic;
}

.smallp.quote {
  border-left-style: none;
  width: 90%;
  margin-top: 0;
  margin-left: 3vw;
  font-size: 1.2vw;
}

.undertitle {
  margin-top: 0;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.undertitle.homepage {
  text-transform: uppercase;
  max-width: 75%;
  font-size: 2.8vw;
  display: block;
}

.undertitle.manifeste {
  text-transform: uppercase;
  display: block;
}

.undertitle.article {
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-size: 2vw;
  display: block;
}

.navbar {
  background-color: #fff0;
  border-bottom: 1px solid #000;
  display: flex;
  position: sticky;
}

.itemmenu {
  flex-direction: row;
  font-size: 1.4vw;
  display: inline-block;
}

.itemmenu:hover {
  text-decoration: underline;
}

.container {
  border-bottom: 1px #000;
  align-items: stretch;
  display: block;
}

.image {
  width: 2.25em;
  height: 2.25em;
  margin: 18px;
  padding: 0;
  display: block;
}

.nav-menu {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-right: 3.5vw;
  display: flex;
}

.form-block {
  border-left: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: none;
}

.nav-link {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5vw;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #000;
  text-decoration: underline;
}

.body {
  justify-content: center;
  align-items: flex-start;
}

.body.portfolio {
  background-image: linear-gradient(#fcc08c, #fff 94%);
}

.body.homepage {
  background-image: none;
}

.body.savoirfaire {
  background-image: linear-gradient(#fab2b2, #fff 94%);
}

.body.parcours {
  background-image: linear-gradient(#b2fae4, #fff 94%);
}

.body.manifeste {
  background-image: linear-gradient(#b2e3fa, #fff 80%);
}

.body.points-de-vue {
  background-image: linear-gradient(#d4b2fa, #fff 94%);
}

.brand {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.superscript {
  font-variation-settings: "wght" 200, "wdth" 62;
  padding-left: 15px;
  font-size: .65em;
}

.section {
  justify-content: center;
  margin-bottom: 70px;
  display: flex;
}

.section.title {
  z-index: 1000;
  margin-bottom: 4vw;
  position: relative;
}

.titleleftcolumn {
  display: block;
}

.columns {
  flex-flow: row;
  align-items: stretch;
}

.columns.title {
  flex-flow: row;
  flex: 1;
}

.sommairecentercolumn {
  border-bottom: 1px dotted #000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.titlecentercolumn {
  padding-left: 0;
  padding-right: 0;
}

.indexcircle {
  z-index: 1000;
  border: 1px dotted #000;
  border-radius: 50%;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  display: flex;
  position: relative;
}

.sommaireleftcolumn {
  border-bottom: 1px dotted #000;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.indextextblock {
  border-left: 1px dotted #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 76%;
  padding-bottom: 10px;
  padding-left: 6vw;
  display: flex;
  position: relative;
}

.indextextblock:hover {
  text-decoration: none;
}

.indextextblock.hovereffect {
  max-width: none;
  padding-bottom: 0;
}

.indextextblock.hovereffect:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 2.5px;
  box-shadow: inset 0 0 75px #fcc08c;
}

.indextextblock.hovereffect.parcours:hover {
  box-shadow: inset 0 0 75px #b2fae4;
}

.indextextblock.hovereffect.manifeste:hover {
  box-shadow: inset 0 0 75px #b2e3fa;
}

.indextextblock.hovereffect.contact {
  background-color: #0000;
}

.indextextblock.hovereffect.contact:hover {
  box-shadow: inset 0 0 75px #faf4b2;
}

.indextextblock.hovereffect.point-de-vue:hover {
  box-shadow: inset 0 0 75px #d4b2fa;
}

.indextextblock.hovereffect.savoirfaire:hover {
  box-shadow: inset 0 0 75px #fab2b2;
}

.indexcircletext {
  font-variation-settings: "wght" 200, "wdth" 62;
  justify-content: center;
  align-items: center;
  margin-top: -5%;
  font-size: 4vw;
  position: static;
  inset: 44% auto auto 42%;
}

.titresommaire {
  text-align: left;
  text-transform: uppercase;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: .2vw;
  font-size: 2.4vw;
  display: block;
  position: relative;
}

.titresommaire:hover {
  text-underline-offset: 2px;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.titresommaire.projecth2 {
  text-transform: uppercase;
  margin-top: 0;
}

.titresommaire.projecth2.mobile {
  display: none;
}

.titresommaire.portfolio {
  font-size: 2vw;
}

.indexitem {
  border-top: 1px dotted #000;
  display: flex;
  position: relative;
}

.indexitem.z1000 {
  z-index: 1000;
  background-color: #fff;
}

.soustitresommaire {
  z-index: 1000;
  text-transform: none;
  font-size: 2.91vw;
  line-height: 90%;
  text-decoration-thickness: 2px;
  display: block;
  position: relative;
}

.soustitresommaire.city {
  font-size: 5vw;
}

.soustitresommaire.savoirfaire {
  margin-bottom: 1.5vw;
}

.soustitresommaire.portfolio {
  font-size: 2.4vw;
}

.courantheading1 {
  z-index: 10;
  font-variation-settings: "wght" 400;
  margin-bottom: 0;
  line-height: 80%;
  position: relative;
}

.courantheading1.article {
  font-size: 5.5vw;
  line-height: 90%;
}

.backgroundimage {
  background-color: #0000;
  background-image: url('../images/portrait-opti.png');
  background-position: 100% 14%;
  background-repeat: no-repeat;
  background-size: 46%;
  background-attachment: scroll;
  border-bottom: 1px solid #0000;
  height: 132%;
  display: block;
  position: absolute;
  inset: 0%;
}

.backgroundimage.portfolio {
  background-image: url('../images/jordan.png');
  background-position: 100% 20%;
  display: none;
}

.backgroundimage.parcours {
  display: none;
}

.backgroundimage.savoirfaire {
  background-image: url('../images/jordan.png');
  background-position: 92% 130px;
  background-size: 33%;
  height: 63vw;
  display: block;
}

.backgroundimage.ecoconception {
  display: none;
}

.footerlist {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footercontactitem {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.footercontactitem.twitter {
  text-decoration: line-through;
}

.footercontactitem.twitter:hover {
  text-decoration: underline;
}

.footercontactitem.facebook {
  text-decoration: line-through;
}

.footercontactitem.facebook:hover {
  text-decoration: underline;
}

.footercontactitem.facebook.lastitem {
  border-right-style: none;
  padding-right: 0;
}

.footercontactitem.firstitem {
  border-left-style: none;
  padding-left: 0;
}

.foooterleftcolumn {
  flex: 0 auto;
}

.footercentercolumn {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footerlistitem {
  color: var(--white);
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.footer {
  background-color: var(--black);
  display: flex;
}

.itemvoidblock {
  background-color: #fff;
  border-top: 1px dotted #000;
  border-right: 1px dotted #000;
  width: 100%;
  height: 16vw;
  margin-bottom: 1px;
  position: relative;
}

.itemvoidblock.z1000 {
  z-index: 1000;
}

.copyright {
  color: var(--white);
  text-align: left;
  flex: 1;
  margin-top: 0;
  padding-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.projectitem {
  border-top: 1px dotted #000;
  display: flex;
  position: relative;
}

.projectcircle {
  z-index: 1000;
  border: 1px dotted var(--white);
  background-color: var(--white);
  border-radius: 50%;
  place-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  display: flex;
  position: relative;
}

.projecttitle {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border-left: 1px dotted #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding-left: 6vw;
  display: flex;
}

.projectmorelinks {
  grid-column-gap: 2.5vw;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-flow: wrap;
  margin-top: .5em;
  padding-left: 0;
  font-size: 1.5vw;
  line-height: 1.5vw;
  list-style-type: none;
  display: flex;
}

.projectvisual {
  flex: none;
  width: 101%;
  max-width: 101%;
  height: 101%;
}

.pattern {
  background-image: url('../images/pattern.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 10vw;
  border-top: 1px dotted #000;
  height: 10vw;
}

.pattern.tight {
  z-index: 0;
  border-bottom: 1px #000;
  height: 5vw;
}

.moreprojectcentercolumn {
  padding: 5vw 0 2.5vw;
  display: flex;
}

.list {
  list-style-type: none;
}

.tagsproject {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  text-transform: uppercase;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.6vw;
  font-weight: 200;
  line-height: 130%;
  list-style-type: none;
  display: flex;
}

.moreprojectlink {
  text-transform: uppercase;
  justify-content: space-around;
  padding-bottom: 5px;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 90%;
  display: block;
}

.columnsmoreprojects {
  border-top: 1px dotted #000;
}

.list-item {
  margin-bottom: 20px;
}

.chapopage {
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 2.5vw;
  font-size: 2.4vw;
  line-height: 130%;
  display: block;
}

.parcoursleftcolumn {
  border-right: 1px dotted #000;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.parcourscircle {
  z-index: 1000;
  border: 1px dotted var(--black);
  border-radius: 50%;
  flex-direction: row;
  place-content: center;
  align-items: center;
  height: 16.5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.parcoursdescription {
  border-right: 1px dotted #000;
  flex-direction: column;
  flex: 1;
  order: 3;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 2vw 3vw;
  display: flex;
}

.illustration {
  height: 12vw;
}

.illustration.savoirfaire {
  height: auto;
  max-height: 9vw;
}

.parcourscity {
  border: 1px #000;
  border-top-style: dotted;
  display: flex;
}

.parcoursititle-copy {
  border-left: 1px dotted #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6vw;
  display: flex;
}

.parcoursexperienceslist {
  border: 1px #000;
  border-top-style: dotted;
  align-items: center;
  display: flex;
}

.datemobile {
  font-size: 3vw;
  font-weight: 600;
  line-height: 3.5vw;
  display: none;
}

.parcoursdate {
  text-align: center;
  border-right: 1px dotted #000;
  order: 3;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 18vw;
  display: flex;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
}

.paragraph.interludemusicale {
  width: 60vw;
  padding-top: 1vw;
  line-height: 130%;
}

.paragraph.interludemusicale.playmobile {
  display: block;
}

.itemvoidblock2 {
  border-top: 1px #000;
  border-right: 1px #000;
  width: 100%;
  height: 16vw;
  margin-bottom: 1px;
}

.parcoursleftcolumnd {
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.experiencequote {
  font-size: 2.5vw;
  font-weight: 600;
}

.sectioninterludemusicale {
  text-align: center;
  border-top: 1px dotted #000;
  justify-content: center;
  display: flex;
}

.interludemuscial {
  flex-direction: column;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
}

.logoalecoute {
  flex: 0 auto;
  align-self: center;
  margin-left: 2vw;
  position: relative;
}

.linkinterludemusical {
  border-bottom: 2px dotted #000;
}

.linkinterludemusical:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.image-2 {
  max-width: 83%;
}

.image-3 {
  max-width: 49%;
  position: absolute;
  top: 23.5%;
  left: 14%;
}

.date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3.5vw;
}

.smallpmobile {
  display: none;
}

.block-quote {
  border-left-style: none;
  margin-top: 2vw;
}

.quoteauthor {
  margin-top: 0;
  font-size: 2.4vw;
}

.savoirfairelistcolumns {
  border: 1px #000;
  border-top-style: dotted;
  align-items: center;
  display: flex;
}

.savoirfaireleftcolumn {
  border-right: 1px dotted #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.savoirfairerightcolumn {
  border-left: 1px #000;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 22vw;
  padding-left: 6vw;
  padding-right: 3vw;
  display: flex;
}

.savoirfairelist {
  flex-direction: column;
  display: flex;
}

.savoirfairelisteitem {
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 120%;
}

.greentext {
  color: #1b7901;
}

.popintoggle {
  z-index: 1500;
  background-color: var(--white);
  align-items: stretch;
  max-width: 50%;
  max-height: 44%;
  padding: 5vw;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  transform: translate(0);
  box-shadow: 0 3px 5px #0000009c;
}

.popintoggle.contactpopin {
  z-index: 1000;
  max-width: 45%;
  padding-top: 2vw;
  padding-bottom: 4vw;
  display: none;
  top: 20%;
}

.popintoggle.basseconso {
  z-index: 1000;
  max-width: 55%;
  max-height: 80%;
  top: 20%;
  bottom: auto;
}

.image-4 {
  width: 1.7vw;
}

.image-4.negatif {
  display: block;
}

.textpopin {
  margin-bottom: 0;
  font-size: 1.6vw;
  display: block;
}

.popintoggleclose {
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 1.7vw 1.7vw auto auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404 {
  font-size: 5vw;
  line-height: 100%;
}

.itemvoidblockfooter {
  border-top: 1px dotted #000;
  border-right: 1px dotted #000;
  width: 100%;
  height: 10vw;
  margin-bottom: 0;
}

.courantlink {
  text-transform: none;
  border-bottom: 2px dotted #000;
  font-weight: 400;
}

.courantlink:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.couranthrsimulation {
  border-bottom: 1px dotted #000;
  margin: 2vw 30% 1vw;
}

.couranttext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vw;
  line-height: 130%;
}

.couranttext img {
  border: 1px dotted #000;
  margin-top: 0;
  padding: 10px;
  display: block;
}

.couranttext h3 {
  margin-top: 3vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  line-height: 110%;
}

.couranttext a {
  border-bottom: 2px dotted #000;
  text-decoration: none;
}

.couranttext a:hover {
  border-bottom-style: solid;
}

.couranttext figure {
  margin-top: 2vw;
}

.couranttext h2 {
  margin-top: 3vw;
  font-size: 2.6vw;
  line-height: 110%;
}

.couranttext ol {
  margin-top: 2vw;
  margin-bottom: 0;
  padding-left: 3vw;
  font-size: 1.6vw;
  list-style-type: decimal;
}

.couranttext figcaption {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 110%;
}

.couranttext sup {
  text-align: right;
  justify-content: flex-end;
  text-decoration: none;
}

.couranttext h4 {
  margin-top: 2vw;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
}

.couranttext blockquote {
  border-left: 2px dotted #000;
  border-radius: 10px;
  margin-top: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-size: 2vw;
  font-style: italic;
}

.couranttext.imagel-gend-emanuelle {
  margin-top: 2vw;
}

.datearticle {
  color: #666;
  font-size: 1.5vw;
}

.mentionslink, .mentionslink.w--current {
  color: var(--white);
}

.disclaimer {
  border: 2px dotted #000;
  border-radius: 10px;
  max-width: 78%;
  margin: 2vw auto 3vw;
  padding: 10px;
  font-size: 1.6vw;
  line-height: 120%;
}

.disclaimer.decla-push {
  text-align: center;
  margin-top: 4vw;
  margin-bottom: 0;
}

.imagearticle {
  border: 1px dotted #000;
  max-width: 95%;
  max-height: 300px;
  padding: 10px;
}

.caption {
  color: #555;
  text-align: center;
  padding-top: 10px;
  font-size: 1.2vw;
}

.grid1ccol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-template-areas: ".";
  grid-auto-flow: row;
  place-items: center;
  margin-top: 2vw;
  display: flex;
}

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

.column2bleimage {
  grid-column-gap: 1vw;
  grid-row-gap: 1px;
  width: 100%;
  margin-top: 2vw;
  display: inline-block;
}

.leftcolumndoubleimage {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.lottie-animation-example {
  object-fit: fill;
  border: 1px dotted #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 10vw;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
}

.blockquotecaption {
  text-align: right;
  padding-bottom: 1vw;
  font-size: 1.2vw;
  display: block;
}

.blockquotecaptionlink {
  border-bottom: 2px dotted #000;
}

.blockquotecaptionlink:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.footnote {
  border-top: 1px #000;
  max-width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.footnote.h2 {
  margin-top: 2vw;
  font-size: 2vw;
}

.disclairemerlink {
  border-bottom: 1px dotted #000;
}

.disclairemerlink:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.decla-list {
  justify-content: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.decla-list-item {
  text-align: right;
  border: .125rem solid #000;
  border-radius: 1.25rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 6rem;
  height: 6rem;
  margin: .25rem .5rem .25rem 0;
  padding-bottom: .5rem;
  padding-left: .625rem;
  padding-right: .8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.375rem;
  line-height: 130%;
  display: flex;
}

.decla-list-item.b-grade {
  border-width: .125rem;
  border-color: #51b84b;
}

.decla-list-item.a-grade {
  border-color: #51b84b;
}

.decla-list-item.a-grade.selected {
  background-color: #4f9f30;
  border-width: .125rem;
  border-color: #4f9f30;
  font-weight: 700;
}

.decla-list-item.c-grade {
  border-width: .125rem;
  border-color: #cadb2a;
}

.decla-list-item.d-grade {
  border-width: .125rem;
  border-color: #f6eb15;
}

.decla-list-item.e-grade {
  border-width: .125rem;
  border-color: #fecd06;
}

.decla-list-item.f-grade {
  border-width: .125rem;
  border-color: #f99839;
}

.decla-list-item.g-grade {
  border-width: .125rem;
  border-color: #ed2124;
}

.decla-h2 {
  margin-top: 2vw;
  padding-top: 2.5vw;
}

.decla-tabs-content {
  border: 1px dotted #000;
  padding: 1vw;
  font-size: 1.6vw;
  line-height: 140%;
}

.decla-tabs-content.is_hidden {
  display: none;
}

.tablink {
  text-align: center;
  border: 2px solid #efefef;
  border-style: dotted solid solid dotted;
  height: 4vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.6vw;
}

.tablink:hover {
  background-color: #c8c8c8;
  border: 2px dotted #000;
}

.tablink.w--current {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.tablink.selected {
  background-color: #c8c8c8;
  border: 2px dotted #000;
}

.tablist {
  padding-left: 3vw;
}

.copyright-section {
  flex-flow: row;
  width: 100%;
  padding-top: 2vw;
  font-size: 1.8vw;
  display: flex;
}

.mentionsl-gales {
  color: var(--white);
  text-align: center;
  flex: none;
  order: 1;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1vw;
}

.mentionsl-gales.footerlist {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
}

.mentions-section {
  width: 100%;
}

.imagearticle2 {
  border: 1px dotted #000;
  margin-top: 1em;
  padding: 10px;
}

.table_caption {
  text-transform: uppercase;
  padding-bottom: 1vw;
  font-weight: 700;
}

.table_cell {
  border: 1px dashed #000;
  padding: .8vw 1vw;
}

.table_cell.empty_cell {
  background-color: #eee;
}

.table_header {
  background-color: #eee;
  border-top: 1px dashed #000;
  border-left: 1px dashed #000;
  border-right: 1px dashed #000;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.table_component {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.pointsdevuemorelinks {
  grid-column-gap: 2.5vw;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-direction: row;
  margin-left: 6vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  display: flex;
}

.text-block {
  text-align: left;
  margin-top: 2vw;
  padding-left: 18px;
  font-size: 1.2vw;
  display: inline-block;
  position: absolute;
  left: -17vw;
}

.bigpimage {
  border: 1px dotted #000;
  padding: 10px;
}

.th {
  text-align: left;
  border: 1px dashed #000;
  padding: .8vw 1vw;
  font-weight: 400;
}

.sr-only {
  object-fit: fill;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  left: -1000px;
  overflow: hidden;
}

.list-item-2 {
  border-right: 1px solid #fff;
  padding-right: 1vw;
}

.div-block-2 {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  display: flex;
}

.sommairetitrepointdevue1 {
  z-index: 1000;
  text-transform: none;
  font-size: 2.91vw;
  line-height: 90%;
  display: block;
  position: relative;
}

.sommairetitrepointdevue1.projecth3 {
  font-size: 3.4vw;
}

.sommairetitrepointdevue2 {
  z-index: 1000;
  text-transform: uppercase;
  max-width: 95%;
  margin-top: 0;
  font-size: 2.4vw;
  display: block;
  position: relative;
}

.nav-link-button {
  color: #000;
  background-color: #0000;
  align-self: center;
  align-items: center;
  padding: 20px 0;
  font-size: 1.5vw;
  text-decoration: none;
  display: inline-block;
}

.nav-link-button:hover {
  text-decoration: underline;
}

.nav-link-button.w--current {
  color: #000;
  text-decoration: underline;
}

.closeimage {
  width: 1.7vw;
}

.closeimage.negatif {
  display: block;
}

.interlude {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4vw;
  font-weight: 400;
}

.listfootnotes {
  padding-left: 20px;
}

.heading {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.projectlink {
  border-bottom: 2px dotted #000;
}

.projectlink:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.articlelink {
  border-bottom: 2px dotted #000;
  align-self: flex-start;
}

.articlelink:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.toggleswitch {
  text-align: left;
  font-size: .7em;
  line-height: 1em;
  display: flex;
}

.toggleswitch.form-block {
  flex: none;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.summary {
  cursor: pointer;
  border-bottom: 2px dotted #000;
  padding-top: 1vw;
  display: none;
}

.summary:hover {
  border-bottom-style: solid;
}

.details {
  max-width: 90%;
}

.details.portfolio {
  padding-top: 2vw;
}

.parcoursintrolist {
  margin-bottom: 2vw;
}

.introparagraphe, .chapo2epartie {
  margin-top: 0;
}

.titreh2article {
  margin-top: 3vw;
  margin-bottom: 0;
  font-size: 2.6vw;
  line-height: 110%;
}

.couranttextlistsanspuce {
  margin-top: 1vw;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.couranttextlistitemsanspuce {
  margin-bottom: .5vw;
  padding-left: 0;
  list-style-type: none;
}

.pusharticle {
  border-top: 1px dotted #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 11fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  height: 14vw;
  margin: 0;
  display: grid;
}

.time {
  border-right: 1px dotted #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: 1.6vw;
  line-height: 100%;
  display: flex;
}

.gridtitrearticle {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 1.5vw;
  margin-left: 6vw;
}

.mobile-only {
  display: none;
}

.paragraph-4 {
  font-size: 1.6vw;
}

.itemvoidblock3 {
  border-right: 1px dotted #000;
  flex: 0 0 8.33%;
}

.projectcolumn {
  flex-direction: row;
  flex: 0 0 91.666%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.monmanifestelist {
  padding-left: 0;
  list-style-type: none;
}

.articlemorelinks {
  grid-column-gap: 2.5vw;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-flow: wrap;
  padding-left: 0;
  font-size: 1.5vw;
  line-height: 1.5vw;
  list-style-type: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 6.5vw;
  }

  h2 {
    margin-bottom: 0;
  }

  .bigp ul {
    font-size: 1.8vw;
  }

  .bigp ol {
    padding-left: 4vw;
    font-size: 1.8vw;
  }

  .undertitle {
    font-size: 2vw;
  }

  .undertitle.homepage {
    max-width: 65%;
    font-size: 2.4vw;
  }

  .itemmenu {
    font-size: 1em;
  }

  .nav-link {
    font-size: 1.25vw;
  }

  .sommairecentercolumn {
    flex: 1;
  }

  .indexcircle {
    width: 14vw;
    height: 14vw;
  }

  .indextextblock {
    padding-top: 0;
  }

  .titresommaire {
    font-size: 2.2vw;
  }

  .backgroundimage {
    background-position: 100% 16%;
    background-size: 41%;
  }

  .backgroundimage.savoirfaire {
    background-size: auto;
  }

  .footercentercolumn {
    flex: 1;
  }

  .itemvoidblock {
    height: 14vw;
  }

  .projectcircle {
    width: 14vw;
    height: 14vw;
  }

  .projectmorelinks {
    font-size: 1.4vw;
  }

  .parcoursleftcolumn {
    border-right-style: dotted;
  }

  .illustration {
    height: 12vw;
  }

  .paragraph {
    line-height: 130%;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-3 {
    max-width: 80%;
    top: 23%;
    left: 7%;
  }

  .savoirfaireleftcolumn {
    border-right-style: dotted;
  }

  .savoirfairerightcolumn {
    border-left-style: none;
  }

  .savoirfairelisteitem {
    font-size: 2.3vw;
  }

  .couranttext h2 {
    margin-bottom: 2vw;
  }

  .imagearticle {
    max-height: 325px;
  }

  .decla-list-item {
    border-radius: 1.4rem;
    width: 7rem;
    height: 7rem;
    font-size: 1.5rem;
  }

  .decla-h2 {
    margin-bottom: 2vw;
  }

  .mentionsl-gales {
    padding-bottom: 1vw;
  }

  .pointsdevuemorelinks {
    font-size: 1.4vw;
  }

  .sommairetitrepointdevue1.projecth3 {
    font-size: 3.2vw;
  }

  .sommairetitrepointdevue2 {
    font-size: 2.2vw;
  }

  .nav-link-button {
    font-size: 1.25vw;
  }

  .projectcolumn {
    border-right-style: dotted;
  }

  .articlemorelinks {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 991px) {
  figcaption {
    font-size: 1.6vw;
  }

  .bigp.moreprojetcs {
    font-size: 3vw;
  }

  .bigp ul, .bigp p {
    font-size: 2.4vw;
  }

  .bigp.textpopin {
    font-size: 2vw;
  }

  .smallp {
    font-size: 1.55vw;
  }

  .smallp.author {
    margin-top: 1vw;
    font-size: 1.3vw;
    line-height: 1.3vw;
  }

  .smallp.quote {
    font-size: 1.5vw;
  }

  .undertitle {
    font-size: 1em;
  }

  .undertitle.homepage {
    font-size: 2.8vw;
  }

  .undertitle.article {
    font-size: 2.4vw;
  }

  .itemmenu {
    flex-direction: row;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.8vw;
    display: inline-block;
  }

  .image {
    min-width: 35px;
    margin-left: 10px;
  }

  .nav-menu {
    margin-right: 2.5vw;
    display: flex;
  }

  .menu-button {
    font-size: 1.6em;
  }

  .nav-link {
    padding: 10px;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .body {
    background-size: contain;
  }

  .indexcircle {
    position: relative;
  }

  .indextextblock.hovereffect {
    transition-property: none;
  }

  .indexcircletext {
    z-index: auto;
    position: absolute;
  }

  .titresommaire.projecth2 {
    font-size: 2.6vw;
  }

  .courantheading1.article {
    font-size: 6.6vw;
  }

  .backgroundimage {
    background-position: 100% 13%;
    background-size: 56%;
  }

  .backgroundimage.parcours {
    background-position: 94% 20%;
  }

  .foooterleftcolumn {
    display: none;
  }

  .footercentercolumn {
    flex: 1;
    justify-content: space-around;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .projectcircle {
    z-index: auto;
    width: 20vw;
    height: 20vw;
    position: relative;
  }

  .projecttitle {
    padding-top: 0%;
  }

  .projectmorelinks {
    font-size: 2.2vw;
  }

  .tagsproject {
    letter-spacing: 1px;
    font-size: 2vw;
    line-height: 100%;
  }

  .projecttags {
    font-size: 1.6vw;
  }

  .chapopage {
    font-size: 1.3em;
  }

  .parcoursleftcolumn {
    display: block;
  }

  .parcourscircle {
    position: relative;
  }

  .parcoursdescription {
    padding-top: 1%;
  }

  .illustration {
    height: 12vw;
    margin-bottom: 2px;
  }

  .parcoursititle-copy {
    padding-top: 1%;
  }

  .parcoursexperienceslist {
    border-left-style: none;
  }

  .parcoursdate {
    align-self: stretch;
    min-height: 18px;
  }

  .paragraph {
    font-size: 2vw;
  }

  .paragraph.interludemusicale {
    width: 62vw;
  }

  .image-2 {
    max-width: 80%;
  }

  .image-3 {
    max-width: 46%;
    top: 24%;
    left: 16%;
  }

  .savoirfairelistcolumns {
    border-left-style: none;
  }

  .savoirfaireleftcolumn {
    border-right-style: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .savoirfairerightcolumn {
    border-left-style: dotted;
    align-self: stretch;
    min-height: 18px;
  }

  .popintoggle.contactpopin {
    max-width: 50%;
    top: 15%;
  }

  .popintoggle.basseconso {
    top: 15%;
  }

  .image-4 {
    width: 2vw;
    top: 2vw;
    right: 2vw;
  }

  .textpopin {
    font-size: 2vw;
  }

  ._404 {
    font-size: 6vw;
  }

  .couranttext {
    font-size: 2vw;
  }

  .couranttext h3 {
    font-size: 2.4vw;
  }

  .couranttext figure {
    margin-bottom: 0;
  }

  .couranttext h2 {
    font-size: 3.2vw;
  }

  .couranttext ol, .couranttext h4 {
    font-size: 2vw;
  }

  .datearticle {
    font-size: 1.8vw;
  }

  .disclaimer {
    font-size: 2vw;
  }

  .imagearticle {
    max-height: 200px;
  }

  .caption {
    font-size: 1.6vw;
  }

  .blockquotecaptionlink, .footnote {
    font-size: 1.3vw;
  }

  .decla-list-item {
    border-radius: .9rem;
    width: 5rem;
    height: 5rem;
  }

  .decla-h2 {
    font-size: 3.4vw;
  }

  .footerrightcolumn {
    display: none;
  }

  .copyright-section {
    justify-content: center;
    align-items: flex-start;
    font-size: 2vw;
  }

  .mentionsl-gales {
    font-size: 1.4vw;
  }

  .pointsdevuemorelinks {
    font-size: 2.2vw;
  }

  .text-block {
    font-size: 1.6vw;
  }

  .div-block-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .sommairetitrepointdevue1.projecth3 {
    max-width: 95%;
    margin-bottom: 5px;
    font-size: 3.4vw;
  }

  .nav-link-button {
    padding: 10px;
    font-size: 1.7vw;
  }

  .nav-link-button:hover {
    text-decoration: none;
  }

  .closeimage {
    width: 2vw;
    top: 2vw;
    right: 2vw;
  }

  .projectlink {
    font-size: 1.6vw;
  }

  .toggleswitch.form-block {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .details {
    max-width: none;
  }

  .time {
    font-size: 2vw;
  }

  .projectcolumn {
    display: block;
  }

  .articlemorelinks {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  figcaption {
    margin-top: 0;
    font-size: 2vw;
  }

  .bigp {
    font-size: 1em;
  }

  .bigp.textpopin {
    font-size: 3.8vw;
  }

  .undertitle.homepage {
    max-width: 90%;
    font-size: 3.7vw;
  }

  .navbar {
    z-index: 1001;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .container {
    border-radius: 0;
    align-items: stretch;
  }

  .image {
    margin-left: 10px;
  }

  .nav-menu {
    order: 9999;
    height: 100vh;
  }

  .nav-menu.mobile {
    margin-right: 0;
  }

  .form-block {
    border-left-style: none;
    border-right: 1px solid #000;
    flex: 1;
    display: none;
  }

  .icon {
    object-fit: fill;
    display: block;
  }

  .menu-button {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    outline: 3px #000;
    line-height: 20px;
  }

  .menu-button.w--open {
    display: block;
  }

  .nav-link {
    padding-right: 15px;
    font-size: 3vw;
    line-height: 30px;
    display: block;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .body {
    background-image: none;
  }

  .menu-button-2 {
    order: 9999;
  }

  .menu-button-2.w--open {
    order: 1;
  }

  .lottie-animation-2 {
    width: 2em;
  }

  .indexcircletext {
    font-size: 5vw;
    left: auto;
  }

  .titresommaire.projecth2 {
    font-size: 2.4vw;
  }

  .titresommaire.projecth2.mobile {
    display: none;
  }

  .soustitresommaire {
    margin-bottom: 0;
  }

  .courantheading1 {
    margin-top: 40px;
    font-size: 10vw;
  }

  .backgroundimage {
    display: none;
  }

  .footerlist {
    flex: 0 auto;
  }

  .footercentercolumn {
    flex-direction: column;
    justify-content: center;
  }

  .footerlistitem {
    align-self: center;
  }

  .projecttitle {
    padding-top: 0;
  }

  .projectmorelinks {
    flex-wrap: wrap;
    font-size: 2.4vw;
  }

  .tagsproject {
    max-width: 90%;
  }

  .projecttags {
    text-transform: uppercase;
  }

  .chapopage {
    font-size: 1em;
  }

  .parcoursititle-copy {
    padding-top: 0;
  }

  .popintoggle {
    max-width: 75%;
  }

  .popintoggle.contactpopin {
    max-width: 50%;
    top: 22vw;
  }

  .popintoggle.basseconso {
    max-width: 90%;
    position: fixed;
    top: 22vw;
  }

  .image-4.negatif {
    width: 3vw;
    max-width: none;
    position: static;
  }

  .textpopin {
    font-size: 3.8vw;
  }

  .popintoggleclose {
    font-size: 3.8vw;
    top: 2vw;
    right: 2vw;
  }

  ._404 {
    font-size: 10vw;
  }

  .couranttext, .couranttext ol {
    font-size: 2.2vw;
  }

  .couranttext.tablist {
    font-size: 3.8vw;
  }

  .couranttext h4, .disclaimer {
    font-size: 2.2vw;
  }

  .imagearticle {
    max-width: 80%;
    max-height: 300px;
  }

  .caption {
    padding-bottom: 2.5vw;
    font-size: 2vw;
  }

  .rightcolumndoubleimage, .leftcolumndoubleimage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blockquotecaptionlink {
    font-size: 1.6vw;
  }

  .decla-list {
    flex-wrap: wrap;
  }

  .decla-list-item {
    border-radius: .7rem;
    width: 3.5rem;
    height: 3.5rem;
    padding-bottom: .2rem;
    padding-right: .6rem;
    font-size: 1.1rem;
  }

  .tablink, .tablink.w--current {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .copyright-section {
    justify-content: space-around;
    font-size: 2.2vw;
  }

  .mentionsl-gales {
    font-size: 1.8vw;
  }

  .pointsdevuemorelinks {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    font-size: 2.4vw;
  }

  .text-block {
    font-size: 2vw;
  }

  .list-item-2 {
    line-height: 14px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .sommairetitrepointdevue1 {
    margin-bottom: 0;
  }

  .sommairetitrepointdevue1.projecth3 {
    max-width: 94%;
    font-size: 2.8vw;
  }

  .nav-link-button {
    font-size: 3vw;
    line-height: 30px;
    display: block;
  }

  .nav-link-button:hover {
    text-decoration: none;
  }

  .navbar-2 {
    z-index: 9999;
    order: 3;
  }

  .closeimage.negatif {
    width: 3vw;
    max-width: none;
    position: static;
  }

  .toggleswitch.form-block {
    display: flex;
  }

  .summary {
    display: inline-block;
  }

  .time {
    font-size: 2.2vw;
  }

  .articlemorelinks {
    flex-wrap: wrap;
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 4vw;
    font-size: 7.3vw;
  }

  p {
    font-size: 5vw;
  }

  figcaption {
    font-size: 3.3vw;
    line-height: 140%;
  }

  .bigp {
    font-size: 5.4vw;
    display: block;
    overflow: hidden;
  }

  .bigp.moreprojetcs {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 4vw;
    line-height: 4vw;
    display: block;
    overflow: visible;
  }

  .bigp ul {
    padding-left: 8vw;
    font-size: 5.6vw;
  }

  .bigp p {
    margin-bottom: 3vw;
    font-size: 6vw;
  }

  .bigp.textpopin {
    font-size: 5vw;
  }

  .smallp {
    width: 100%;
    padding-top: 15px;
    font-size: 4vw;
  }

  .smallp.author {
    margin-top: 1.5vw;
    padding-top: 0;
    font-size: 3.6vw;
    line-height: 130%;
  }

  .smallp.quote {
    width: 100%;
    padding-top: 0;
    font-size: 4vw;
  }

  .undertitle {
    font-size: 1em;
  }

  .undertitle.homepage {
    max-width: 100%;
    font-size: 5.5vw;
  }

  .undertitle.manifeste {
    font-size: 5.4vw;
  }

  .undertitle.article {
    margin-top: 5px;
    font-size: 5.6vw;
  }

  .navbar {
    z-index: 9999;
  }

  .itemmenu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .9em;
  }

  .image {
    min-width: 35px;
    margin-left: 10px;
    padding-left: 0;
  }

  .form-block {
    border-left-style: none;
    border-right: 1px solid #000;
    display: none;
  }

  .icon {
    display: block;
  }

  .menu-button.w--open {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 6vw;
  }

  .body {
    background-image: none;
  }

  .titleleftcolumn.pointsdevue {
    display: none;
  }

  .titlecentercolumn.article {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .indexcircle {
    width: 20vw;
    height: 20vw;
  }

  .sommaireleftcolumn {
    display: none;
  }

  .indextextblock {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .indextextblock.hovereffect {
    justify-content: center;
  }

  .indextextblock.hovereffect:hover {
    text-decoration-thickness: 2px;
  }

  .indexcircletext {
    font-size: 7vw;
    top: 40%;
    left: 37%;
  }

  .titresommaire {
    margin-top: 0;
    font-size: 4.5vw;
  }

  .titresommaire.projecth2 {
    font-size: 5vw;
    line-height: 100%;
    display: block;
  }

  .titresommaire.projecth2.mobile {
    text-transform: uppercase;
    flex: 1;
    padding-left: 6vw;
    font-size: 5.4vw;
    line-height: 90%;
    display: flex;
  }

  .titresommaire.portfolio {
    display: none;
  }

  .soustitresommaire {
    max-width: 100%;
    margin-right: 10px;
    font-size: 4.6vw;
    line-height: 90%;
  }

  .soustitresommaire.city {
    font-size: 10vw;
  }

  .soustitresommaire.savoirfaire {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .soustitresommaire.portfolio {
    font-size: 6vw;
  }

  .courantheading1 {
    margin-top: 20px;
    font-size: 16vw;
    line-height: 90%;
  }

  .courantheading1.article, .courantheading1.decla-h1 {
    font-size: 10vw;
  }

  .backgroundimage.savoirfaire {
    background-position: 92% 110px;
    height: 100vw;
  }

  .footercontactitem {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footercontactitem.firstitem {
    display: block;
  }

  .foooterleftcolumn {
    display: none;
  }

  .footercentercolumn {
    height: auto;
  }

  .footerlistitem {
    padding-top: 1vw;
    padding-bottom: 1vw;
    line-height: 110%;
  }

  .footer {
    display: flex;
  }

  .copyright {
    align-self: center;
    font-size: 4vw;
  }

  .projectitem {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .projectcircle {
    border-style: none none dotted;
    border-bottom-color: var(--black);
    background-color: #0000;
    border-radius: 0%;
    flex-direction: row;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    height: auto;
    padding-left: 2.7vw;
    padding-right: 2.7vw;
    display: flex;
  }

  .projecttitle {
    border-left-style: none;
    padding: 3vw 5vw 5vw;
  }

  .projectmorelinks {
    grid-column-gap: 4vw;
    grid-row-gap: 2.5vw;
    flex-wrap: wrap;
    margin-top: 4vw;
    padding-top: 0%;
    font-size: 4.5vw;
    line-height: 100%;
  }

  .projectvisual {
    border: 1px dotted #000;
    border-radius: 50%;
    width: auto;
    max-width: none;
    height: 16.5vw;
  }

  .moreprojectcentercolumn {
    flex-direction: column;
    flex: 1;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .list {
    padding-left: 0;
  }

  .tagsproject {
    text-transform: uppercase;
    max-width: none;
    padding-top: 1vw;
    font-size: 4.5vw;
    line-height: 100%;
  }

  .moreprojectlink {
    font-size: 4.5vw;
  }

  .moreprojectleftcolumn {
    display: none;
  }

  .columnsmoreprojects {
    display: flex;
  }

  .projecttags {
    font-size: 4vw;
  }

  .chapopage {
    max-width: 95%;
    margin-top: 0;
    padding-top: 4vw;
    font-size: 5vw;
    overflow: hidden;
  }

  .parcoursleftcolumn {
    display: none;
  }

  .parcourscircle {
    z-index: auto;
    align-items: center;
    margin-left: 3vw;
  }

  .parcoursdescription {
    border-left-style: none;
    padding: 5vw;
  }

  .parcoursititle-copy {
    border-left-style: none;
  }

  .datemobile {
    margin-bottom: 3vw;
    font-size: 8vw;
    line-height: 7vw;
    display: block;
  }

  .parcoursdate {
    display: none;
  }

  .paragraph {
    font-size: 5.4vw;
  }

  .paragraph.interludemusicale {
    letter-spacing: 1px;
    width: auto;
    margin-top: 1vw;
    padding-top: 3vw;
    line-height: 120%;
  }

  .paragraph.interludemusicale.playmobile {
    display: block;
  }

  .parcoursleftcolumnd {
    display: none;
  }

  .experiencequote {
    font-size: 6vw;
  }

  .sectioninterludemusicale {
    flex-direction: column;
  }

  .interludemuscial {
    align-items: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    display: none;
  }

  .date {
    margin-bottom: 10px;
    font-size: 7vw;
    line-height: 7vw;
  }

  .smallpmobile {
    font-variation-settings: "wght" 200;
    width: 100%;
    margin-bottom: 0;
    padding-top: 3vw;
    font-size: 4.5vw;
    display: block;
  }

  .block-quote {
    font-size: 4.5vw;
  }

  .quoteauthor {
    font-size: 3.3vw;
  }

  .savoirfairelistcolumns {
    flex-direction: column;
  }

  .savoirfaireleftcolumn {
    border: 1px #000;
    border-top-style: dotted;
    display: block;
  }

  .savoirfairerightcolumn {
    border-left-style: none;
    order: -1;
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: block;
  }

  .savoirfairelisteitem {
    font-size: 5.4vw;
  }

  .popintoggle {
    z-index: 1000;
    max-width: 95%;
    max-height: none;
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
    top: 22%;
  }

  .popintoggle.contactpopin {
    max-width: 90%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    top: 28vw;
  }

  .popintoggle.basseconso {
    top: 28vw;
  }

  .image-4 {
    width: 4vw;
    position: absolute;
    inset: 3vw 3vw auto auto;
  }

  .image-4.negatif {
    width: 4vw;
  }

  .textpopin {
    font-size: 5vw;
  }

  ._404 {
    font-size: 19vw;
  }

  .couranthrsimulation {
    margin-top: 3vw;
  }

  .couranttext {
    margin-top: 0;
    font-size: 5vw;
    line-height: 130%;
  }

  .couranttext h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 5.6vw;
  }

  .couranttext figure {
    margin-top: 4vw;
  }

  .couranttext h2 {
    margin-top: 6vw;
    margin-bottom: 3vw;
    font-size: 7.3vw;
  }

  .couranttext ol {
    margin-top: 4vw;
    padding-left: 9vw;
    font-size: 5vw;
  }

  .couranttext.tablist, .couranttext h4 {
    font-size: 5vw;
  }

  .couranttext blockquote {
    margin-top: 4vw;
    font-size: 5.5vw;
  }

  .couranttext.imagel-gend-emanuelle, .couranttext p {
    margin-top: 4vw;
  }

  .datearticle {
    font-size: 4.2vw;
  }

  .disclaimer {
    max-width: 100%;
    margin-top: 3vw;
    margin-bottom: 6vw;
    font-size: 5vw;
  }

  .disclaimer.decla-push {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }

  .imagearticle {
    max-width: 100%;
    max-height: 250px;
  }

  .caption {
    font-size: 3.3vw;
  }

  .blockquotecaption {
    font-size: 2.5vw;
  }

  .blockquotecaptionlink {
    font-size: 3vw;
  }

  .footnote {
    font-size: 3.5vw;
    line-height: 4vw;
    list-style-type: decimal;
  }

  .footnote.h2 {
    font-size: 5vw;
  }

  .decla-list-item {
    border-radius: .4rem;
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    margin-right: .3rem;
    padding-bottom: 0;
    padding-left: .2rem;
    padding-right: .25rem;
    font-size: .7rem;
  }

  .decla-h2 {
    font-size: 7.5vw;
  }

  .decla-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .decla-tabs-content {
    font-size: 4.5vw;
  }

  .tablink {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: auto;
    padding: 2vw 0;
    font-size: 3.4vw;
    display: flex;
  }

  .tablink.w--current {
    padding-left: 0;
    padding-right: .2vw;
  }

  .tablink.selected {
    height: auto;
  }

  .tablist {
    margin-left: 4vw;
  }

  .copyright-section {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: center;
    padding-bottom: 1vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .mentionsl-gales {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 3vw;
  }

  .mentionsl-gales.footerlist {
    grid-column-gap: 2vw;
    grid-row-gap: 0vw;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .table_component {
    font-size: 2.8vw;
  }

  .pointsdevuemorelinks {
    grid-row-gap: 3px;
    flex-wrap: wrap;
    margin-top: 1vw;
    margin-left: 0;
    padding-top: 0%;
    font-size: 4.5vw;
    line-height: 100%;
  }

  .text-block {
    padding-left: 0;
    font-size: 4vw;
    display: block;
    position: static;
  }

  .list-item-2 {
    padding-right: 2vw;
    line-height: 11px;
  }

  .sommairetitrepointdevue1 {
    max-width: 100%;
    margin-right: 10px;
    font-size: 4.6vw;
    line-height: 90%;
  }

  .sommairetitrepointdevue1.projecth3 {
    max-width: none;
    font-size: 5.4vw;
    line-height: 100%;
  }

  .sommairetitrepointdevue2 {
    margin-top: 0;
    font-size: 4.5vw;
    line-height: 100%;
  }

  .nav-link-button {
    font-size: 6vw;
  }

  .navbar-2 {
    z-index: 1001;
  }

  .closeimage {
    width: 4vw;
    position: absolute;
    inset: 3vw 3vw auto auto;
  }

  .closeimage.negatif {
    width: 4vw;
  }

  .interlude {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .titreinterlude {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .listfootnotes {
    max-width: 100%;
    margin-left: 2vw;
    padding-left: 0;
    list-style-type: decimal;
  }

  .heading {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
  }

  .projectlink {
    font-size: 4vw;
  }

  .toggleswitch.form-block {
    flex: 1;
  }

  .details {
    margin-top: 3vw;
    display: inline-block;
  }

  .details.portfolio {
    padding-top: 0;
  }

  .titreh2article {
    font-size: 6vw;
  }

  .pusharticle {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    height: auto;
    margin: 0;
    padding: 3vw 5vw 5vw;
  }

  .time {
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 4.5vw;
  }

  .gridtitrearticle {
    flex-flow: row;
    margin-bottom: 0;
    margin-left: 0;
  }

  .mobile-only {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    position: static;
    left: auto;
    overflow: visible;
  }

  .paragraph-4 {
    margin-top: 4vw;
  }

  .itemvoidblock3 {
    display: none;
  }

  .articlemorelinks {
    grid-column-gap: 4vw;
    grid-row-gap: 2.5vw;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
    font-size: 4.5vw;
    line-height: 100%;
  }
}

#w-node-_28bb2525-db14-891f-67b4-9078bb3b6fec-b2ffdbb6 {
  grid-area: Area;
}

#w-node-_4b27f0f3-399c-8a33-7578-60fa9abeb11e-b2ffdbb6, #w-node-d11ef026-e561-c42b-0bba-87699865fdf5-b2ffdbb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfaf6e4c-a10f-6fbd-a8e3-42cc6533695a-e4f94f40 {
  order: 1;
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_89839733-f471-4ef3-4c35-a73d78b68dcc-e4f94f40 {
  order: 2;
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-d863fc13-c037-06c3-e1f4-d0d424048034-e4f94f40 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

#w-node-_62f643b5-38f8-22b6-9ed7-105bc50b6b79-e4f94f40 {
  align-self: end;
}

#w-node-_10c8c2a3-0b40-4c1c-7d3a-851e5808993c-e4f94f40 {
  order: 2;
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-_10c8c2a3-0b40-4c1c-7d3a-851e58089946-e4f94f40 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

#w-node-_48824a32-cf84-6a73-8cbc-0833fabf6947-e4f94f40 {
  align-self: end;
}

#w-node-_48824a32-cf84-6a73-8cbc-0833fabf694c-e4f94f40 {
  order: 2;
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-_48824a32-cf84-6a73-8cbc-0833fabf695a-e4f94f40 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

#w-node-ba1d699c-1b1f-82c7-2cdd-210c1754bc18-e4f94f40 {
  align-self: end;
}

#w-node-ba1d699c-1b1f-82c7-2cdd-210c1754bc1d-e4f94f40 {
  order: 2;
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-ba1d699c-1b1f-82c7-2cdd-210c1754bc2b-e4f94f40 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

#w-node-_1e241c9a-df1b-1504-0a92-e8218e852336-e4f94f40 {
  align-self: end;
}

#w-node-aee9b02f-0001-339e-d22b-42caa3cec039-e4f94f40 {
  order: 2;
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-aee9b02f-0001-339e-d22b-42caa3cec047-e4f94f40 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

#w-node-f87af5cf-cf2e-e1be-708b-321748fb9eb8-e4f94f40 {
  order: 1;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_38689855-f2d1-61b7-e3c2-0cc582204e37-e4f94f40 {
  order: 2;
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-_38689855-f2d1-61b7-e3c2-0cc582204e45-e4f94f40 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-bfaf6e4c-a10f-6fbd-a8e3-42cc6533695a-e4f94f40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_89839733-f471-4ef3-4c35-a73d78b68dcc-e4f94f40 {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-d863fc13-c037-06c3-e1f4-d0d424048034-e4f94f40 {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62f643b5-38f8-22b6-9ed7-105bc50b6b79-e4f94f40 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_10c8c2a3-0b40-4c1c-7d3a-851e5808993c-e4f94f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_10c8c2a3-0b40-4c1c-7d3a-851e58089946-e4f94f40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_48824a32-cf84-6a73-8cbc-0833fabf6947-e4f94f40 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_48824a32-cf84-6a73-8cbc-0833fabf694c-e4f94f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_48824a32-cf84-6a73-8cbc-0833fabf695a-e4f94f40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ba1d699c-1b1f-82c7-2cdd-210c1754bc1d-e4f94f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba1d699c-1b1f-82c7-2cdd-210c1754bc2b-e4f94f40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aee9b02f-0001-339e-d22b-42caa3cec039-e4f94f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aee9b02f-0001-339e-d22b-42caa3cec047-e4f94f40 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_38689855-f2d1-61b7-e3c2-0cc582204e37-e4f94f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_38689855-f2d1-61b7-e3c2-0cc582204e45-e4f94f40 {
    grid-area: 3 / 1 / 4 / 2;
  }
}