@font-face {
  font-family: "Museosans 900";
  src: url('../fonts/MuseoSans_900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Museosans 300";
  src: url('../fonts/MuseoSans_300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Museosans 900";
  src: url('../fonts/MuseoSans_900_Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Futura std;
  src: url('../fonts/Futura-Std-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura maxi cg book;
  src: url('../fonts/Futura-Maxi-CG-Book-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Museosans 500";
  src: url('../fonts/MuseoSans_500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-grey: #333;
  --black: #1a1a1a;
  --white-smoke: #f2f2f2;
  --blue: #3b31ff;
  --white: white;
  --dark-grey: #b3b3b3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  color: var(--black-grey);
  font-family: "Museosans 500", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.body.black {
  background-color: #181615;
}

.headercontainer {
  height: 70vh;
  max-height: 70vh;
  margin-top: 0;
}

.headercontainer.home {
  height: 90vh;
  max-height: 1000px;
}

.navbar {
  background-color: #0000;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.mycontainer {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand {
  width: 215px;
}

.linksnav {
  color: #fff;
  text-transform: uppercase;
  font-family: Futura std, sans-serif;
  font-size: 18px;
}

.navlink {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

.navlink.w--current {
  color: #fff;
}

.navlink.black {
  color: var(--black);
}

.background-video {
  background-color: #0000004d;
  align-items: center;
  height: 90vh;
  max-height: 1000px;
  display: flex;
}

.background-video.backgroundvideowithoutvideo {
  background-image: url('../images/background-sr.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  max-height: 70vh;
  margin-top: 0;
  padding-top: 60px;
}

.background-video.backgroundvideowithoutvideo.contact {
  background-image: url('../images/rest-in-hike-KBXLT4F.JPG');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video.backgroundvideowithoutvideo.conference {
  background-image: url('../images/phoot-scene-sr-copie.JPG');
  height: 70vh;
  max-height: 70vh;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.background-video.backgroundvideowithoutvideo.mastermind {
  background-image: radial-gradient(circle, #292929, #181615 58%);
}

.linkwrap {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.hero {
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.title {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Futura std, sans-serif;
  font-size: 31px;
  line-height: 32px;
  display: flex;
}

.spantitile1 {
  color: var(--white);
  margin-top: 30px;
  font-family: Futura maxi cg book, sans-serif;
  font-size: 30px;
  display: block;
}

.spantitle2 {
  color: var(--white);
  flex: 0 auto;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 110px;
  line-height: 80px;
}

.btnprimary {
  background-color: var(--blue);
  text-align: left;
  letter-spacing: 1.76px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px 41px;
  font-family: Futura std, sans-serif;
  font-size: 22px;
  display: inline-block;
}

.media {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 23px;
  display: flex;
}

.h3 {
  color: #ccc;
  text-align: center;
  letter-spacing: 1.15px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Museosans 900", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.h3.black {
  color: #1a1a1a;
}

.h3.black.mastermind {
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.containerbase {
  width: 70vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.containerbase.flexhorizontal {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.containerbase.flexvertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 120px;
  padding-bottom: 20px;
  display: flex;
}

.containerbase.contactsection {
  background-color: var(--white);
  margin-top: -20vh;
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  box-shadow: 3px 3px 7px #00000042;
}

.containerbase.mastermindsection {
  background-color: var(--white);
  margin-top: -25vh;
  margin-bottom: 120px;
  padding-top: 20px;
  padding-bottom: 120px;
}

.medialist {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mediaitem {
  height: 45px;
}

.mediasection {
  background-color: var(--white-smoke);
  width: 100vw;
}

.situationsection {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.situationsection.border-bottom {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 100px;
  padding-bottom: 120px;
}

.situationcontent {
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.situationimage {
  width: 30vw;
  max-width: 500px;
  padding-left: 0;
  padding-right: 0;
}

.situationimage.conference {
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  width: auto;
  max-width: 588px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h2 {
  max-width: 580px;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Futura std, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.h2.center {
  max-width: none;
  color: var(--black);
  text-align: center;
  margin: 0 auto 30px;
  padding-top: 50px;
}

.h2.center.small-mb {
  margin-bottom: 55px;
  padding-top: 50px;
  line-height: 1;
}

.h2.center.small {
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: "Museosans 900", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.p-italic {
  max-width: 527px;
  margin-bottom: 30px;
  font-family: "Museosans 900", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  line-height: 25px;
}

.image-2 {
  padding-bottom: 30px;
}

.p {
  max-width: 500px;
  color: var(--black-grey);
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  margin-bottom: 45px;
  font-family: "Museosans 300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  position: static;
  overflow: visible;
}

.p.nomb {
  margin-bottom: 0;
}

.p.nomb.psituationconsulting {
  max-width: 100%;
}

.p.center {
  width: 100%;
  max-width: 1080px;
  color: var(--black-grey);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
}

.p.center.light {
  color: #999;
  letter-spacing: 2.2px;
  margin-bottom: 30px;
  font-size: 21px;
}

.p.center.mastermind {
  color: #666;
  text-align: justify;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.bluetext {
  color: var(--blue);
  font-family: "Museosans 900", sans-serif;
  font-weight: 500;
}

.btn {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 60px 60px 100px 50px;
  padding: 17px 35px;
  font-family: Futura std, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: block;
  position: relative;
  top: auto;
}

.btn.submit:hover {
  background-color: var(--blue);
  color: var(--white);
}

.customnavbar {
  z-index: 5;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: flex-start center;
  align-items: center;
  margin-left: -210px;
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
}

.customnavbar.conference {
  bottom: 40%;
}

.customlink {
  color: #d3d3d3;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Futura std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.greysection {
  background-color: var(--white-smoke);
  color: #212125;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 25px;
  line-height: 1.6;
  display: flex;
}

.greysectiontext {
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.methodesection {
  width: 100vw;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.methodecards {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.methodecard {
  flex-direction: column;
  align-items: center;
  width: 20vw;
  max-width: 320px;
  display: flex;
}

.methodecardtop {
  width: 175px;
  height: 175px;
  position: relative;
}

.methodecardbottom {
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.image-3 {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-4 {
  z-index: 3;
  position: relative;
}

.image-4.rotate1 {
  transform: rotate(134deg);
}

.image-4.rotate2 {
  transform: rotate(205deg);
}

.numbermethodecard {
  z-index: 4;
  color: #3b31ff80;
  margin-bottom: 0;
  font-family: Futura std, sans-serif;
  font-size: 80px;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%);
}

.methodecardtitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Museosans 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

.methodecardtext {
  text-align: center;
  font-family: "Museosans 300", sans-serif;
  font-size: 16px;
  line-height: 1.56;
}

.methodecardtext.italic {
  text-align: center;
  width: 20vw;
  max-width: 320px;
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.line {
  background-color: var(--blue);
  align-self: flex-start;
  width: 50px;
  height: 4px;
  margin-top: 90px;
}

.referencesection {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .35s;
}

.referencescards {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.referencecard {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21vw;
  max-width: 360px;
  height: 21vw;
  max-height: 360px;
  margin-bottom: 2vw;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.referencecard.sc-publishing {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: auto;
  max-width: 418px;
  min-height: auto;
  max-height: 418px;
}

.referencecard.reussite-max {
  background-image: url('../images/LogoReussiteMax.png'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.referencecard.mezaelle {
  background-image: url('../images/LogoMezaelle.png');
  background-position: 50%;
  background-repeat: repeat;
}

.referencecard.mr {
  background-image: url('../images/Thami.png');
  background-position: 50%;
  background-size: cover;
}

.referencecard.lerevechezvous {
  background-image: url('../images/LeReveChezvous.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.referencecard.housegarden {
  background-image: url('../images/House_Garden.png'), linear-gradient(#3f3f3f, #3f3f3f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.referencecard.dcb-group {
  background-image: url('../images/LogoDCB.png'), linear-gradient(#ffffff80, #ffffff80);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.referencecard.roger-lammy {
  background-image: url('../images/LogoRoger.png'), linear-gradient(#3f3f3f, #3f3f3f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.referencecard.last {
  background-color: #d9d9d9;
}

.referencecardcontent {
  opacity: 0;
  background-color: #1a1a1acc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.006, .352, 1, 1);
  display: flex;
}

.referencecardcontent:hover {
  opacity: 1;
}

.referencecardtitile {
  color: var(--white);
  text-transform: uppercase;
  font-family: Futura std, sans-serif;
  font-size: 24px;
}

.referencecardtext {
  color: var(--white-smoke);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Museosans 500", sans-serif;
  font-size: 18px;
}

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

.mainsection {
  width: 100vw;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.mainsection.borderbottom {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 120px;
  padding-bottom: 120px;
}

.mainleft {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1315px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mainleft.mb-large {
  width: 70vw;
  max-width: 1200px;
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.maincontentleft {
  flex: 0 auto;
  max-width: 40vw;
  height: 100%;
  margin-right: 60px;
}

.mainimageleft {
  width: 30vw;
  max-width: 500px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  width: 100%;
}

.mainright {
  justify-content: space-between;
  align-items: flex-start;
  width: 70vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mainimageright {
  width: 30vw;
  max-width: 500px;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  width: 100%;
}

.maincontentright {
  max-width: 40vw;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
}

.signature {
  margin-top: 75px;
  display: block;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  bottom: 0;
}

.footersection {
  justify-content: space-between;
  width: 70vw;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footercontent {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.image-7 {
  width: 100%;
  margin-bottom: 56px;
}

.pfooter {
  max-width: 500px;
  color: var(--white);
  font-family: "Museosans 300", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.67;
}

.footerlogo {
  max-width: 180px;
}

.footerlink {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.pfootersmall {
  color: #b3b3b3;
  text-align: center;
  max-width: 1100px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Museosans 300", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.76;
}

.customnavbarcontainer {
  margin-top: 0;
  position: relative;
}

.underline {
  z-index: -1;
  opacity: 1;
  background-color: #3b31ff80;
  width: 0%;
  height: 10px;
  position: absolute;
  inset: auto 0% 10%;
}

.underline.active {
  opacity: 1;
  width: 100%;
  height: 14px;
}

.underline.baseline {
  bottom: -10%;
}

.situationconsulting {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 168px;
  display: flex;
}

.situationconsulting.borderbottom {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.situationconsultingcontainer {
  justify-content: flex-start;
  align-items: center;
  width: 812.75px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.situationconsultinginteraction {
  flex-direction: row;
  align-items: center;
  position: relative;
}

.situationconsultinginteractionbottle {
  background-color: var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--blue));
  border-radius: 5px;
  width: 85px;
  height: 450px;
}

.situationconsultingnumbers {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.situationconsultingnumber {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.petittrait {
  background-color: var(--blue);
  width: 20px;
  height: 2px;
  margin-left: 30px;
  margin-right: 30px;
}

.situationconsultingnumbertext {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  margin-top: 10px;
  padding-top: 6px;
  font-family: "Museosans 300", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.situationconsultingnumbertext.situationactive {
  background-color: var(--blue);
  width: 40px;
  height: 40px;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  padding-top: 6px;
  font-size: 22px;
}

.situationconsultingcontentdivider {
  background-color: var(--dark-grey);
  border-radius: 7px;
  flex: 0 auto;
  width: 10px;
  height: 230px;
  min-height: 10px;
  margin-left: 45px;
  margin-right: 45px;
}

.situationconsultingcontent1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.situationconsultingcontent1.d-none {
  display: none;
}

.h5 {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Museosans 900", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
}

.situationcontentnumber {
  color: #3b31ff80;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Futura std, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.situationcontenttop {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.situationconsultingcontent {
  width: 507.75px;
  margin-left: 0;
  position: relative;
}

.situationconsultingleft {
  width: 205px;
  display: flex;
}

.detailsection {
  padding-top: 140px;
  padding-bottom: 167px;
}

.detailsection.borderbottom {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 40px;
  padding-bottom: 100px;
}

.detaillayout {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.detailblock {
  width: 30vw;
  max-width: 500px;
  margin-bottom: 60px;
}

.titledetail {
  float: none;
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Futura std, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.46;
  display: inline-block;
}

.titledetail.center {
  text-align: center;
  margin: 10px auto 40px;
  font-size: 20px;
  display: block;
}

.titledetail.center.small {
  font-family: "Museosans 900", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.croissancesection {
  padding-top: 0;
  padding-bottom: 0;
}

.contactsectiontop {
  margin-bottom: 60px;
}

.h1-contact {
  color: var(--blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Futura std, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.inputcontact {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-grey) var(--dark-grey);
  cursor: text;
  background-color: #0000;
  max-width: 426px;
  padding-left: 0;
  padding-right: 0;
}

.labelcontact {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Futura std, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.formwrapper {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 30vw;
  max-width: 46%;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.formlayout {
  flex-flow: wrap;
  place-content: space-around space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.formbtn {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.formtextarea {
  width: 100%;
  min-height: 300px;
  margin-bottom: 45px;
}

.textarea {
  background-color: var(--white-smoke);
  width: 100%;
  height: 100%;
  min-height: 300px;
  color: var(--black-grey);
  border: 1px #000;
  margin-bottom: 0;
  padding: 20px;
  line-height: 2.2;
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: #ff3150;
  margin-top: 20px;
}

.text-block {
  color: var(--white);
  text-align: center;
}

.formbesoin {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.titrebesoin {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  align-self: center;
  margin-bottom: 25px;
  font-family: Futura std, sans-serif;
  font-size: 20px;
}

.selectpays {
  background-color: var(--white-smoke);
  color: var(--black-grey);
  border: 2px #000;
  border-radius: 0;
}

.radiotext {
  z-index: 500;
  background-color: var(--white);
  opacity: 1;
  color: #666;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #666;
  border-radius: 0;
  padding: 20px 30px;
  font-family: Futura std, sans-serif;
  font-size: 20px;
  transition: all .2s;
  display: block;
  position: relative;
}

.radiotext:hover {
  color: #fff;
  background-color: #666;
}

.radio {
  z-index: 1;
  opacity: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.radiofield {
  flex: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.radiowrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.radiotext2 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #666;
  border: 2px solid #666;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 30px;
  font-family: Futura std, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0%;
}

.videoreference {
  z-index: 1001;
  width: 100%;
  max-width: 70vw;
  height: auto;
  padding-bottom: 0;
  position: relative;
  inset: auto;
  overflow: visible;
}

.themesection {
  padding-top: 150px;
  padding-bottom: 150px;
}

.themesection.border-bottom {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 40px;
  padding-bottom: 120px;
}

.containerflexhorizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flexitemvertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.imagecontainer {
  max-width: 225px;
  margin-bottom: 40px;
}

.imagecontainer.avis {
  width: 195px;
  max-width: 195px;
}

.avissection {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 120px;
}

.border-radius {
  border-radius: 50%;
}

.textspanavisbold {
  color: var(--black-grey);
  font-family: "Museosans 900", sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

.textspanavislight {
  color: var(--black-grey);
  font-family: "Museosans 300", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

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

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

._404 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.mastermindsectiontop {
  padding-bottom: 10px;
}

.mastermindsectionmiddle {
  margin-left: 100px;
  margin-right: 100px;
}

.form-block-2 {
  margin-left: 140px;
  margin-right: 140px;
  display: block;
}

.mastermindspantext {
  color: #1a1a1a;
  font-family: "Museosans 900", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.imgmastermind {
  width: 100%;
  margin-bottom: 60px;
}

.logomastermind {
  padding-bottom: 30px;
}

.vertical-navbar {
  z-index: 5;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.back-btn {
  z-index: 1;
  background-color: #3b31ff;
  padding-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn-text {
  z-index: 2;
  text-align: center;
  padding: 0;
  font-family: "Museosans 900", sans-serif;
  text-decoration: none;
  position: relative;
}

.modal-close-btn {
  z-index: 1;
  cursor: pointer;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  width: 34.5px;
  height: 34.5px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal-close-btn.videohome, .modal-close-btn.videostory-btn {
  z-index: 1002;
}

.modal-close-btn.calendly-home-btn {
  z-index: 1002;
  display: flex;
}

.modal-close-btn.reserver-close, .modal-close-btn.coaching-close, .modal-close-btn.contact-close, .modal-close-btn.grandissons-close {
  z-index: 1002;
}

.wrap-video-ref {
  z-index: 1000;
  background-color: #000000e6;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.html-embed {
  display: none;
}

.collection-list-wrapper {
  margin-bottom: 60px;
  display: flex;
}

.wrap-video-story {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.videostory {
  z-index: 1001;
  width: 100%;
  max-width: 70vw;
  height: auto;
  padding-bottom: 0;
  position: relative;
  inset: auto;
  overflow: visible;
}

.wrap-video-home-calendly {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.calendly-home {
  width: 100%;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  position: absolute;
  top: 184px;
  left: -177px;
  transform: rotate(-90deg);
}

.div-block-2 {
  display: flex;
}

.wrap-reserver {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.reserver-embed {
  width: 100%;
}

.wrap-coaching {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.coaching-embed {
  width: 100%;
}

.wrap-contact {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.contact-embed {
  width: 100%;
}

.jauges-2, .jauges-3, .jauges-4, .jauges-5, .jauges-6, .jauges-7 {
  display: none;
}

.mask-gradient {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 0;
  width: 85px;
  height: 420px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
}

.section-principale {
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.section-principale.borderbottom {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section {
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.form-block-3 {
  margin-left: 140px;
  margin-right: 140px;
}

.radiotext3 {
  z-index: 2;
  opacity: 1;
  color: #666;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #666;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 30px;
  font-family: Futura std, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.radiotext3:hover {
  color: #fff;
  background-color: #666;
}

.wrap-strategique {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.rdv-strat-embed {
  width: 100%;
}

.text-block-2 {
  line-height: 25px;
}

.wrap-grandissons {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.grandissons-embed {
  width: 100%;
}

.bold {
  color: var(--blue);
}

.text-span {
  color: var(--blue);
  font-family: "Museosans 900", sans-serif;
  font-weight: 300;
}

.bold-text {
  font-family: Futura std, sans-serif;
  line-height: 1;
}

.heading {
  color: #3b31ff;
}

.text-block-3 {
  color: #05020282;
  text-align: center;
}

.heading-2 {
  color: var(--blue);
  text-align: center;
  font-family: Futura std, sans-serif;
}

.text-block-4 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
}

.bold-text-2 {
  position: absolute;
}

.paragraph {
  max-width: 1200px;
}

.paragraph-2 {
  float: none;
  clear: none;
  text-align: justify;
  object-fit: fill;
  max-width: 1200px;
  margin: 20px auto 10px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: "Museosans 300", sans-serif;
  font-size: 16px;
  line-height: 25px;
  position: static;
}

.paragraph-3 {
  max-width: 1200px;
}

.container {
  text-align: center;
  max-width: 1200px;
}

.section-2 {
  background-color: #d3e5e7;
  margin-top: 120px;
}

.bold-text-3 {
  text-align: center;
}

.container-2 {
  text-align: center;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}

.image-8 {
  float: none;
  clear: none;
  text-align: center;
  padding-bottom: 60px;
  padding-left: 0;
  position: static;
}

.paragraph-4 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-5 {
  color: var(--blue);
  text-align: center;
  font-family: Futura std, sans-serif;
  text-decoration: none;
  overflow: visible;
}

.heading-3 {
  color: #df0505;
  text-align: center;
  text-decoration: underline;
}

.text-span-2 {
  text-decoration: underline;
}

.italic-text {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-span-3 {
  text-decoration: underline;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 23px;
  line-height: 38px;
  overflow: scroll;
}

.text-block-7 {
  font-size: 14px;
}

.text-block-8 {
  font-size: 16px;
  line-height: 1.6px;
}

.text-block-9 {
  line-height: 1.2px;
}

.text-block-10 {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-family: "Museosans 900", sans-serif;
}

.bold-text-4 {
  font-family: Futura std, sans-serif;
}

.heading-4 {
  text-align: center;
  font-family: Futura std, sans-serif;
  font-size: 30px;
}

.text-block-11 {
  text-align: left;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
}

.text-span-8, .text-span-9 {
  font-family: "Museosans 900", sans-serif;
}

.text-block-12 {
  font-size: 16px;
}

.text-block-13 {
  text-align: center;
}

.text-block-14 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.image-9 {
  text-align: center;
  margin-bottom: 40px;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-13 {
  font-size: 18px;
}

.text-block-15 {
  background-color: var(--black-grey);
  color: var(--white);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 40px 10px;
  line-height: 30px;
}

.text-span-14, .text-span-15, .text-span-16 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-17, .text-span-18 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
}

.text-span-19 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-20 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
}

.bold-text-5 {
  float: none;
  clear: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  position: static;
}

.bold-text-6 {
  display: block;
}

.text-span-21 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-22 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
  display: block;
}

.text-span-23 {
  text-align: center;
  font-family: Futura std, sans-serif;
  font-size: 30px;
  display: block;
}

.text-span-24 {
  text-align: center;
  text-decoration: underline;
  display: block;
}

.text-span-25 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-26 {
  text-decoration: underline;
}

.text-span-27 {
  font-family: Futura std, sans-serif;
  font-size: 25px;
}

.bold-text-7 {
  font-family: Futura std, sans-serif;
  font-size: 35px;
}

.block-quote, .cell {
  text-align: right;
  display: block;
}

.image-10 {
  padding-bottom: 20px;
}

.image-11 {
  margin-bottom: 60px;
}

.text-span-28 {
  font-family: "Museosans 500", sans-serif;
  font-weight: 500;
}

.text-span-29 {
  font-size: 18px;
}

.text-span-30 {
  font-size: 30px;
}

.text-span-31 {
  font-size: 18px;
  text-decoration: underline;
}

.text-span-32, .text-span-33 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-34 {
  font-family: "Museosans 900", sans-serif;
  text-decoration: underline;
}

.text-span-35 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-36 {
  text-decoration: underline;
}

.text-span-37 {
  font-family: Futura std, sans-serif;
  font-size: 25px;
}

.text-span-38 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-39 {
  text-decoration: underline;
}

.text-span-40 {
  font-family: "Museosans 900", sans-serif;
}

.text-span-41 {
  font-family: Futura std, sans-serif;
  font-size: 25px;
}

.text-span-42 {
  text-align: center;
  padding-top: 60px;
  font-family: Futura std, sans-serif;
  font-size: 25px;
  display: block;
}

.text-span-43 {
  text-align: center;
  margin-top: 60px;
  font-family: Futura std, sans-serif;
  font-size: 25px;
  display: block;
}

.text-span-44, .text-span-45 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
  font-size: 20px;
  display: block;
}

.text-span-46 {
  text-align: center;
  font-family: Futura std, sans-serif;
  font-size: 25px;
  display: block;
}

.text-span-47 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
  font-size: 20px;
  display: block;
}

.text-block-16 {
  text-align: center;
  font-family: "Museosans 900", sans-serif;
}

.text-block-17 {
  color: var(--blue);
  text-transform: none;
  font-family: Futura std, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  font-family: "Museosans 500", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 30px;
  }

  .linksnav {
    background-color: var(--black);
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .linksnav.white {
    background-color: var(--white-smoke);
  }

  .background-video.backgroundvideowithoutvideo.contact {
    height: 660px;
  }

  .background-video.backgroundvideowithoutvideo.conference {
    background-position: 100%;
  }

  .linkwrap {
    display: inline-block;
  }

  .title {
    font-size: 25px;
  }

  .spantitile1 {
    margin-top: 20px;
    font-size: 25px;
  }

  .spantitle2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 90px;
  }

  .btnprimary {
    font-size: 18px;
  }

  .image {
    margin-left: 15px;
  }

  .menubtn.w--open {
    background-color: #0000;
  }

  .h3 {
    margin-top: 20px;
    font-size: 19px;
  }

  .containerbase {
    max-width: 80vw;
  }

  .containerbase.flexhorizontal {
    flex-direction: column;
    align-items: center;
  }

  .containerbase.contactsection {
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .containerbase.mastermindsection {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .medialist {
    place-content: space-between center;
    width: 80vw;
    margin-top: 15px;
  }

  .mediaitem {
    height: 50px;
    margin: 15px;
  }

  .situationsection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .situationcontent {
    width: 80vw;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .situationimage {
    align-self: center;
    width: 100%;
    max-width: 80vw;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .situationimage.conference {
    align-self: center;
    width: 80vw;
    max-width: 80vw;
  }

  .h2 {
    line-height: 42px;
  }

  .p-italic {
    line-height: 25px;
  }

  .image-2 {
    width: 80vw;
  }

  .p {
    max-width: 80vw;
  }

  .p.nomb.psituationconsulting {
    font-size: 16px;
  }

  .p.center {
    margin-bottom: 100px;
  }

  .p.center.light {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .customnavbar {
    display: none;
  }

  .greysectiontext {
    max-width: 80vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .methodesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .methodecards {
    flex-direction: column;
    align-items: center;
  }

  .methodecard {
    width: 50vw;
    max-width: 500px;
    margin-bottom: 70px;
  }

  .methodecardtext {
    max-width: 50vw;
  }

  .methodecardtext.italic {
    width: 50vw;
  }

  .line {
    display: none;
  }

  .referencesection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .referencescards {
    justify-content: center;
    margin-bottom: 0;
  }

  .referencecard {
    width: 360px;
    height: 360vw;
  }

  .mainsection {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mainleft.mb-large {
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
  }

  .maincontentleft {
    min-width: 80vw;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .mainimageleft {
    width: 80vw;
    max-width: 80vw;
  }

  .mainright {
    flex-direction: column;
    align-items: center;
  }

  .mainimageright {
    order: 1;
    width: 80vw;
    max-width: 80vw;
  }

  .maincontentright {
    min-width: 80vw;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .signature {
    margin-bottom: 40px;
  }

  .footersection {
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .pfooter {
    max-width: 300px;
  }

  .pfootersmall {
    max-width: 80vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .situationconsultingcontainer {
    width: 80vw;
  }

  .h5 {
    font-size: 22px;
  }

  .situationcontentnumber {
    margin-right: 15px;
    font-size: 70px;
  }

  .situationconsultingcontent {
    margin-left: 0;
  }

  .detailblock {
    margin-bottom: 45px;
  }

  .titledetail {
    margin-bottom: 30px;
  }

  .croissancesection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .iconnavbar {
    color: var(--white);
  }

  .iconnavbar.black {
    color: #000;
  }

  .iconnavbar.white {
    color: #fff;
  }

  .formwrapper {
    width: 60vw;
    max-width: 60%;
  }

  .formlayout {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .formbesoin {
    margin-bottom: 100px;
  }

  .radiotext {
    text-align: center;
  }

  .radiofield.middle {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .radiowrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .themesection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .containerflexhorizontal {
    flex-direction: column;
    align-items: center;
  }

  .flexitemvertical {
    margin-bottom: 60px;
  }

  .mastermindsectionmiddle, .form-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .vertical-navbar {
    display: none;
  }

  .modal-close-btn {
    left: auto;
    right: auto;
  }

  .collection-list-wrapper {
    justify-content: center;
  }

  .collection-item {
    width: 360px;
    height: 360px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-principale {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .radiotext3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 10px;
  }

  .background-video.backgroundvideowithoutvideo.contact {
    height: 800px;
    padding-top: 60px;
  }

  .background-video.backgroundvideowithoutvideo.conference {
    background-position: 90%;
  }

  .background-video.backgroundvideowithoutvideo.mastermind {
    justify-content: center;
  }

  .hero {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero.mastermind {
    width: 80vw;
    margin-top: 120px;
  }

  .title {
    font-size: 22px;
  }

  .spantitile1 {
    margin-top: 15px;
    font-size: 22px;
  }

  .spantitle2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .btnprimary {
    margin-top: 75px;
    padding: 20px 31px;
  }

  .h3 {
    padding: 0 10px;
    line-height: 20px;
  }

  .h3.black.mastermind {
    margin-bottom: 20px;
  }

  .containerbase {
    width: 80vw;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .containerbase.flexhorizontal {
    align-items: center;
  }

  .containerbase.contactsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .containerbase.mastermindsection {
    width: 80vw;
    padding: 60px 30px;
  }

  .situationsection, .situationsection.border-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .situationcontent {
    align-items: flex-start;
    width: 80vw;
  }

  .situationimage {
    width: auto;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    max-width: 80vw;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 42px;
  }

  .p-italic {
    font-size: 15px;
    line-height: 20px;
  }

  .p {
    width: 100%;
    max-width: 80vw;
    font-size: 16px;
  }

  .p.nomb {
    width: 80vw;
  }

  .p.nomb.psituationconsulting {
    text-align: justify;
    width: auto;
    max-width: 80vw;
  }

  .p.center {
    font-size: 16px;
  }

  .p.center.light {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .p.center.mastermind {
    max-width: none;
    margin-bottom: 100px;
  }

  .greysection {
    min-height: 350px;
  }

  .greysectiontext {
    max-width: 80vw;
    font-size: 22px;
  }

  .methodesection {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .methodecard {
    width: 70vw;
  }

  .methodecardbottom {
    margin-top: 30px;
  }

  .methodecardtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .methodecardtext {
    font-size: 16px;
  }

  .methodecardtext.italic {
    font-size: 14px;
  }

  .referencesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .referencescards {
    max-width: 80vw;
  }

  .referencecard {
    width: 80vw;
    max-width: 80vw;
    height: 80vw;
    max-height: 80vw;
  }

  .mainsection, .mainsection.borderbottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mainleft.mb-large {
    margin-bottom: 60px;
  }

  .maincontentleft {
    min-width: 80vw;
  }

  .mainimageleft, .mainimageright {
    max-width: 80vw;
  }

  .maincontentright {
    min-width: 80vw;
    margin-left: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footersection {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .footercontent {
    align-self: auto;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .pfooter {
    text-align: center;
    align-self: auto;
    font-size: 15px;
  }

  .footerlink {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .pfootersmall {
    font-size: 12px;
  }

  .situationconsulting.borderbottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .situationconsultingcontainer {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .situationconsultinginteractionbottle {
    width: 50px;
  }

  .situationconsultingnumbers {
    margin-left: 20px;
  }

  .petittrait {
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
  }

  .situationconsultingcontentdivider {
    width: 100%;
    height: 10px;
    display: none;
    inset: 0% 0% auto;
  }

  .situationconsultingcontent1 {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .situationcontenttop {
    margin-bottom: 15px;
  }

  .situationconsultingcontent {
    width: auto;
    margin-left: 30px;
  }

  .situationconsultingleft {
    width: auto;
    margin-bottom: 45px;
    display: flex;
  }

  .detailsection {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .detailsection.borderbottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .detaillayout {
    flex-direction: column;
  }

  .detailblock {
    width: 80vw;
  }

  .titledetail.center, .titledetail.center.small {
    margin-bottom: 20px;
  }

  .croissancesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .iconnavbar {
    color: #fff;
  }

  .contactsectiontop {
    margin-bottom: 60px;
  }

  .h1-contact {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .formwrapper {
    width: 80vw;
    max-width: 80vw;
  }

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

  .formtextarea {
    width: 80vw;
  }

  .radiotext {
    font-size: 20px;
  }

  .radiofield.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .radiotext2 {
    font-size: 20px;
  }

  .themesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .themesection.border-bottom {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .flexitemvertical {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .imagecontainer, .imagecontainer.avis {
    margin-bottom: 20px;
  }

  .avissection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mastermindsectionmiddle {
    margin-left: 0;
    margin-right: 0;
  }

  .imgmastermind {
    margin-bottom: 60px;
  }

  .btn-text {
    font-size: 15px;
  }

  .collection-list-wrapper {
    margin-bottom: 60px;
  }

  .collection-item {
    width: 80vw;
    height: 80vw;
  }

  .mask-gradient {
    width: 50px;
  }

  .section-principale, .section-principale.borderbottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-block-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .radiotext3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .headercontainer {
    height: 500px;
  }

  .headercontainer.home {
    height: 600px;
  }

  .brand {
    width: 160px;
  }

  .background-video {
    height: 600px;
  }

  .background-video.backgroundvideowithoutvideo {
    height: 500px;
  }

  .background-video.backgroundvideowithoutvideo.contact {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .background-video.backgroundvideowithoutvideo.conference {
    background-position: 86%;
    height: 500px;
  }

  .hero {
    margin-top: 65px;
  }

  .title {
    font-size: 16px;
  }

  .spantitile1 {
    margin-top: 8px;
    font-size: 16px;
  }

  .spantitle2 {
    font-size: 35px;
    line-height: 35px;
  }

  .btnprimary {
    margin-top: 40px;
    padding: 14px 15px;
    font-size: 16px;
  }

  .image {
    margin-left: 0;
  }

  .h3.black.mastermind {
    margin-top: 0;
  }

  .containerbase {
    width: 80%;
  }

  .containerbase.flexhorizontal {
    align-items: center;
  }

  .containerbase.contactsection {
    width: 80vw;
    margin-top: 0;
  }

  .containerbase.mastermindsection {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .medialist {
    flex-flow: wrap;
    align-items: center;
  }

  .mediaitem {
    height: 30px;
  }

  .situationsection {
    padding-bottom: 0;
  }

  .situationcontent {
    width: 80vw;
  }

  .situationimage {
    width: 100%;
  }

  .h2 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 37px;
  }

  .h2.center {
    max-width: 80vw;
    font-size: 30px;
  }

  .h2.center.small-mb {
    font-size: 30px;
  }

  .p-italic {
    font-size: 15px;
    line-height: 20px;
  }

  .p {
    font-size: 16px;
    line-height: 1.6;
  }

  .p.center {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .p.center.light {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .p.center.mastermind {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    font-size: 12px;
  }

  .btn.submit {
    background-color: #fff;
  }

  .greysectiontext {
    font-size: 16px;
  }

  .methodesection {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .methodecard {
    width: 80vw;
  }

  .methodecardtext {
    max-width: 80vw;
  }

  .methodecardtext.italic {
    width: 80vw;
  }

  .referencescards {
    margin-bottom: 0;
  }

  .referencecard {
    width: 80vw;
    height: 80vw;
  }

  .mainsection {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .mainleft.mb-large {
    justify-content: space-between;
    width: 80vw;
    margin-bottom: 30px;
  }

  .maincontentleft {
    min-width: 80vw;
  }

  .mainimageleft {
    margin-top: 0;
  }

  .mainright {
    width: 80vw;
    margin-top: 80px;
  }

  .mainimageright {
    width: 80vw;
  }

  .maincontentright {
    min-width: 80vw;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .situationconsulting.borderbottom {
    padding-top: 60px;
  }

  .situationconsultingcontainer {
    flex-direction: column;
  }

  .situationconsultinginteractionbottle {
    height: 300px;
  }

  .petittrait {
    display: none;
  }

  .situationconsultingnumbertext {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .situationconsultingnumbertext.situationactive {
    font-size: 16px;
  }

  .situationconsultingcontent1 {
    width: 80vw;
  }

  .situationconsultingcontent {
    width: 80vw;
    margin-left: 0;
  }

  .detailsection {
    padding-top: 60px;
    padding-bottom: 5px;
  }

  .detaillayout {
    flex-direction: column;
    align-items: stretch;
  }

  .detailblock {
    width: 80vw;
    margin-bottom: 55px;
  }

  .titledetail {
    margin-bottom: 20px;
  }

  .croissancesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1-contact {
    font-size: 30px;
  }

  .inputcontact {
    width: 100%;
  }

  .formwrapper {
    min-width: 100%;
    margin-bottom: 30px;
  }

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

  .formbesoin {
    margin-bottom: 60px;
  }

  .radiotext {
    padding: 10px 20px;
    font-size: 15px;
  }

  .radiowrapper {
    justify-content: space-between;
    width: 100vw;
    height: 170px;
    margin-left: -10vw;
  }

  .radiotext2 {
    padding: 10px 20px;
    font-size: 15px;
  }

  .themesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logomastermind {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    width: 80vw;
    height: 80vw;
  }

  .jauges-1 {
    width: 80vw;
  }

  .mask-gradient {
    height: 93%;
  }

  .section-principale {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .form-block-3 {
    width: 80vw;
    margin-left: 0;
    margin-right: 0;
  }

  .radiotext3 {
    padding: 10px 20px;
    font-size: 15px;
  }

  .text-block-2 {
    line-height: 24px;
  }
}

#w-node-fcdbbeed-13e3-d6b8-4d4d-4b0e02e273fa-82fb0585 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fcdbbeed-13e3-d6b8-4d4d-4b0e02e273fb-82fb0585, #w-node-d3304508-f65f-d377-3af9-122eb0ceb052-82fb0585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a67feca1-e955-abe7-f09b-6330d8d74daf-82fb0585 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a67feca1-e955-abe7-f09b-6330d8d74db0-82fb0585, #w-node-a67feca1-e955-abe7-f09b-6330d8d74db1-82fb0585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b39441-4234-00b7-f7c9-f9909953fa45-82fb0585 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_70b39441-4234-00b7-f7c9-f9909953fa46-82fb0585, #w-node-_70b39441-4234-00b7-f7c9-f9909953fa48-82fb0585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bce4f5f3-f30c-a7da-1c85-5fd9585a19c8-82fb0585 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-bce4f5f3-f30c-a7da-1c85-5fd9585a19c9-82fb0585, #w-node-bce4f5f3-f30c-a7da-1c85-5fd9585a19cb-82fb0585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43589e7b-0b8d-ffd3-8109-c9f86cba2480-82fb0585 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_43589e7b-0b8d-ffd3-8109-c9f86cba2481-82fb0585, #w-node-_43589e7b-0b8d-ffd3-8109-c9f86cba2484-82fb0585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_096e3c36-9e80-d919-84a2-c55fc280f74e-82fb0585 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_096e3c36-9e80-d919-84a2-c55fc280f74f-82fb0585, #w-node-_096e3c36-9e80-d919-84a2-c55fc280f751-82fb0585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Museosans 900';
  src: url('../fonts/MuseoSans_900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museosans 300';
  src: url('../fonts/MuseoSans_300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museosans 900';
  src: url('../fonts/MuseoSans_900_Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Futura std';
  src: url('../fonts/Futura-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura maxi cg book';
  src: url('../fonts/Futura-Maxi-CG-Book-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/MuseoSans_500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
/* Logos références reconstruits (post-migration Vercel) */
.referencecard.tkl { background-image: url('../images/LogoTKL.png'), linear-gradient(#fff, #fff); background-position: 50%, 0 0; background-repeat: no-repeat, repeat; background-size: contain, auto; }
.referencecard.scpub { background-image: url('../images/LogoSCPublishing.png'), linear-gradient(#fff, #fff); background-position: 50%, 0 0; background-repeat: no-repeat, repeat; background-size: contain, auto; }
.referencecard.chococlic { background-image: url('../images/LogoChocoClic.png'), linear-gradient(#fff, #fff); background-position: 50%, 0 0; background-repeat: no-repeat, repeat; background-size: contain, auto; }
