.body {
  font-family: Opensans, sans-serif;
  color: #101112;
}

.navigation {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 104px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 80%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.boxshadow {
  position: relative;
  z-index: 20;
  box-shadow: 0 4px 14px 2px rgba(0, 0, 0, 0.1);
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-left {
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.rowtop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  display: none;
  border: 1px none #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0c4bd9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0c4bd9;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-us:hover {
  background-color: #fff;
  color: #0c4bd9;
}

.hero {
  width: 100vw;
  height: 500px;
}

.background-video {
  display: none;
  height: 800px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(82%, transparent), color-stop(97%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 75, 217, 0.2)), to(rgba(12, 75, 217, 0.2)));
  background-image: linear-gradient(0deg, transparent 82%, rgba(0, 0, 0, 0.5) 97%, rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(12, 75, 217, 0.2), rgba(12, 75, 217, 0.2));
}

.studies-case {
  position: relative;
  z-index: 0;
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.lines {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 730px;
}

.line {
  width: 1px;
  height: 800px;
  background-color: #fff;
  opacity: 0.2;
}

.pre-container {
  position: relative;
  height: 100%;
  margin-top: 0px;
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/IMAGE-FB.JPG');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/IMAGE-FB.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-2-hero {
  display: none;
  height: 16px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #101112;
  font-size: 24px;
  line-height: 0px;
  font-weight: 300;
  text-align: center;
}

.heading {
  max-width: 800px;
  min-width: 0px;
  margin-top: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.5px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: #101112;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.cta {
  position: relative;
  z-index: 20;
  margin-top: 64px;
  padding: 16px 70px;
  background-color: #0c4bd9;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta:hover {
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.card_study-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}

.title-section {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #101112;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
}

.subtitle {
  margin-bottom: 80px;
  color: #a1a1b6;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.lines-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vw;
  margin-top: 0px;
}

.lineblack {
  width: 1px;
  height: 100vw;
  background-color: #101112;
  opacity: 0.07;
}

.logo_study-case {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 54px;
  margin-top: 16px;
  margin-left: 16px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.image {
  height: 100%;
  padding-top: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.card-content {
  margin-top: 24px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

.date {
  color: #5d5d62;
}

.description-card {
  margin-top: 24px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.cta-outline {
  width: 100%;
  padding: 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #0c4bd9;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0c4bd9;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cta-outline:hover {
  background-color: #0c4bd9;
  color: #fff;
}

.clients {
  display: none;
  margin-top: 0px;
  padding-top: 200px;
  padding-bottom: 0px;
}

.tiny-container {
  display: block;
  width: 70%;
  max-width: 748px;
  margin-right: auto;
  margin-left: auto;
}

.logo-client {
  width: 18%;
  max-width: 120px;
  margin-bottom: 40px;
}

.logo-client.logoclientdisable {
  opacity: 0;
}

.onglet {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.onglet.hidden {
  display: none;
}

.private-client {
  width: 50%;
  cursor: pointer;
}

.private-client.hidden {
  display: none;
}

.heading-3-active {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0c4bd9;
  font-weight: 600;
  text-align: center;
}

.line_active {
  width: 50%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0c4bd9;
}

.line_inactive {
  width: 70%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.div-block {
  width: 120%;
  height: 1px;
  margin: -1px 0px 64px -10%;
  background-color: #d6d6df;
}

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

.heading-3-inactive {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #8a8a96;
  font-weight: 600;
  text-align: center;
}

.subtitle---modifier {
  margin-bottom: 80px;
  color: #5d5d62;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.process {
  display: none;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f4f4f7;
}

.div-block-2 {
  width: 30%;
  height: 120px;
  background-color: #5d5d62;
}

.contact {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.background {
  padding-top: 48px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 17, 18, 0.4)), to(rgba(16, 17, 18, 0.4))), url('../images/daniel-mccullough-HtBlQdxfG9k-unsplash-min.jpg');
  background-image: linear-gradient(180deg, rgba(16, 17, 18, 0.4), rgba(16, 17, 18, 0.4)), url('../images/daniel-mccullough-HtBlQdxfG9k-unsplash-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.title-section---white {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.5px;
}

.subtitle---white {
  margin-bottom: 64px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.containt-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta----contact {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 16px 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c4bd9;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta----contact:hover {
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.cta----contact_mail {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 16px 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0c4bd9;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}

.cta----contact_mail:hover {
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.about {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f4f7;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(63.4%, #f4f4f7), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #f4f4f7 63.4%, #fff 0);
}

.about-left {
  width: 50%;
  max-width: 680px;
  margin-top: 0px;
}

.about-img {
  position: relative;
  z-index: 20;
  display: block;
  width: 54%;
  max-width: none;
  margin-right: -10vw;
  box-shadow: 0 4px 14px 2px rgba(0, 0, 0, 0.1);
}

.row----topsticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team {
  padding-top: 200px;
  padding-bottom: 40px;
}

.team_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_item.hidden {
  display: none;
}

.team_item-name {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #101112;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.team_item-poste {
  color: #8a8a96;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.row----center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team_item--space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 80px;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner {
  padding-top: 80px;
  padding-bottom: 120px;
}

.patner_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 32px;
  background-color: #f4f4f7;
}

.cta-footer {
  position: relative;
  z-index: 20;
  margin-top: 0px;
  margin-bottom: 32px;
  padding: 16px 70px;
  background-color: #0c4bd9;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta-footer:hover {
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.footer-left {
  width: 30%;
}

.footer-text {
  margin-bottom: 4px;
  color: #5d5d62;
  font-size: 16px;
  line-height: 24px;
}

.logo-footer {
  width: 98px;
  margin-bottom: 32px;
}

.link-footer {
  width: 60%;
  border: 1px none #000;
  color: #a1a1b6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.row----bottomsticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-footer-right {
  width: 30%;
  border: 1px none #000;
  color: #a1a1b6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nos-clients-priv.hidden {
  display: none;
}

.logo-client-caisse {
  width: 18%;
  max-width: 80px;
  margin-bottom: 40px;
}

.logo-client-cartier {
  width: 18%;
  max-width: 100px;
  margin-bottom: 40px;
}

.nos-clients-publique {
  display: block;
}

.archi {
  width: 50%;
  cursor: pointer;
}

.nos-partenaire {
  display: none;
}

.row-unactivate {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.text-span {
  color: #8a8a96;
}

.points-background {
  position: absolute;
  display: none;
  margin: -80px 0px -80px 60vw;
}

.image-2 {
  position: absolute;
  z-index: 30;
  margin-top: 360px;
  margin-left: 44vw;
}

.title-section-left {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #101112;
  line-height: 48px;
  text-align: left;
  letter-spacing: -1px;
}

.subtitle-left {
  margin-bottom: 80px;
  color: #a1a1b6;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.paragraph {
  margin-bottom: 24px;
  line-height: 24px;
}

.image-3 {
  margin-right: 12px;
}

.paragraph-copy {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #5d5d62;
  font-size: 12px;
  line-height: 18px;
}

.image-4 {
  width: 100%;
}

.navigation-open {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 104px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-mobile {
  border: 1px none #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.team_item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_item-5 {
  display: none;
  width: 23%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-mobile {
  display: none;
  padding-top: 200px;
  padding-bottom: 40px;
}

.left-text {
  width: 50%;
}

.row-cas-d-etude {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-cas-d-etude.row-left {
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta-outline-attente {
  width: 50%;
  margin-top: 24px;
  padding: 16px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #0c4bd9;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0c4bd9;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cta-outline-attente:hover {
  background-color: #0c4bd9;
  color: #fff;
}

.heading-3 {
  margin-bottom: 24px;
}

.image-6 {
  width: 40%;
}

.rowtocolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowtocolumns.row-left {
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-2 {
  max-width: 360px;
}

.image-7 {
  width: 98px;
}

.link-2 {
  color: #101112;
  text-decoration: underline;
}

.onglet-patrner {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .right_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .link {
    display: none;
  }

  .clients {
    padding-top: 160px;
  }

  .tiny-container {
    width: 100%;
  }

  .div-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f7), to(#f4f4f7));
    background-image: linear-gradient(180deg, #f4f4f7, #f4f4f7);
  }

  .about-left {
    width: auto;
  }

  .about-img {
    display: none;
  }

  .team {
    padding-top: 160px;
  }

  .partner {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .footer-left {
    width: 37%;
  }

  .footer-text {
    font-size: 14px;
  }

  .link-footer {
    font-size: 13px;
    line-height: 18px;
  }

  .link-footer-right {
    font-size: 14px;
  }

  .image-2 {
    margin-top: 530px;
    margin-left: 48vw;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .menu-open {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }

  .navigation-open {
    position: static;
    z-index: 1000;
  }

  .menu-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .image-5 {
    width: 14px;
    height: 14px;
  }

  .link-mobile {
    color: #101112;
  }

  .team_item-5 {
    display: none;
  }

  .team-mobile {
    padding-top: 160px;
  }

  .cta-outline-attente {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .studies-case {
    height: auto;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 32px;
    line-height: 48px;
  }

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

  .title-section {
    font-size: 28px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 12px;
  }

  .contact {
    margin-top: 0px;
    padding-top: 80px;
  }

  .containt-button {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta----contact {
    margin-bottom: 16px;
  }

  .team_item-name {
    font-size: 16px;
    line-height: 20px;
  }

  .team_item-poste {
    font-size: 12px;
    line-height: 16px;
  }

  .row----center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team_item-4 {
    display: none;
  }

  .team_item-5 {
    display: block;
  }

  .left-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-outline-attente {
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    width: 60%;
  }

  .rowtocolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 28px;
    line-height: 36px;
  }

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

  .cta {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .lines-black {
    display: none;
    height: 100vh;
  }

  .lineblack {
    height: 100vh;
    opacity: 0.04;
  }

  .clients {
    margin-top: 0px;
    padding-top: 80px;
  }

  .heading-3-active {
    font-size: 13px;
  }

  .heading-3-inactive {
    font-size: 13px;
  }

  .containt-button {
    width: 80%;
  }

  .team {
    display: none;
  }

  .team_item {
    width: 47%;
  }

  .team_item--space {
    width: 40%;
  }

  .team_item--space.hidden {
    display: none;
  }

  .cta-footer {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    text-align: center;
  }

  .link-footer {
    width: auto;
  }

  .row----bottomsticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-footer-right {
    width: auto;
    margin-bottom: 24px;
  }

  .image-2 {
    display: none;
  }

  .team_item-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }

  .team-mobile {
    display: block;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}