@font-face {
  font-family: Interbell;
  src: url('../fonts/Interbell-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Interbell;
  src: url('../fonts/Interbell-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


:root {
  --violet-foncé: #7814ba;
  --basic-white: #fbfbfb;
  --black: #212121;
}

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

.section-hero {
  background-image: url('../images/new-bg-hero.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  overflow: hidden;
}

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

.main-container._15000entreprises {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.main-container.unesolution {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.main-container.combiencollab {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.main-container.avistrustpilot {
  overflow: hidden;
}

.main-container.commentprofiter {
  max-width: 1010px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container.commentprofiter.versionb {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.main-container.bannercta {
  background-image: radial-gradient(circle at 75% 65%, #ffe655, #ff9015);
  border-radius: 10px;
  max-width: 1180px;
  padding: 80px;
  display: flex;
}

.main-container.lesavantages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.main-container.juridique {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.section-shape-top {
  z-index: 101;
  background-image: url('../images/shape-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 275px;
  margin-top: -270px;
  position: relative;
  overflow: hidden;
}

.container-hero {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.col-left-hero {
  max-width: 52%;
  padding-top: 80px;
  padding-left: 20px;
}

.col-right-hero {
  margin-left: -50px;
  position: relative;
}

.image {
  z-index: 100;
  max-width: 500px;
  margin-right: 140px;
  position: relative;
}

.div-block {
  background-color: var(--violet-foncé);
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  min-width: 250px;
  padding: 30px 30px 30px 90px;
  display: flex;
  position: absolute;
  right: 20px;
  bottom: 250px;
}

.div-block.en {
  right: -18%;
}

.heading {
  color: #000;
  margin-top: 0;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading.versionb {
  font-size: 43px;
}

.paragraph-hero {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 45px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-hero.versionb {
  font-family: Interbell, Verdana, sans-serif;
  font-weight: 500;
}

.button-hero {
  border: 2px solid var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  border-radius: 3px;
  padding: 12px 24px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-hero:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.price-text {
  color: #fff;
  letter-spacing: .8px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.price-hero {
  color: #fff;
  margin-top: -5px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
}

.price-text2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.price-text2.en {
  font-family: Interbell, Verdana, sans-serif;
}

.btn-price {
  z-index: 1000;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 20px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  position: relative;
}

.btn-price:hover {
  color: var(--violet-foncé);
  background-color: #fff;
}

.btn-price.mask {
  display: none;
}

.body {
  background-color: #fbfbfb;
}

.section-footer {
  background-image: url('../images/bonhomme-footer.png'), url('../images/CONTACT.svg');
  background-position: 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 700px, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  min-height: 670px;
  max-height: 670px;
  display: flex;
  overflow: hidden;
}

.container-footer {
  width: 100%;
  max-width: 1130px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.col-left-footer {
  max-width: 52%;
  padding-top: 0;
  padding-left: 20px;
}

.section-15000entreprises {
  z-index: 99999;
  margin-top: -199px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.title-h2 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

.title-h2.max450 {
  max-width: 500px;
}

.title-h2.max450.center {
  text-align: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: Interbell, Verdana, sans-serif;
  font-weight: 700;
}

.title-h2.max450.center.solution.versionb {
  max-width: 600px;
  margin-top: 0;
}

.title-h2.max450.center.solution.nopadding {
  font-weight: 700;
}

.title-h2.max500 {
  max-width: 500px;
  margin-top: 0;
  font-family: Interbell, Verdana, sans-serif;
  font-weight: 900;
}

.title-h2._38px {
  font-family: Interbell, Verdana, sans-serif;
  font-size: 36px;
}

.title-h2._38px.versionb {
  font-size: 39px;
}

.title-h2.max370 {
  max-width: 500px;
}

.title-h2.max370.center {
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  font-family: Interbell, Verdana, sans-serif;
}

.title-h2.max440 {
  max-width: 500px;
}

.title-h2.max440.center {
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.title-h2.max440.center.versionb {
  max-width: 440px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 31px;
}

.container-img-box {
  width: 100%;
  position: relative;
}

.embed-truspilot-hero {
  max-width: 150px;
  max-height: 90px;
}

.button-footer {
  border: 2px solid var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  border-radius: 3px;
  padding: 12px 24px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-footer:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.section-unesolution {
  margin-bottom: 100px;
}

.grid-3col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.single-item-solution {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fbfbfb;
  border: 1px solid #5448381a;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.code-embed-2 {
  display: flex;
}

.title-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraphe-classic {
  color: var(--black);
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.grid-2col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-grids {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.section-combiencollab {
  background-color: #ff90150d;
  margin-bottom: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.col-left-combiencollab.nofriction {
  min-width: 495px;
  max-width: 495px;
}

.col-right-combiencollab {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.col-right-combiencollab.nofriction {
  min-width: 365px;
  max-width: 365px;
}

.paragraph-subtitle {
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 45px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.div-buttons-combiencollab {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-buttons-combiencollab.versionb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.btn-combiencollab {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.btn-combiencollab:hover {
  border-color: var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-weight: 700;
}

.btn-combiencollab:focus {
  border-color: var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  font-weight: 700;
}

.btn-combiencollab.nb_1_5.active {
  font-family: Interbell, Verdana, sans-serif;
  font-weight: 500;
}

.btn-combiencollab.nb_5_15, .btn-combiencollab.nb_15 {
  font-family: Interbell, Verdana, sans-serif;
}

.container-price-combiencollab {
  background-color: var(--basic-white);
  border-radius: 10px;
  flex-flow: column;
  padding: 35px 40px;
  display: flex;
  box-shadow: 0 0 14px #0000000d;
}

.text-price {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1em;
}

.text-price.en {
  font-family: Interbell, Verdana, sans-serif;
  font-size: 22px;
}

.a-partir-de {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.big-price {
  font-size: 40px;
}

.btn-voir-options {
  background-color: var(--violet-foncé);
  border-radius: 3px;
  justify-content: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.section-avistrustpilot, .section-commentprofiter {
  margin-bottom: 100px;
}

.grid-commentprofiter {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.single-item-commentprofiter {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.list-item {
  color: var(--violet-foncé);
}

.violet-bold {
  color: var(--violet-foncé);
  font-weight: 500;
}

.section-bannercta {
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-left-bannercta {
  flex: 1;
}

.col-right-bannercta {
  flex: 1;
  position: relative;
}

.image-2 {
  max-width: 450px;
  position: absolute;
  inset: auto -80px -80px auto;
}

.button-bannercta {
  border: 2px solid var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  padding: 12px 24px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-bannercta:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.section-lesavantages {
  margin-bottom: 100px;
}

.container-lesavantages {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-card-avantages.light {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #0000001a;
  border-radius: 10px;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.single-card-avantages.yellow-light {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff90150d;
  border: 1px solid #ff90150d;
  border-radius: 10px;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.text-card-avantages {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.image-3 {
  max-width: 200px;
}

.image-4, .slider-solutionadaptee, .slider-avantages, .right-arrow-2, .left-arrow-2, .slide-nav-2, .dropdown-mobile {
  display: none;
}

.div-link-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.link-footer {
  color: #21212180;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.section-juridique {
  margin-top: 80px;
  margin-bottom: 80px;
}

.title-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 60px;
}

.sous-titre-paragraphe {
  color: var(--violet-foncé);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.link {
  color: var(--violet-foncé);
  text-decoration: none;
}

.paragraphe {
  color: #000;
  text-align: center;
  max-width: 680px;
  margin: 30px auto;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.paragraphe-2 {
  color: #000;
  text-align: center;
  max-width: 680px;
  margin: 30px auto;
  line-height: 24px;
}

.sous-titre-paragraphe-2 {
  color: #313131;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.piwik-embed-politique-de-conf-1 {
  max-width: 680px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.piwik-embed-politique-de-conf-2 {
  max-width: 680px;
  margin-top: 20px;
}

.text-block {
  color: var(--violet-foncé);
  text-transform: uppercase;
  font-family: Interbell, Verdana, sans-serif;
  font-weight: 700;
}

.grid-avis-desktop {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.single-item-truspilot {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-text-avis {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-avis {
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-avis {
  margin-bottom: 0;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.name-avis {
  color: #2121214d;
  font-family: Interbell, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

.slider-trustpilot {
  background-color: #0000;
  display: block;
}

.mask-trustpilot {
  max-width: 285px;
  overflow: visible;
}

.slide-trustpilot {
  margin-right: 15px;
}

.container-form {
  height: 100vh;
  overflow: hidden;
}

.code-embed-3 {
  height: 100%;
}

.code-embed-3.form-popin {
  width: 100%;
  margin-top: 20px;
}

.container-merci {
  background-image: url('../images/back-merci.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.container-merci.newmerci {
  background-image: url('../images/bg-merci2.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-5 {
  max-width: 350px;
  position: absolute;
  inset: auto 100px -100px auto;
}

.image-5.resize {
  max-width: 25%;
  bottom: -40px;
}

.div-block-2 {
  flex-flow: column;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-2 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.1em;
}

.heading-2.newmerci {
  text-align: center;
  align-self: center;
  max-width: 900px;
  display: flex;
}

.textdefault {
  max-width: 675px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.textdefault.full {
  text-align: center;
  max-width: 100%;
}

.image-6 {
  width: 130px;
  position: absolute;
  inset: auto auto 30px 30px;
}

.form {
  width: 100%;
}

.form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.field_combien {
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-5-mobile {
  max-width: 350px;
  display: none;
  position: absolute;
  inset: auto 100px -100px auto;
}

.essai {
  max-width: 675px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.nav_merci {
  border: 2px solid var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  font-family: Interbell, Verdana, sans-serif;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.nav_merci:hover {
  background-color: var(--basic-white);
  color: var(--violet-foncé);
  border-width: 2px;
}

.souscription {
  max-width: 675px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.bold-text {
  font-size: 16px;
  font-weight: 500;
}

.button {
  align-self: flex-start;
}

.price-textengagement {
  color: #fff;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.price-textengagement.en {
  font-family: Interbell, Verdana, sans-serif;
}

.price-offre {
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav_merci_new {
  border: 1px solid var(--violet-foncé);
  background-color: var(--violet-foncé);
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  font-family: Interbell, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.nav_merci_new:hover {
  background-color: var(--basic-white);
  color: var(--violet-foncé);
  border-width: 1px;
}

.nav_merci_new.filledblack {
  border-top-width: 1px;
  border-top-color: var(--black);
  border-right-width: 1px;
  border-right-color: var(--black);
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
  border-left-width: 1px;
  border-left-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.nav_merci_new.filledblack:hover {
  background-color: var(--black);
  color: var(--basic-white);
}

.nav_merci_new.filledblack.div_to_click {
  cursor: pointer;
}

.nav_merci_new.filledblack.div_to_click.btnopenpopin {
  display: none;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.single-item-options {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #5448381a;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.2em;
  display: flex;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.collaborateurs, .destinations, .total_licence, .facturation, .minutes, .fonctionnalites {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-desc {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.pop-in-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 20px;
  font-family: Inter, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-popin-form {
  z-index: 99;
  background-color: #21212173;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.inside-popin-form {
  z-index: 999;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  display: flex;
  position: relative;
}

.icon-popin-form {
  cursor: pointer;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.paragraph {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
}

@media screen and (min-width: 1280px) {
  .heading.versionb {
    font-size: 43px;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero {
    min-height: 850px;
  }

  .header {
    align-items: flex-start;
  }

  .section-shape-top {
    min-height: 370px;
    margin-top: -220px;
  }

  .footer {
    align-items: flex-start;
  }

  .image-5, .image-5-mobile {
    max-width: 425px;
    bottom: -125px;
    right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    min-height: 850px;
  }

  .section-shape-top {
    min-height: 375px;
    margin-top: -220px;
  }

  .piwik-embed-politique-de-conf-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .section-hero {
    min-height: 1000px;
    padding-bottom: 172px;
  }

  .main-container.hero {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container.unesolution {
    padding-left: 20px;
    overflow: hidden;
  }

  .main-container.combiencollab {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .main-container.avistrustpilot {
    padding-left: 20px;
  }

  .main-container.bannercta {
    flex-flow: column;
    max-width: 90%;
    padding: 50px;
  }

  .main-container.lesavantages {
    padding-left: 20px;
    overflow: hidden;
  }

  .main-container.footer-shape {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    justify-content: center;
    padding-bottom: 10px;
  }

  .container-hero {
    flex-flow: column;
  }

  .col-left-hero {
    max-width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-right-hero {
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .image {
    max-width: 300px;
    margin-right: 0;
    left: -10px;
  }

  .div-block {
    margin-left: -145px;
    position: relative;
    inset: auto;
  }

  .div-block.en {
    right: auto;
  }

  .heading.versionb {
    font-size: 38px;
  }

  .button-hero {
    z-index: 99999999;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: bottom .3s, all .3s;
    display: flex;
    position: fixed;
    inset: auto 0% 20px;
  }

  .button-hero:hover {
    border-color: var(--violet-foncé);
    background-color: var(--basic-white);
    color: var(--violet-foncé);
  }

  .section-footer {
    background-image: url('../images/CONTACT.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: none;
  }

  .container-footer {
    margin-bottom: 0;
  }

  .footer {
    flex-flow: column;
    padding-top: 0;
  }

  .col-left-footer {
    flex-flow: column;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .title-h2.max500 {
    text-align: center;
  }

  .container-img-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .embed-truspilot-hero {
    display: none;
  }

  .button-footer {
    z-index: 99;
    align-self: flex-start;
    position: relative;
    inset: auto 0% 0%;
  }

  .single-item-solution {
    height: 100%;
    min-height: 435px;
  }

  .container-grids {
    display: none;
  }

  .section-combiencollab {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col-right-combiencollab {
    width: 100%;
    max-width: 300px;
  }

  .col-right-combiencollab.nofriction {
    min-width: auto;
  }

  .paragraph-subtitle {
    text-align: center;
    padding-right: 0;
  }

  .div-buttons-combiencollab {
    flex-flow: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-combiencollab.nb_1_5, .btn-combiencollab.nb_5_15, .btn-combiencollab.nb_15 {
    text-align: center;
  }

  .grid-commentprofiter {
    display: none;
  }

  .section-bannercta {
    padding-left: 0;
    padding-right: 0;
  }

  .col-left-bannercta {
    z-index: 9999;
    position: relative;
  }

  .col-right-bannercta {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .image-2 {
    position: relative;
    bottom: -50px;
    left: 0;
    right: 0;
  }

  .button-bannercta {
    z-index: 99;
    text-align: center;
    justify-content: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .container-lesavantages {
    display: none;
  }

  .single-card-avantages.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    min-height: 510px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-card-avantages.light.versionb {
    justify-content: space-between;
    min-height: 450px;
  }

  .single-card-avantages.yellow-light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    min-height: 510px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-card-avantages.yellow-light.versionb {
    justify-content: space-between;
    min-height: 450px;
  }

  .image-4 {
    align-self: flex-end;
    max-width: 500px;
    display: block;
    position: relative;
    left: auto;
    right: -20px;
  }

  .slider-solutionadaptee {
    background-color: #0000;
    width: 100%;
    height: 100%;
    display: block;
  }

  .right-arrow, .left-arrow, .slide-nav {
    display: none;
  }

  .mask {
    width: 305px;
    height: 100%;
    overflow: visible;
  }

  .slide-solutionadapte {
    height: 100%;
    min-height: 420px;
    margin-right: 10px;
  }

  .slider-avantages {
    background-color: #0000;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .right-arrow-2, .left-arrow-2, .slide-nav-2 {
    display: none;
  }

  .slide-avantages {
    margin-right: 15px;
  }

  .mask-2 {
    max-width: 300px;
    overflow: visible;
  }

  .dropdown-mobile {
    display: block;
  }

  .title-h1 {
    text-align: center;
    max-width: 500px;
  }

  .grid-avis-desktop {
    display: none;
  }

  .slider-trustpilot {
    background-color: #0000;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .mask-trustpilot {
    max-width: 300px;
    overflow: visible;
  }

  .slide-trustpilot {
    margin-right: 15px;
  }

  .container-form {
    overflow: scroll;
  }

  .image-5 {
    max-width: 200px;
    bottom: -25px;
    right: 30px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .image-5-mobile {
    max-width: 200px;
    bottom: -25px;
    right: 30px;
  }

  .price-textengagement {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-image: url('../images/back_mobile.svg');
  }

  .main-container.combiencollab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.en {
    margin-left: -140px;
  }

  .heading {
    font-size: 38px;
  }

  .heading.versionb {
    font-size: 35px;
  }

  .title-h2.max500 {
    text-align: center;
  }

  .title-h2._38px {
    font-size: 30px;
  }

  .col-left-combiencollab.nofriction {
    min-width: auto;
    max-width: none;
  }

  .col-right-combiencollab.nofriction {
    min-width: auto;
  }

  .paragraph-subtitle {
    text-align: center;
  }

  .title-h1 {
    max-width: 360px;
    font-size: 40px;
    line-height: 45px;
  }

  .piwik-embed-politique-de-conf-1, .piwik-embed-politique-de-conf-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-form {
    overflow: visible;
  }

  .container-merci {
    background-image: url('../images/Mascotte_1.webp'), url('../images/back-merci.svg');
    background-position: 90% 105%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px, cover;
    height: 100%;
    min-height: 100vh;
  }

  .image-5 {
    display: none;
  }

  .div-block-2 {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .image-5-mobile {
    width: 100%;
    display: block;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
  }

  .container-options {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: url('../images/back_mobile.svg');
  }

  .main-container.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.bannercta {
    padding: 20px;
  }

  .main-container.lesavantages {
    padding-right: 0;
  }

  .col-right-hero {
    padding-bottom: 15px;
  }

  .image {
    max-width: 250px;
    left: -15px;
  }

  .div-block.en {
    right: auto;
  }

  .heading {
    font-size: 30px;
  }

  .heading.versionb {
    font-size: 28px;
  }

  .paragraph-hero.versionb {
    padding-right: 0;
  }

  .button-hero {
    bottom: 20px;
  }

  .price-text2.en {
    font-size: 18px;
  }

  .title-h2.max450.center {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .title-h2.max450.center.solution {
    padding-left: 0;
  }

  .title-h2.max450.center.solution.nopadding {
    padding-right: 0;
  }

  .title-h2.max500 {
    text-align: center;
    font-size: 25px;
  }

  .title-h2._38px, .title-h2._38px.versionb {
    font-size: 28px;
  }

  .title-h2.max370.center, .title-h2.max440.center {
    padding-right: 20px;
    font-size: 25px;
  }

  .container-img-box {
    justify-content: flex-start;
  }

  .col-left-combiencollab.nofriction, .col-right-combiencollab.nofriction {
    min-width: auto;
  }

  .paragraph-subtitle {
    padding-right: 0;
  }

  .image-2 {
    max-width: 285px;
    bottom: -20px;
  }

  .image-4 {
    max-width: 300px;
  }

  .div-link-footer {
    flex-flow: column;
    align-items: center;
  }

  .link-footer.separator {
    display: none;
  }

  .piwik-embed-politique-de-conf-2 {
    margin-right: auto;
  }

  .container-merci {
    background-image: url('../images/Mascotte_1.webp'), url('../images/back-merci.svg');
    background-position: 96% 105%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 170px, cover;
    height: 100%;
    min-height: 100vh;
  }

  .image-5 {
    z-index: 200;
    width: 100%;
    max-width: 170px;
  }

  .div-block-2 {
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .image-5-mobile {
    z-index: 200;
    width: 100%;
    max-width: 170px;
  }

  .price-textengagement.en {
    font-size: 18px;
  }

  .text-block-3 {
    flex: 0 auto;
  }

  .inside-popin-form {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-popin-form {
    top: 15px;
    right: 15px;
  }

  .paragraph {
    margin-bottom: -10px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 30px;
  }
}


@font-face {
  font-family: 'Interbell';
  src: url('../fonts/Interbell-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interbell';
  src: url('../fonts/Interbell-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interbell';
  src: url('../fonts/Interbell-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}