:root {
  --jaune-les-facteurs: #ffd541;
  --grey-les-facteurs: #1d1d1b;
  --black: black;
  --white: white;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

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

.body {
  border-radius: 8px 0 0 8px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container {
  justify-content: center;
  max-width: 1280px;
  display: flex;
}

.section {
  z-index: 60;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 18px 40px;
  position: fixed;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-left.w--current {
  width: auto;
}

.nav-link {
  color: #333;
  flex: none;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.nav-link.w--current {
  color: #333;
  font-weight: 700;
}

.nav-link.w--current:active {
  display: flex;
}

.nav-link.do, .nav-link.be.w--current, .nav-link.talk {
  width: auto;
}

.nav-right {
  grid-column-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 2%;
  display: flex;
}

.div-block-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1280px;
  height: 630px;
  min-height: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button {
  background-color: #333;
  border-radius: 20px;
}

.button.contact {
  background-color: #1d1d1b;
  border-radius: 40px;
  margin-top: 0;
  padding: 12px 20px;
  display: flex;
}

.button.contact.closing {
  display: none;
}

.pitch {
  object-fit: fill;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.pitch.illustration {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/illustrration.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  background-clip: border-box;
  height: 100%;
  padding-bottom: 0;
}

.heading-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.paragraph-2 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.div-block-3 {
  flex-direction: column;
  width: 100%;
  padding-right: 129px;
  display: flex;
}

.section_mosaic {
  grid-column-gap: 20px;
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.mosaic_slider {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  height: 630px;
  display: flex;
}

.mosaic_1pic {
  background-color: #d81e1e;
  width: 630px;
  height: 630px;
}

.mosaic_1pic.big {
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(54, 54, 51, .45), rgba(54, 54, 51, 0) 35%), url('../images/IMG_3755.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 26px;
  outline: 4px #333;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-end;
  min-width: 630px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.mosaic_1pic.big.num8 {
  background-color: #f4f4f4;
  background-image: url('../images/Recherche_projet_publique_v3-5.png');
  background-position: 50% 0;
  background-size: cover;
}

.mosaic_1pic.big.num1 {
  background-image: linear-gradient(0deg, rgba(54, 54, 51, .45), rgba(54, 54, 51, 0) 35%), url('../images/IMG_3756.jpeg');
}

.mosaic_1pic.medium {
  outline-offset: -4px;
  background-color: #8f8f8f;
  background-image: url('../images/20230703_151444.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 26px;
  outline: 4px #333;
  height: 305px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.mosaic_1pic.medium.num11 {
  background-image: url('../images/wireframe.jpg');
}

.mosaic_1pic.medium.num2 {
  background-image: url('../images/20230703_151445.jpg');
}

.mosaic_1pic.medium.num7 {
  background-image: url('../images/41512465_10156555748784847_4832247960764940288_n_1.jpg');
}

.mosaic_1pic.small {
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/illustrration.svg'), linear-gradient(#f4f4f4, #f4f4f4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
  background-clip: border-box;
  border-radius: 26px;
  outline: 4px #333;
  justify-content: center;
  align-items: flex-end;
  width: 305px;
  height: 305px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.mosaic_1pic.small.num4 {
  background-image: url('../images/47239228_2209871829263689_8467973790129717248_o-1024x681.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.small.num5 {
  background-image: url('../images/MG_9484-1-obx8v0xfqabikfvs89su88gf0e4y8u1566vp0bf4og.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.small.num6 {
  background-color: #f4f4f4;
  background-image: url('../images/v916-nunny-608-Converted-16.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.mosaic_1pic.small.num9 {
  background-image: url('../images/47574223_2209871939263678_932962537022947328_o-1024x681.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.small.num10 {
  background-image: url('../images/Screenshot-2019-08-28-at-19.19.38.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.hero {
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4;
  background-image: linear-gradient(to top, rgba(54, 54, 51, .45), rgba(54, 54, 51, 0) 35%), url('../images/Home_page_publique_v3.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 26px;
  outline: 4px #333;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.mosaic_1pic.whide {
  background-color: #f6f6f6;
  background-image: url('../images/41512465_10156555748784847_4832247960764940288_n.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  max-width: 1280px;
  height: 635px;
}

.mosaic_1pic.project {
  background-image: url('../images/20230703_151444.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: 320px;
  height: 440px;
}

.mosaic_1pic.project.pioche {
  background-color: #f6f6f6;
  background-image: url('../images/www.pioche.co_nos-salles-de-jeux_.png');
  background-size: cover;
}

.mosaic_1pic.project.ferme {
  background-image: url('../images/Frame-1.png');
}

.mosaic_1pic.project.agri {
  background-image: url('../images/IMG_3755.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.mosaic_1pic.project.pioche-identitty {
  background-image: url('../images/99ee4e90-ed25-462d-96eb-de9c903a6071.jpg');
  background-position: 50% 0;
  background-size: auto 100%;
}

.mosaic_1pic.project.agri_parcour {
  background-image: url('../images/Screenshot-2019-08-28-at-19.19.38.png');
  background-position: -120px 0;
}

.mosaic_3pics {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 630px;
  height: 630px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.section_top {
  justify-content: center;
  margin-top: 0;
  padding-top: 84px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pitch-alternative {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.content_top_homepage {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0 40px;
  display: flex;
}

.content_top_homepage.no-padding {
  padding-top: 0;
}

.heading-alternative {
  text-align: center;
  width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-7 {
  align-self: flex-start;
  width: 630px;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.div-block-8 {
  width: 100%;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4 {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.text_main {
  color: #1d1d1b;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.text_main.white {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
}

.text_main.contact-link-text {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-10 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer {
  background-color: #333;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.droit {
  color: #fff;
  font-family: Inter, sans-serif;
}

.titre-prestation {
  text-transform: none;
  border-top: 1px #000;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.titre-sur-image {
  object-fit: fill;
  background-color: #fff;
  border-radius: 40px;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  width: 130px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.titre-sur-image:hover {
  padding-right: 20px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-4 {
  color: #fff;
  object-fit: fill;
  width: 400px;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.subtitle_big {
  color: #1d1d1b;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.subtitle_big.centered {
  text-align: center;
  padding-right: 0;
}

.div-block-14 {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.titre-sur-image-icon {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  width: 194px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.titre-sur-image-icon:hover {
  padding-right: 20px;
}

.heading-internal-page {
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}

.very-small-title {
  color: #999;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.description {
  color: #1d1d1b;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.content-prestation {
  grid-column-gap: 40px;
  flex-direction: row;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.form-block {
  width: 100%;
  padding-right: 0;
}

.textarea {
  border: 1px #000;
  border-radius: 20px;
  height: 180px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 80px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  overflow: visible;
}

.paragraph-7 {
  margin-bottom: 100px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.element_2column {
  text-align: left;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.img_illustration {
  opacity: .97;
  width: 66%;
  min-width: 50%;
  max-width: none;
  height: 570px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.img_illustration.left_align {
  width: auto;
  min-width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.description_part {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description_part.double {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
}

.description_part.form {
  background-color: #f4f4f4;
  border-radius: 30px;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 100px;
  padding: 60px 40px 100px;
}

.tags {
  float: none;
  clear: left;
  color: #1d1d1b;
  object-fit: fill;
  background-color: #f4f4f4;
  border-radius: 40px;
  flex-wrap: wrap;
  flex: none;
  order: 0;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin: 10px 10px 0 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.tags:hover {
  padding-right: 20px;
}

.tags_grouping {
  float: left;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 40%;
  margin-top: 10px;
  display: flex;
}

.section_footer {
  background-color: #333;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.full_card {
  align-self: center;
  width: 80%;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 120px;
  display: block;
}

.heading-main {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

.heading-main.small {
  width: 100%;
}

.heading-main.centered {
  text-align: center;
  width: 780px;
}

.heading-main.whatwedo {
  width: 100%;
}

.paragraph-main {
  align-items: flex-start;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 19px;
  font-size: 16px;
  line-height: 34px;
  display: flex;
}

.double-text {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  margin-top: 32px;
  font-family: Inter, sans-serif;
}

.field-label-2 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.field-label-3 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

.text-field-2 {
  border: 1px #000;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
}

.heading-main-copy {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-9-copy {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  display: flex;
}

.div-block-16 {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-17 {
  background-image: url('../images/v916-nunny-608-Converted-16.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 630px;
  margin-top: 0;
}

.exemple_content {
  grid-column-gap: 20px;
  display: flex;
}

.description-projet {
  color: #666;
  width: 320px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.description_prestation {
  width: 66%;
}

.icons_prestation {
  background-image: url('../images/Screenshot-2023-07-03-at-15.05.39.png');
  background-position: 100% -1%;
  background-repeat: no-repeat;
  background-size: 28%;
  width: 33%;
}

.icons_prestation.outil_metier {
  background-image: url('../images/Frame-7.png');
  background-position: 100% 0;
  background-size: 25%;
}

.icons_prestation.siteweb {
  background-image: url('../images/Frame-5.svg');
  background-position: 100% 0;
  background-size: 18%;
}

.icons_prestation.services {
  background-image: url('../images/services_icons.svg');
  background-position: 100% 0;
  background-size: 28%;
}

.icons_prestation.com {
  background-image: url('../images/Rectangle-2-Stroke.svg');
  background-position: 100% 0;
  background-size: 20%;
}

.icons_prestation.illu_immersion_day {
  background-image: url('../images/Frame-1.svg');
  background-position: 100% 0;
  background-size: 18%;
}

.icons_prestation.illu_entretien {
  background-image: url('../images/v916-nunny-608-Converted-13.png');
  background-position: 100% 0;
  background-size: 25%;
}

.icons_prestation.illu_atelier {
  background-image: url('../images/v916-nunny-608-Converted-07.png');
  background-position: 100% 0;
  background-size: 28%;
}

.icons_prestation.illu_expertise_prod {
  background-image: url('../images/v916-nunny-608-Converted-01.png');
  background-position: 100% 0;
  background-size: 80px;
}

.icons_prestation.illu_coordination_metier {
  background-image: url('../images/v916-nunny-608-Converted-10.png');
  background-position: 100% 0;
  background-size: 28%;
}

.bold-text {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.bold-text.article-page {
  width: 100%;
}

.bold-text-2 {
  color: #1d1d1b;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.heading-5 {
  max-width: 1280px;
}

.citation {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 80px;
}

.content_main {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading_citation {
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.section-4-copy {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 80px;
  display: flex;
}

.heading-main-copy {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

.engagement-description {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.engagement-description.solo {
  width: 33%;
}

.engagement-description.solo.notdisplayed {
  display: none;
}

.engagement {
  color: #1d1d1b;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.section_main {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section_main.no_bottom_margin {
  justify-content: flex-start;
  margin-bottom: 0;
}

.section_main.medium_bottom_margin {
  margin-bottom: 100px;
}

.section_main.small_top_bottom_margin {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section_main.bottom_margin {
  margin-bottom: 100px;
}

.text_big {
  color: #1d1d1b;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.paragraph-10 {
  width: 100%;
  max-width: 1280px;
}

.image_part {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image_part.left_align {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
}

.image_part.mobile {
  display: none;
}

.content_top_centered {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.body-2 {
  padding-left: 0;
  padding-right: 0;
}

.flex-container-x2-elements {
  width: 66%;
  display: flex;
}

._3-elements-container {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-12 {
  color: #1d1d1b;
  width: 50%;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.inside_link {
  color: #1d1d1b;
  border-bottom: 2px solid #fdc62e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.inside_link.pas_inside {
  width: 236px;
  margin-top: 20px;
  font-size: 16px;
}

.subtitle_big-copy {
  color: #1d1d1b;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.subtitle_big-copy.centered {
  text-align: center;
}

.paragraph-7-copy {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section-4-copy {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-9-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-7-copy-copy {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-9-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section_main-copy {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section_main-copy.no_bottom_margin {
  justify-content: flex-start;
  margin-bottom: 0;
}

.section_main-copy.medium_bottom_margin {
  margin-bottom: 100px;
}

.section_main-copy.small_top_bottom_margin {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section_main-copy.bottom_margin {
  margin-bottom: 100px;
}

.div-block-9-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px 80px;
  display: flex;
}

.pitch-alternative-copy {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.checkbox-field {
  margin-bottom: 20px;
}

.div-block-18 {
  flex: none;
}

.html-embed {
  width: 100%;
  margin: 24px 0 0;
}

.meeting_title {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

.paragraph-7-copy-copy-copy {
  width: 66%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.content_main_blog {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.grid2 {
  display: none;
}

.image {
  mix-blend-mode: multiply;
  background-color: #fafafa;
  width: 100%;
  margin-bottom: 16px;
}

.image:hover {
  margin-top: 0;
}

.description-article {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.title-aritcle {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.article_card {
  background-color: #fff;
  border: 4px #333;
  border-radius: 0;
  height: auto;
  padding: 0 0 24px;
  position: relative;
  overflow: visible;
}

.article_card:hover {
  background-color: #fff;
  border: 1px #000;
}

.article_card:focus {
  background-color: #c5c5c5;
}

.date_article {
  color: #b3b3b3;
  border: 1px #000;
  width: auto;
  margin: 12px 0 24px;
  padding-left: 0;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 26px;
}

.text_article {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.article_card_link {
  color: #333;
  text-decoration: none;
}

.heading-6 {
  background-color: #ffd542;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: -20px;
  left: -20px;
  transform: rotate(-5deg);
}

.link_nav {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-6 {
  font-weight: 800;
}

.title {
  margin-top: 60px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.container_footer {
  background-color: var(--jaune-les-facteurs);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: 1200px;
  padding: 50px 40px 0;
  position: relative;
}

.container-main-footer {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--grey-les-facteurs);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-copyright-center:hover {
  font-weight: 600;
}

.section_title {
  margin-top: 34px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flex-block {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper-footer {
  flex: 0 auto;
  width: 50%;
}

.wrapper-footer.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-title {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 45px;
}

.text-block {
  width: 330px;
  margin-bottom: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 22px;
}

.section_bouton {
  padding-left: 40px;
  padding-right: 40px;
}

.link-block {
  color: #fff;
}

.bouton {
  object-fit: fill;
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
}

.bouton.principal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
}

.bouton.principal:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-right: 24px;
}

.bouton.secondaire {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  cursor: pointer;
}

.bouton.secondaire:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.bouton.jaune {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--jaune-les-facteurs);
  margin-top: 28px;
}

.picto_rs {
  color: var(--jaune-les-facteurs);
  margin-right: 0;
  line-height: 11px;
}

.picto_rs:hover {
  color: #fde257;
}

.text-button {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-button.white {
  color: var(--white);
}

.link {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

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

.link.follow {
  margin-bottom: 0;
}

.link.passage {
  margin-bottom: 8px;
}

.link-block-2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.html-embed-2 {
  margin-left: 8px;
  line-height: 12px;
}

.section-headings {
  padding-left: 40px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.section-bouton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.article_title {
  color: #1d1d1b;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  display: block;
}

.article_title.centered {
  text-align: center;
  padding-right: 0;
}

.content_top_homepage-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  padding: 80px 0 40px;
  display: flex;
}

.content_top_homepage-copy.no-padding {
  padding-top: 0;
}

.heading-internal-page-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}

.pitch-alternative-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.content_main_blog-copy {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.content_main_blog-copy-copy {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-left.w--current {
    width: auto;
  }

  .nav-link {
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: stretch;
    justify-content: center;
    width: 190px;
  }

  .nav-link.w--current {
    width: 192px;
  }

  .nav-right {
    width: auto;
    margin-left: 0;
  }

  .nav-center {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .button.contact.closing {
    display: none;
  }

  .mosaic_slider {
    max-width: 1280px;
  }

  .mosaic_1pic.project.pioche {
    background-color: #d6d6d6;
    background-image: url('../images/www.pioche.co_nos-salles-de-jeux_.png');
    background-position: 0 0;
  }

  .content_top_homepage {
    max-width: 1280px;
  }

  .content_top_homepage.no-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .subtitle_big {
    width: 80%;
    padding-right: 0;
  }

  .subtitle_big.centered {
    width: 100%;
  }

  .description {
    margin-bottom: 30px;
  }

  .textarea {
    margin-bottom: 40px;
  }

  .element_2column {
    max-width: 1280px;
  }

  .img_illustration {
    display: block;
    overflow: visible;
  }

  .description_part {
    width: 100%;
    position: static;
  }

  .section_footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-main.whatwedo {
    width: 100%;
  }

  .field-label {
    margin-top: 32px;
  }

  .field-label-2 {
    margin-top: 40px;
  }

  .div-block-9-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .icons_prestation.outil_metier {
    background-size: 100px;
  }

  .icons_prestation.siteweb {
    background-size: auto 100px;
  }

  .icons_prestation.services {
    background-size: 100px;
  }

  .icons_prestation.com {
    background-size: auto 100px;
  }

  .icons_prestation.illu_immersion_day {
    background-image: url('../images/Frame-1.svg');
    background-size: auto 100px;
  }

  .icons_prestation.illu_entretien {
    background-image: url('../images/v916-nunny-608-Converted-13.png');
    background-size: 100px;
  }

  .icons_prestation.illu_atelier {
    background-image: url('../images/v916-nunny-608-Converted-07.png');
    background-size: 100px;
  }

  .icons_prestation.illu_expertise_prod {
    background-image: url('../images/v916-nunny-608-Converted-01.png');
    background-size: 80px;
  }

  .icons_prestation.illu_coordination_metier {
    background-image: url('../images/v916-nunny-608-Converted-10.png');
    background-size: auto 100px;
  }

  .content_main {
    min-width: auto;
    max-width: 1280px;
  }

  .engagement-description {
    width: 100%;
    padding-right: 80px;
  }

  .engagement-description.solo {
    width: 33%;
  }

  .engagement-description.solo.notdisplayed {
    display: none;
  }

  .engagement {
    width: 100%;
    padding-right: 0;
  }

  .section_main {
    margin-bottom: 200px;
  }

  .section_main.no_bottom_margin {
    text-align: left;
    justify-content: center;
  }

  .section_main.small_top_bottom_margin {
    margin-bottom: 40px;
  }

  .section_main.bottom_margin {
    margin-bottom: 100px;
  }

  .image_part.mobile {
    display: none;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-container-x2-elements {
    width: 66%;
    display: flex;
  }

  ._3-elements-container {
    justify-content: flex-start;
    max-width: 1280px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .paragraph-12 {
    color: #1d1d1b;
    width: 50%;
    margin-top: 15px;
    padding-left: 100px;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 34px;
  }

  .inside_link {
    color: #1d1d1b;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fdc62e;
    border: 1px #000;
    border-bottom: 2px solid #fdc62e;
    font-weight: 600;
    text-decoration: none;
  }

  .inside_link:hover {
    color: #fdc62e;
    font-weight: 600;
  }

  .inside_link.pas_inside {
    align-self: flex-start;
    width: 225px;
    margin-top: 20px;
    font-size: 16px;
  }

  .subtitle_big-copy {
    width: 80%;
    padding-right: 0;
  }

  .section_main-copy {
    margin-bottom: 200px;
  }

  .section_main-copy.no_bottom_margin {
    text-align: left;
    justify-content: center;
  }

  .section_main-copy.small_top_bottom_margin {
    margin-bottom: 40px;
  }

  .section_main-copy.bottom_margin {
    margin-bottom: 100px;
  }

  .div-block-9-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .checkbox {
    border: 0 solid #000;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .html-embed {
    margin-top: 32px;
  }

  .content_main_blog {
    min-width: auto;
    max-width: 750px;
  }

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

  .bouton.secondaire.back {
    margin-top: 40px;
    margin-right: 0;
  }

  .picto_rs {
    transform: rotate(180deg);
  }

  .article_title {
    width: 80%;
    padding-right: 0;
  }

  .article_title.centered {
    width: 100%;
  }

  .content_top_homepage-copy {
    max-width: 750px;
  }

  .content_top_homepage-copy.no-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .content_main_blog-copy {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: 750px;
  }

  .content_main_blog-copy-copy {
    min-width: auto;
    max-width: 1280px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .section {
    padding: 0;
  }

  .nav-left {
    width: 100%;
    padding-left: 40px;
  }

  .nav-left.w--current {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 40px 12px 28px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 900;
  }

  .nav-link:hover {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .nav-right {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .nav-center {
    background-color: #edb459;
    width: 100%;
    padding-bottom: 100px;
    padding-left: 0%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-2 {
    background-color: #fff;
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .button.contact {
    width: auto;
    height: auto;
    margin-top: 40px;
    padding: 20px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .button.contact.closing {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Frame-10.svg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .pitch {
    width: 100%;
  }

  .pitch.illustration {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 305px;
    display: flex;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .section_mosaic {
    flex-direction: column;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mosaic_slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    height: auto;
  }

  .mosaic_1pic.big {
    background-position: 50% 0;
    width: 100%;
    height: 458px;
  }

  .mosaic_1pic.big.num8, .mosaic_1pic.big.num1 {
    height: 630px;
  }

  .mosaic_1pic.medium {
    width: 100%;
  }

  .mosaic_1pic.medium.num2 {
    width: 630px;
  }

  .mosaic_1pic.medium.num7 {
    width: 630px;
    height: 305px;
  }

  .mosaic_1pic.small {
    width: 100%;
  }

  .mosaic_1pic.hero {
    background-position: 50% 0;
    width: 100%;
    height: 458px;
  }

  .mosaic_1pic.whide {
    height: 315px;
  }

  .mosaic_1pic.project.pioche {
    width: 100%;
    height: 350px;
  }

  .mosaic_1pic.project.ferme {
    background-size: cover;
    width: 100%;
    height: 350px;
  }

  .mosaic_1pic.project.agri, .mosaic_1pic.project.pioche-identitty, .mosaic_1pic.project.agri_parcour {
    width: 100%;
    height: 350px;
  }

  .mosaic_3pics {
    width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pitch-alternative {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .content_top_homepage {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-alternative {
    margin-bottom: 10px;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
    height: 100%;
  }

  .div-block-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_main.white {
    text-align: center;
    justify-content: center;
  }

  .subtitle_big {
    width: 100%;
    padding-right: 20px;
  }

  .subtitle_big.centered {
    width: 100%;
  }

  .heading-internal-page {
    margin-bottom: 10px;
  }

  .description {
    width: 100%;
  }

  .element_2column {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .img_illustration {
    align-self: flex-start;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .description_part {
    width: 80%;
  }

  .description_part.double, .description_part.form {
    width: 100%;
  }

  .tags {
    clear: left;
    display: block;
    position: relative;
  }

  .tags_grouping {
    clear: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .section_footer {
    padding-right: 0;
  }

  .full_card {
    width: 100%;
    max-width: none;
    padding-right: 40px;
  }

  .heading-main {
    width: 99%;
    margin-bottom: 0;
  }

  .heading-main.centered {
    width: 100%;
  }

  .paragraph-main {
    width: 90%;
    margin-top: 0;
    padding-left: 0;
  }

  .double-text {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-main-copy {
    margin-bottom: 10px;
  }

  .div-block-9-copy {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-16 {
    padding-top: 60px;
    padding-left: 0;
  }

  .div-block-17 {
    display: none;
  }

  .exemple_content, .description-projet {
    width: 100%;
  }

  .description_prestation {
    width: 80%;
  }

  .icons_prestation.outil_metier {
    background-size: 100px;
    width: 100px;
  }

  .icons_prestation.siteweb {
    background-position: 0 0;
    background-size: auto 100px;
    width: 100px;
  }

  .icons_prestation.services {
    background-size: 100px;
    width: 100px;
  }

  .icons_prestation.com, .icons_prestation.illu_immersion_day {
    background-position: 0 0;
    background-size: auto 100px;
    width: 100px;
  }

  .icons_prestation.illu_entretien, .icons_prestation.illu_atelier {
    background-size: 100px;
    width: 100px;
  }

  .icons_prestation.illu_expertise_prod {
    background-position: 50% 0;
    background-size: 80px;
    width: 100px;
  }

  .icons_prestation.illu_coordination_metier {
    background-size: 100px;
    width: 100px;
  }

  .heading-5 {
    width: 100%;
    min-width: 0;
    max-width: 0;
  }

  .citation {
    width: 700px;
    font-size: 52px;
    line-height: 72px;
    display: flex;
  }

  .content_main {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

  .heading_citation {
    width: 100%;
    padding-left: 0;
  }

  .heading-main-copy {
    width: 80%;
    margin-bottom: 10px;
  }

  .engagement-description.solo {
    width: 50%;
  }

  .section_main {
    margin-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_main.medium_bottom_margin {
    margin-bottom: 0;
  }

  .section_main.small_top_bottom_margin {
    margin-bottom: 20px;
  }

  .text_big {
    width: 100%;
  }

  .image_part {
    justify-content: flex-start;
    width: 50%;
  }

  .image_part.mobile {
    justify-content: flex-start;
    width: 50%;
    display: flex;
  }

  .image_part.after {
    display: none;
  }

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

  .icon {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .closing_button {
    justify-content: flex-end;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .menu-button {
    margin-right: 40px;
    padding-bottom: 18px;
  }

  .flex-container-x2-elements {
    grid-row-gap: 20px;
    width: 100%;
    display: flex;
  }

  ._3-elements-container {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .exemple {
    width: 50%;
  }

  .paragraph-12 {
    width: 80%;
    padding-left: 0;
  }

  .subtitle_big-copy {
    width: 100%;
    padding-right: 20px;
  }

  .subtitle_big-copy.centered {
    width: 100%;
  }

  .div-block-9-copy, .div-block-9-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_main-copy {
    margin-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_main-copy.medium_bottom_margin {
    margin-bottom: 0;
  }

  .section_main-copy.small_top_bottom_margin {
    margin-bottom: 20px;
  }

  .div-block-9-copy-copy {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pitch-alternative-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .meeting_title {
    width: 80%;
    margin-bottom: 10px;
  }

  .content_main_blog {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .link_nav {
    flex-flow: column;
  }

  .container-main-footer {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-title {
    font-size: 35px;
    line-height: 33px;
  }

  .text-block {
    width: 260px;
    font-size: 16px;
    line-height: 19px;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .article_title {
    width: 100%;
    padding-right: 20px;
  }

  .article_title.centered {
    width: 100%;
  }

  .content_top_homepage-copy {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-internal-page-copy {
    margin-bottom: 10px;
  }

  .pitch-alternative-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .content_main_blog-copy, .content_main_blog-copy-copy {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-left {
    width: 100%;
  }

  .nav-link, .nav-link.w--current {
    font-weight: 900;
  }

  .button.contact {
    display: flex;
    overflow: visible;
  }

  .mosaic_slider {
    height: 315px;
  }

  .mosaic_1pic.big.num8 {
    width: 315px;
    min-width: 315px;
    height: 315px;
  }

  .mosaic_1pic.big.num1 {
    min-width: 315px;
    height: 315px;
  }

  .mosaic_1pic.medium.num11, .mosaic_1pic.medium.num2, .mosaic_1pic.medium.num7 {
    width: 315px;
    height: 150px;
  }

  .mosaic_1pic.small {
    width: 150px;
    height: 150px;
  }

  .mosaic_1pic.small.num4 {
    width: 150px;
  }

  .mosaic_3pics {
    width: 315px;
    height: 315px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 315px;
    height: 150px;
  }

  .heading-alternative, .div-block-7 {
    width: 100%;
  }

  .text_main.contact-link-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subtitle_big {
    padding-right: 0;
  }

  .titre-sur-image-icon {
    display: none;
  }

  .heading-internal-page {
    width: 100%;
  }

  .description {
    margin-bottom: 30px;
  }

  .content-prestation, .element_2column {
    flex-direction: column;
  }

  .img_illustration {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .description_part {
    width: 100%;
  }

  .description_part.form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-main, .paragraph-main {
    width: 100%;
  }

  .double-text {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label {
    margin-top: 20px;
  }

  .div-block-16 {
    padding-right: 0;
  }

  .div-block-17 {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .description_prestation {
    width: 100%;
  }

  .icons_prestation.outil_metier {
    height: 100px;
    margin-bottom: 10px;
  }

  .icons_prestation.siteweb {
    height: 100px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .icons_prestation.services, .icons_prestation.com {
    height: 100px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_immersion_day {
    height: 100px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .icons_prestation.illu_entretien {
    height: 102px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_atelier {
    height: 110px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_expertise_prod {
    height: 174px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_coordination_metier {
    height: 84px;
    margin-bottom: 10px;
  }

  .heading-5 {
    width: 480px;
    margin-right: 0;
    font-size: 40px;
  }

  .citation {
    object-fit: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .content_main {
    position: relative;
    overflow: hidden;
  }

  .heading_citation {
    margin-bottom: 0;
  }

  .heading-main-copy, .engagement-description.solo, .section_main {
    width: 100%;
  }

  .paragraph-10 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
  }

  .image_part {
    justify-content: flex-start;
    width: 50%;
    height: auto;
    display: block;
  }

  .image_part.mobile {
    display: flex;
  }

  .image_part.after {
    display: none;
  }

  .content_top_centered {
    align-items: center;
  }

  .flex-container-x2-elements, ._3-elements-container {
    flex-direction: column;
  }

  .subtitle_big-copy {
    padding-right: 0;
  }

  .section_main-copy {
    width: 100%;
  }

  .pitch-alternative-copy {
    padding-left: 0;
  }

  .meeting_title {
    width: 100%;
  }

  .content_main_blog {
    position: relative;
    overflow: visible;
  }

  .grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .article_card {
    overflow: visible;
  }

  .text_article {
    width: 100%;
  }

  .link_nav {
    flex-flow: column;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .wrapper-footer {
    width: 100%;
  }

  .wrapper-footer.right {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 47px;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .article_title {
    padding-right: 0;
  }

  .heading-internal-page-copy {
    width: 100%;
  }

  .pitch-alternative-copy-copy {
    padding-left: 0;
  }

  .content_main_blog-copy, .content_main_blog-copy-copy {
    position: relative;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .nav-left {
    width: 80%;
    padding-left: 20px;
  }

  .nav-left.w--current {
    width: 100%;
    padding-left: 20px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .nav-right {
    grid-column-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-center {
    background-color: var(--jaune-les-facteurs);
  }

  .button.contact {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
  }

  .button.contact.closing {
    width: 24px;
    height: 24px;
  }

  .section_mosaic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mosaic_1pic.big {
    height: 305px;
  }

  .mosaic_1pic.big.num1 {
    width: 315px;
  }

  .mosaic_1pic.medium {
    height: 200px;
  }

  .mosaic_1pic.small, .mosaic_1pic.small.num4 {
    height: 150px;
  }

  .mosaic_1pic.hero {
    height: 305px;
  }

  .mosaic_1pic.whide, .mosaic_3pics {
    height: 315px;
  }

  .section_top {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_top_homepage {
    padding-top: 30px;
  }

  .heading-alternative {
    width: 96%;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_main, .text_main.small {
    padding-right: 0;
  }

  .text_main.contact-link-text {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .subtitle_big {
    width: 100%;
    padding-right: 0;
  }

  .div-block-14 {
    width: 100%;
    margin-bottom: 40px;
  }

  .titre-sur-image-icon, .heading-internal-page {
    width: 100%;
  }

  .description {
    margin-bottom: 30px;
  }

  .content-prestation {
    margin-bottom: 60px;
  }

  .form-block {
    width: 100%;
  }

  .element_2column {
    flex-direction: column;
  }

  .description_part.double {
    padding: 20px 20px 20px 30px;
  }

  .description_part.form {
    border-radius: 0;
    margin-top: 60px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-main {
    width: 96%;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-main.small {
    font-size: 30px;
  }

  .heading-main.centered {
    text-align: center;
    font-size: 38px;
  }

  .double-text {
    flex-direction: column;
  }

  .field-label {
    margin-top: 20px;
  }

  .heading-main-copy {
    width: 96%;
  }

  .div-block-17 {
    display: none;
  }

  .exemple_content {
    flex-direction: row;
  }

  .icons_prestation.illu_immersion_day {
    background-image: url('../images/Frame-1.svg');
  }

  .icons_prestation.illu_entretien {
    background-image: url('../images/v916-nunny-608-Converted-13.png');
  }

  .icons_prestation.illu_atelier {
    background-image: url('../images/v916-nunny-608-Converted-07.png');
  }

  .icons_prestation.illu_expertise_prod {
    background-image: url('../images/v916-nunny-608-Converted-01.png');
    background-position: 0 0;
    background-size: 70px;
    height: 151px;
    display: block;
  }

  .icons_prestation.illu_coordination_metier {
    background-image: url('../images/v916-nunny-608-Converted-10.png');
    height: 83px;
  }

  .heading-5 {
    width: 100%;
    font-size: 40px;
  }

  .heading-main-copy {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .engagement {
    width: 100%;
  }

  .section_main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_main.small_top_bottom_margin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .closing_button {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .menu-button {
    margin-bottom: 0;
    margin-right: 0;
  }

  ._3-elements-container {
    flex-direction: column;
  }

  .exemple {
    width: 100%;
  }

  .exemple.not_displayed {
    display: none;
  }

  .paragraph-12 {
    width: 100%;
    font-family: Inter, sans-serif;
  }

  .subtitle_big-copy {
    width: 100%;
    padding-right: 0;
  }

  .div-block-9-copy, .div-block-9-copy-copy, .section_main-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_main-copy.small_top_bottom_margin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .meeting_title {
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .text_article {
    width: 100%;
  }

  .heading-6 {
    left: 0;
  }

  .link_nav {
    flex-flow: column;
  }

  .footer-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-main-footer {
    max-width: none;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-button {
    font-size: 13px;
  }

  .article_title {
    width: 100%;
    padding-right: 0;
  }

  .content_top_homepage-copy {
    padding-top: 30px;
  }

  .heading-internal-page-copy {
    width: 100%;
  }
}

#w-node-_5d3c529e-5e58-40ef-9323-15cb4aa3be8c-171b92fc, #w-node-_5d3c529e-5e58-40ef-9323-15cb4aa3be9e-171b92fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


