/** <src/css/about.styl> **/
.about main {
  background: #f7f7f7;
  min-height: 100vh;
  height: 100%;
  padding-bottom: 16px;
}
@media only screen and (min-width: 64rem) {
  .about main {
    background: url("/img/why-ff-bg-x1.5.png") no-repeat;
    background-size: cover;
    padding-bottom: 32px;
  }
}
.about h1,
.about span {
  font-size: 18px !important;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .about h1,
  .about span {
    text-align: start;
    font-weight: 900;
    font-size: 18px !important;
  }
}
.about h1 {
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-top: 142px;
  margin-bottom: 24px !important;
}
@media only screen and (min-width: 64rem) {
  .about h1 {
    margin-bottom: 32px;
  }
}
.about h1:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background-color: #001aff;
  margin-top: 20px;
  border-radius: 4px;
}
@media only screen and (min-width: 64rem) {
  .about span {
    text-align: start;
    font-size: 20px;
  }
}
.about-whyFirmFunding h2 {
  font-size: 28px !important;
  font-weight: 900;
  color: #1400ff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 64rem) {
  .about-whyFirmFunding h2 {
    font-size: 52px !important;
    margin-bottom: 32px;
  }
}
.about-whyFirmFunding__description {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 16px;
}
.about-ourTeam h2 {
  margin: 32px 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px !important;
  color: #333;
}
@media only screen and (min-width: 64rem) {
  .about-ourTeam h2 {
    margin: 40px 0;
    text-align: center;
    font-size: 36px !important;
  }
  .about-ourTeam h2:after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin: auto;
    background-color: #001aff;
    margin-top: 20px;
    border-radius: 4px;
  }
}
.about-ourTeam_teams {
  margin-bottom: 32px;
}
@media only screen and (min-width: 64rem) {
  .about-ourTeam_teams {
    margin-bottom: 72px;
  }
}
.about-ourTeam_teams .item {
  display: block;
}
@media only screen and (min-width: 64rem) {
  .about-ourTeam_teams .item {
    display: inline-block;
  }
}
.about-ourTeam_teams .item:nth-of-type(even) {
  margin: 24px 0;
}
@media only screen and (min-width: 64rem) {
  .about-ourTeam_teams .item:nth-of-type(even) {
    margin: 0 32px;
  }
}
@media only screen and (min-width: 94rem) {
  .about-ourTeam_teams .item:first-of-type .cardProfil:before {
    content: "";
    right: 272px;
    width: 130px;
    height: 200px;
    bottom: 172px;
    z-index: 99;
    position: absolute;
    background: url("/img/arrow_teams.svg") no-repeat;
  }
}
.about-ourValues {
  padding-bottom: 24px;
  background: #f7f5ff;
}
@media only screen and (min-width: 64rem) {
  .about-ourValues {
    background: url("/img/our-values-bg-x1.png") no-repeat, #f7f5ff;
    background-position: cover;
    background-position: right;
    padding-bottom: 42px;
  }
}
.about-ourValues h2 {
  margin: 32px 0 24px 0;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (min-width: 64rem) {
  .about-ourValues h2 {
    font-size: 36px;
    margin: 42px 0 32px 0;
  }
}
.about-ourValues h2:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background-color: #001aff;
  margin-top: 20px;
  border-radius: 4px;
}
.about-ourTeam-employee {
  margin: 28px;
  width: 250px;
}
.about-ourTeam-employee__statut {
  text-align: left;
  border-left: 4px #00f solid;
  font-size: 18px;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.about-ourTeam-employee__statut span {
  padding-left: 16px;
  font-weight: 700;
}
.about-ourTeam-employee__statut span:last-child {
  font-size: 14px;
  font-weight: 400;
}
.about-ourTeam-employee__profil {
  margin-top: 20px;
  position: relative;
}
.about-ourTeam-employee__profil:hover .about-ourTeam-employee__socials {
  opacity: 1;
}
.about-ourTeam-employee__socials {
  transition: all ease 350ms;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  opacity: 0;
}
.about-ourTeam-employee__link img {
  width: initial !important;
  transition: all ease 350ms;
}
.about-ourTeam-employee__link img:hover {
  transform: scale(1.2);
}
.about-ourTeam-employee img {
  width: 180px;
}
.committee {
  text-align: center;
  padding-bottom: 32px;
}
.committee h2 {
  font-weight: 700;
  font-size: 36px;
  color: #333;
  margin: 40px 0;
}
.committee h2:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: auto;
  background-color: #001aff;
  margin-top: 20px;
  border-radius: 4px;
}
.committee .container-description {
  margin: 100px 0 50px 0;
}
.committee_flex {
  row-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .committee_flex {
    row-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.committee_flex-item {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .committee_flex-item {
    width: auto;
    display: inline-block;
  }
}
.committee-team-strategic__statut {
  font-size: 16px !important;
}
.testimonials {
  box-shadow: 3px 0px 8px rgba(41,23,255,0.1);
  position: relative;
  background-color: #fff;
}
.testimonials .button {
  margin: 80px auto 50px;
}
.testimonials--blue {
  background-color: #f2f4fd;
}
.testimonials .container {
  width: 100%;
}
.testimonials .container .container-description {
  margin: 119px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .testimonials .container .container-description {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.testimonials .container .title {
  text-align: left;
}
.testimonials .container .title ::after {
  margin: 10px 0;
}
.testimonials .container p {
  line-height: 24px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .testimonials .container p {
    height: 0px;
    margin-bottom: 50px;
  }
}
.testimonials .container .cardArticle-container {
  margin: 50px 13px 40px 40px;
  width: initial !important;
  transition: all 1s ease;
}
.testimonials .container .cardArticle-container.col-md-3 {
  max-width: 12% !important;
}
@media screen and (max-width: 768px) {
  .testimonials .container .cardArticle-container.col-md-3 {
    max-width: initial !important;
    margin: 0px auto;
  }
}
.testimonials .container .cardArticle-container .verbatim-picture {
  position: relative;
  margin: 0px;
}
.testimonials .container .cardArticle-container .verbatim-picture .verbatim-picture-content {
  height: initial;
}
.testimonials .container .cardArticle-container .verbatim-picture .verbatim-picture-content img {
  width: 70%;
  height: 70%;
  border-radius: 70px;
}
.testimonials-panel {
  background-color: #fff;
  padding: 25px 80px 0 40px !important;
}
.testimonials-panel p {
  height: initial !important;
}
.testimonials-panel h3 {
  font-size: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .testimonials-panel h3 {
    margin-top: 0;
    font-size: 16px !important;
  }
}
.testimonials-panel h2 {
  font-size: 46px;
  text-align: left;
}
.testimonials-panel h2::after {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .testimonials-panel .row.center-xs {
    justify-content: start;
  }
}
.testimonials-carrousel .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .testimonials-carrousel .row {
    flex-wrap: wrap;
  }
}
.testimonials-carrousel .row:first-child {
  width: 3000px;
}
@media screen and (max-width: 768px) {
  .testimonials-carrousel .row:first-child {
    width: 100%;
    margin: 0;
    height: 480px;
    overflow: hidden;
  }
}
.testimonials-carrousel-nav {
  margin-bottom: 40px;
}
.testimonials-carrousel-nav img {
  cursor: pointer;
  outline: none;
}
.testimonials-carrousel-nav img:hover {
  transform: scale(1.1);
}
.testimonials-carrousel-nav .col-xs-1 {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .testimonials-carrousel-nav .col-xs-1 #next {
    margin-right: 0;
  }
}
#OurTeam,
#OurValues {
  position: absolute;
  margin-top: -90px;
}
/** </src/css/about.styl> **/
/** <src/css/contact-us.styl> **/
.contact-us {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 64rem) {
  .contact-us {
    background-color: #fff;
  }
}
.contact-us_left {
  display: flex;
  align-items: center;
  padding-top: 108px;
}
@media only screen and (min-width: 64rem) {
  .contact-us_left {
    padding-top: 80px;
    height: 100vh;
    min-height: 320px;
  }
  .contact-us_left_titles {
    margin: 0 calc(64px + 3%);
  }
}
.contact-us h1 {
  color: #3927ff;
  font-weight: 900;
  font-size: 32px !important;
  margin-bottom: 16px !important;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .contact-us h1:before {
    content: "";
    background: url("/img/double-arrows-right.svg") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-y: center;
    left: -32px;
    margin-top: 1px;
  }
}
.contact-us h2 {
  color: #4f4f4f;
  font-size: 16px !important;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 64rem) {
  .contact-us h2 {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.contact-us_right {
  background-color: #f2f2f2;
}
.contact-us_right form {
  margin-top: 24px;
}
@media only screen and (min-width: 64rem) {
  .contact-us_right {
    min-height: calc(100vh - 80px);
    margin-top: 80px;
  }
  .contact-us_right form {
    margin-top: 32px;
  }
}
.contact-us_right input[type=text],
.contact-us_right input[type=email],
.contact-us_right button,
.contact-us_right textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #98a0aa;
  border: 0px;
  padding: 12px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 16px;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .contact-us_right input[type=text],
  .contact-us_right input[type=email],
  .contact-us_right button,
  .contact-us_right textarea {
    width: -webkit-fill-available;
  }
}
.contact-us_right input[type=text],
.contact-us_right input[type=email],
.contact-us_right textarea {
  color: #333;
}
.contact-us_right input[type=submit] {
  background-color: #0047ff !important;
  margin: 12px 0 16px 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 12px 48px;
  font-weight: 700;
  outline: 0;
  border: 0;
}
.contact-us_right input:-webkit-autofill,
.contact-us_right input:-webkit-autofill:hover,
.contact-us_right input:-webkit-autofill:focus,
.contact-us_right input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.contact-us_right fieldset ::placeholder {
  color: rgba(130,130,130,0.5);
  font-size: 14px;
}
.contact-us_right label {
  display: block;
  margin-bottom: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.contact-us_right p.ok {
  display: none;
}
.contact-us_right p.ko {
  display: none;
}
/** </src/css/contact-us.styl> **/
/** <src/css/events.styl> **/
section.viavoice {
  margin-top: 80px;
}
section.viavoice .viavoice-container .container-block {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
  min-height: 415px;
}
section.viavoice .viavoice-container .container-block:last-child {
  margin-bottom: 80px;
}
section.viavoice .viavoice-container .container-block p {
  color: #4f4f4f;
  margin: 20px 0;
}
section.viavoice .viavoice-container .container-block li {
  color: #4f4f4f;
  list-style-type: none;
  margin-top: 10px;
}
section.viavoice .viavoice-container figure.container-background {
  margin: 0;
  padding: 0;
}
section.viavoice .viavoice-container figure.container-background img {
  width: 100%;
}
section.viavoice .viavoice-container .container-informations {
  padding: 30px;
  color: #4f4f4f;
  line-height: 1.5;
}
section.viavoice .viavoice-container .container-informations input {
  border: 1px solid #00f;
  padding: 5px;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}
section.viavoice .viavoice-container .container-informations input[name="phone"] {
  margin: 10px 0 10px 0;
}
section.viavoice .viavoice-container .container-informations table#viaVoiceAfite #popup {
  color: #4f4f4f;
}
section.viavoice .viavoice-container .container-informations table#viaVoiceAfite #popup figure img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
p.blue {
  color: #2917ff;
}
section.viavoiceAfite {
  margin-top: 80px;
}
section.viavoiceAfite .viavoiceAfite-container .container-block {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
  min-height: 415px;
}
@media screen and (max-width: 640px) {
  section.viavoiceAfite .viavoiceAfite-container .container-block {
    margin-top: 40px;
  }
}
section.viavoiceAfite .viavoiceAfite-container .container-block:last-child {
  margin-bottom: 80px;
}
section.viavoiceAfite .viavoiceAfite-container .container-block p.blue {
  color: #2917ff;
}
section.viavoiceAfite .viavoiceAfite-container .container-block li {
  list-style-type: none;
  margin-top: 10px;
}
section.viavoiceAfite .viavoiceAfite-container .container-background {
  margin: 0;
  padding: 0;
}
section.viavoiceAfite .viavoiceAfite-container .container-background img {
  width: 40%;
}
section.viavoiceAfite .viavoiceAfite-container .container-background .col-lg-12:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.viavoiceAfite .viavoiceAfite-container .container-background figure {
  width: 40%;
  margin-bottom: 0px;
  margin-top: 50px;
}
section.viavoiceAfite .viavoiceAfite-container .container-background figure:first-child img {
  width: 50%;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations {
  padding: 30px;
  line-height: 1.5;
  color: #4f4f4f;
  text-align: justify;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations_paragraph {
  position: relative;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations_paragraph p {
  margin: 20px 0;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations_paragraph span.first-quotes {
  font-size: 100px;
  font-family: cursive;
  position: absolute;
  top: 0px;
  left: -50px;
  color: #2917ff;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations_paragraph span.second-quotes {
  font-size: 100px;
  font-family: cursive;
  position: absolute;
  bottom: -50px;
  right: -50px;
  transform: rotate(180deg);
  color: #2917ff;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations_paragraph span.second-quotes-inline {
  font-size: 100px;
  font-family: cursive;
  position: absolute;
  bottom: 30px;
  right: -50px;
  transform: rotate(180deg);
  color: #2917ff;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations_paragraph .center {
  width: 100% !important;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations input {
  border: 1px solid #00f;
  padding: 5px;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  color: #4f4f4f;
}
section.viavoiceAfite .viavoiceAfite-container .container-informations input::placeholder {
  color: rgba(79,79,79,0.5);
}
section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite {
  margin: 50px 0;
}
@media screen and (max-width: 640px) {
  section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite {
    margin: 25px 0;
  }
}
section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite .form-content {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite .form-content {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite .form-content_title {
    text-align: center;
    margin-bottom: 10px;
  }
}
section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite #popup {
  color: #4f4f4f;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite #popup {
    background-color: #fff;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: fixed;
    top: 80px;
  }
}
section.viavoiceAfite .viavoiceAfite-container .container-informations #viaVoiceAfite #popup figure img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
section.barometer .container-background {
  background: url("/img/news/contents/barometer.jpg");
  background-size: cover;
}
section.barometer2020 .container-background {
  background: url("/img/news/contents/barometer-2020.jpg");
  background-size: cover;
}
section.barometer2021 .container-background {
  background: url("/img/news/contents/barometer-2021.jpg");
  background-size: cover;
}
section.barometer2022 .container-background {
  background: url("/img/news/contents/barometer-2022.jpg");
  background-size: cover;
}
section.barometer2023 .container-background {
  background: url("/img/news/contents/barometer-2023.jpg");
  background-size: cover;
}
section.barometer2024 .container-background {
  background: url("/img/news/contents/barometer-2024.jpg");
  background-size: cover;
}
section.advisorGuide .container-background {
  background: url("/img/news/contents/AdvisorGuide.jpg");
  background-size: cover;
}
section.side .container-background {
  background: url("/img/news/contents/Side.jpg");
  background-size: cover;
}
section.side .legend {
  position: relative;
  top: 650px;
  left: 150px;
  color: #0015dc;
  font-weight: 600;
  font-family: Lato;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  section.side .legend {
    display: none;
  }
}
/** </src/css/events.styl> **/
/** <src/css/financingExample.styl> **/
.financingExample-header {
  background-color: #f7f7f7;
  padding-bottom: 32px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .financingExample-header {
    margin-bottom: 44px;
    padding-bottom: 64px;
  }
}
.financingExample-header h1 {
  margin-top: 142px;
  margin-bottom: 24px !important;
  font-weight: 700;
  font-size: 36px !important;
}
@media only screen and (min-width: 64rem) {
  .financingExample-header h1 {
    margin-bottom: 32px;
  }
}
.financingExample-header h1:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background-color: #001aff;
  margin-top: 20px;
  border-radius: 4px;
}
.financingExample-header p {
  line-height: 1.5 !important;
}
.financingExample_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .financingExample_flex {
    gap: 12px;
  }
}
@media only screen and (min-width: 64rem) {
  .financingExample_flex {
    gap: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .financingExample_flex {
    gap: 1.5rem;
    margin-bottom: 64px;
  }
}
.financings-carried-out_financedSectors {
  background: #f8f8f8;
  padding-bottom: 32px;
}
.financings-carried-out_financedSectors h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 36px 0;
}
@media only screen and (min-width: 64rem) {
  .financings-carried-out_financedSectors h2 {
    margin: 48px 0 36px 0;
  }
}
.financings-carried-out_financedSectors h2:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background-color: #001aff;
  margin-top: 20px;
  border-radius: 4px;
}
.financings-carried-out_financedSectors p {
  line-height: 1.5;
}
.financings-carried-out_getNews {
  margin-top: 24px;
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  background: #f8f8f8 !important;
  scrollbar-width: thin;
}
@media only screen and (min-width: 64rem) {
  .financings-carried-out_getNews {
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 1rem;
  }
}
.financings-carried-out_getNews article {
  min-width: 340px !important;
  box-shadow: none !important;
  margin: 0 !important;
  margin-bottom: 12px !important;
}
.financings-carried-out_getNews::-webkit-scrollbar {
  height: 7px;
  margin-right: 16px;
}
.financings-carried-out_getNews::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 8px;
}
.financings-carried-out_getNews::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 8px;
}
.financings-carried-out_testimonials {
  padding-bottom: 64px;
  border-bottom: 1px solid #e0e0e0;
}
.financings-carried-out_testimonials h2 {
  font-weight: 700;
  font-size: 36px;
  margin: 24px 0;
}
.financings-carried-out_testimonials h2:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-left: 0;
  margin-right: 0;
  background-color: #001aff;
  margin-top: 20px;
  border-radius: 4px;
}
@media only screen and (min-width: 48rem) {
  .financings-carried-out_testimonials h2:after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .financings-carried-out_testimonials h2 {
    margin: 36px 0 28px 0;
  }
}
.financings-carried-out_testimonials p {
  margin-bottom: 48px;
  line-height: 1.5;
}
.financings-carried-out_cards {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  width: 100%;
  border-radius: 8px;
  padding-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 288px;
}
@media only screen and (min-width: 720px) {
  .financings-carried-out_cards {
    width: 600px;
  }
}
@media only screen and (min-width: 1040px) {
  .financings-carried-out_cards {
    width: 912px;
  }
}
@media only screen and (min-width: 1440px) {
  .financings-carried-out_cards {
    width: 1224px;
  }
}
.financings-carried-out_cards::-webkit-scrollbar {
  height: 7px;
  margin-right: 16px;
}
.financings-carried-out_cards::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 8px;
}
.financings-carried-out_cards::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 8px;
}
#financedSectors,
#testimonials {
  position: absolute;
  margin-top: -90px;
}
/** </src/css/financingExample.styl> **/
/** <src/css/flexboxgrid.min.css> **/
.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}/** </src/css/flexboxgrid.min.css> **/
/** <src/css/global.styl> **/
html,
body {
  font-family: 'Lato', sans-serif;
  color: #4f4f4f;
  overflow-x: hidden;
  background-color: #fff;
}
body {
  line-height: 1 !important;
  font-size: medium !important;
}
button {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
p,
span,
a {
  font-weight: 400;
}
h3,
.newProject-container-description.interview h2 {
  font-size: 30px;
  color: #002ad0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h3,
  .newProject-container-description.interview h2 {
    font-size: 25px !important;
  }
}
a.contact-mail {
  color: #002ad0;
  text-decoration: none;
}
address {
  font-style: normal;
}
header {
  z-index: 99;
}
header .picto-socials img {
  width: 24px;
}
footer .picto-socials img {
  margin-right: 15px;
}
.title {
  margin: 155px -7px 65px 30px;
  color: #2917ff;
  font-size: 36px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .title {
    margin: 130px 10px 0px 30px;
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 25px !important;
    line-height: 1.3;
  }
  .title span {
    font-size: 36px !important;
    font-weight: 700 !important;
  }
}
.title span {
  font-weight: 800;
}
.nth-title {
  margin-top: 40px !important;
}
.subtitle {
  color: #2917ff;
  font-weight: 300;
  margin-left: 30px !important;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
  font-size: 22px !important;
}
@media screen and (max-width: 768px) {
  .subtitle {
    margin-top: 30px !important;
  }
}
.intro.home {
  position: relative;
  overflow: hidden;
}
.intro.home .intro-container-description__motto {
  color: rgba(255,255,255,0.66);
}
@media only screen and (max-width: 768px) {
  .intro.home .intro-container-description__motto {
    margin-top: 8px;
  }
}
.intro.home .intro-container-description__subTitle {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .intro.home .intro-container-description__subTitle {
    font-size: 16px !important;
    padding-top: 15px;
  }
}
.intro {
  position: relative;
  background-repeat: no-repeat;
  background-size: 90%, cover;
  background-position: center, 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 758px) {
  .intro {
    background-image: url("../img/bg-home/bubble-0.75.png"), url("../img/bg-home/bg-758.png") cover no-repeat;
    padding: 32px;
  }
}
@media only screen and (min-width: 759px) {
  .intro {
    background-size: contain cover;
    height: calc(100vh - 140px);
    padding: 40px;
  }
}
@media only screen and (max-width: 1250px) {
  .intro {
    background-image: url("../img/bg-home/bubble-0.75.png"), url("../img/bg-home/bg-1250.png");
  }
}
@media only screen and (max-width: 1406px) {
  .intro {
    background-image: url("../img/bg-home/bubble-1.png"), url("../img/bg-home/bg-1406.png");
  }
}
@media only screen and (max-width: 1620px) {
  .intro {
    background-image: url("../img/bg-home/bubble-1.png"), url("../img/bg-home/bg-1620.png");
  }
}
@media only screen and (max-width: 1980px) {
  .intro {
    background-image: url("../img/bg-home/bubble-1.png"), url("../img/bg-home/bg-1980.png");
  }
}
@media only screen and (min-width: 1980px) {
  .intro {
    background-image: url("../img/bg-home/bubble-2.png"), url("../img/bg-home/bg-4360.png");
  }
}
.intro .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.intro .container .row {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.intro.services {
  background: url("../img/section-intro-services-background.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .intro.services {
    background: url("../img/section-intro-background-mobile.png") center no-repeat;
  }
}
.intro.services .intro-container-description__title {
  font-size: 1px;
  font-weight: 700;
}
.intro.services .intro-container-description__subTitle {
  font-size: 18px;
  line-height: 1.5;
}
.intro.services h1 {
  font-size: 24px !important;
  font-weight: 900;
  margin-top: 32px;
  margin-bottom: 24px;
}
.intro.services-firmclosing {
  background: url("../img/section-intro-services-firmclosing-background.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .intro.services-firmclosing {
    background: url("../img/section-intro-background-mobile.png") center no-repeat;
  }
}
.intro.services-firmclosing .intro-container-description__title {
  font-size: 1px;
  font-weight: 700;
}
.intro.services-firmclosing .intro-container-description__subTitle {
  font-size: 18px;
  line-height: 1.5;
}
.intro.services-firmclosing h1 {
  font-size: 24px !important;
  font-weight: 900;
  margin-top: 32px;
  margin-bottom: 24px;
}
.intro-container-arrow {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 40px;
  text-align: center;
  bottom: 15%;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .intro-container-arrow {
    display: none;
  }
}
.intro-container-arrow__logo {
  position: relative;
  animation: scroll 1s infinite ease alternate;
}
.intro-container-description {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .intro-container-description {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-container-description {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-container-description {
    margin-left: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-container-description {
    margin-left: 52px;
  }
}
.intro-container-description__title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .intro-container-description__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-container-description__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-container-description__title {
    font-size: 28px;
    margin-bottom: 90px;
  }
}
.intro-container-description__title span {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.intro-container-description__subTitle {
  font-size: 24px;
}
.intro-container-play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.intro-container-play img {
  opacity: 0.7;
  transition: 150ms all ease;
}
.intro-container-play img:hover {
  opacity: 1;
}
.intro-container-play figure svg {
  border-radius: 50px;
  transition: 150ms all ease;
}
@media screen and (max-width: 640px) {
  .intro-container-play figure svg {
    width: 58px;
    height: 58px;
  }
}
@media screen and (min-width: 640px) {
  .intro-container-play figure svg:hover {
    width: 97px;
    height: 97px;
    box-shadow: 0px 0px 2px -1px #4f4f4f;
  }
}
.intro-container-play figure circle {
  fill: rgba(41,23,255,0.5);
}
.intro-container-play figure circle:hover {
  fill: rgba(41,23,255,0.6);
}
.modal-container {
  position: fixed;
  background: rgba(0,0,0,0.9);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s opacity ease;
  overflow: hidden;
}
.modal-container_close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}
.modal-container_close img {
  opacity: 0.3;
  transition: 350ms opacity ease;
}
.modal-container_close img:hover {
  opacity: 1;
}
.modal-container_video {
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.modal-container_video video {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .modal-container_video video {
    width: 85%;
  }
}
.dropdown-box {
  opacity: 0;
}
.dropdown-container:hover .dropdown-box {
  opacity: 1;
}
.header-trad,
.footer-trad {
  display: flex;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-dropdown-container,
  .footer-dropdown-container {
    margin-top: 20px;
  }
}
.header-dropdown-lang,
.footer-dropdown-lang {
  flex-direction: column;
  width: max-content;
  padding: 1rem;
  position: absolute;
  top: 30px;
  left: 0px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-dropdown-lang li:hover,
.footer-dropdown-lang li:hover {
  background: rgba(0,71,255,0.07);
}
.header-dropdown-lang__fr,
.footer-dropdown-lang__fr {
  margin-bottom: 20px;
}
.header-dropdown-lang a,
.footer-dropdown-lang a {
  display: flex;
  align-items: center;
  padding: 0.6rem;
}
.header-dropdown-lang a span,
.footer-dropdown-lang a span {
  padding-left: 20px;
}
.footer-dropdown-lang {
  position: relative;
  top: 0px;
}
.footer-dropdown-lang a {
  padding: 0px;
}
.picto-socials img {
  width: 48px;
  background-color: #e0e0e0;
  border-radius: 50px;
}
.picto-socials img.linkedin:hover {
  background-color: #007ab9;
  opacity: 0.8;
  transition: 350ms all ease;
}
.picto-socials img.twitter:hover {
  background-color: #55ace5;
  opacity: 0.8;
  transition: 350ms all ease;
}
.picto-socials img.youtube:hover {
  background-color: #c4302b;
  opacity: 0.8;
  transition: 350ms all ease;
}
.container-description-small-margin {
  margin: 45px 0 30px 0;
}
.container-description {
  position: relative;
  margin: 5px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .container-description {
    margin: 55px 0 50px 0;
  }
}
.container-description__title {
  font-weight: 700;
  font-size: 36px;
}
.container-description__title::after {
  background-color: #002ad0;
  content: "";
  display: flex;
  margin: 15px auto 0;
  bottom: -20px;
  left: 40%;
  width: 44px;
  height: 3px;
}
.container-description__subText {
  font-size: 25px;
  font-weight: 700;
  color: #71758a;
  margin-bottom: 65px;
}
.button {
  width: auto;
  background: #002ad0;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 17px 40px;
  transition: box-shadow 350ms;
  outline: none;
}
.button:hover {
  box-shadow: 0 0 7px 1px rgba(106,106,106,0.7);
}
.button__title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkbox-container:not(:first-of-type) {
  margin-left: 20px;
}
.checkbox-container label {
  color: #bdbdbd;
  padding-left: 10px;
}
.press-container .cardArticle-container,
.publications-container .cardArticle-container,
.events-container .cardArticle-container {
  min-height: 400px;
  margin: 20px;
}
.press-container .cardArticle-container__category,
.publications-container .cardArticle-container__category,
.events-container .cardArticle-container__category {
  display: none;
}
.press-container .cardArticle-container__description,
.publications-container .cardArticle-container__description,
.events-container .cardArticle-container__description {
  min-height: 80px;
}
@media screen and (max-width: 640px) {
  .press-container .cardArticle-container__description,
  .publications-container .cardArticle-container__description,
  .events-container .cardArticle-container__description {
    min-height: 0px;
  }
}
@media screen and (max-width: 640px) {
  .press-container .cardArticle-container .verbatim-picture-content,
  .publications-container .cardArticle-container .verbatim-picture-content,
  .events-container .cardArticle-container .verbatim-picture-content {
    margin: 20% auto;
  }
}
.interview iframe {
  padding: 20px;
}
.anchor {
  position: relative;
  top: -90px;
}
iframe.youtube {
  float: right;
}
@media screen and (max-width: 768px) {
  iframe.youtube {
    float: initial;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.interview .row {
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  padding: 30px;
}
.interview .row h2 {
  text-align: left;
}
.interview .row p {
  text-align: justify;
}
.interview .row img {
  width: 100%;
}
.interview .row.videoBahri {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px !important;
    margin-bottom: 40px !important;
  }
  h1 span {
    font-size: 40px !important;
  }
  h2,
  h3 {
    font-size: 22px !important;
  }
  p {
    font-size: 16px !important;
  }
  .container-description {
    margin: 45px 0 40px 0;
  }
}
fieldset {
  margin: 20px;
  padding: 0 10px 10px;
  border-radius: 8px;
  padding-top: 10px;
}
legend {
  padding: 2px 4px;
}
button.blue {
  background: #0047ff;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 7px 22px;
  outline: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  margin: auto;
  width: 80%;
}
.clear {
  clear: both;
}
#popup {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  box-shadow: 0 0 6px 1px #002ad0;
  width: 40%;
  position: absolute;
  left: 30%;
  background: #fff;
}
#cross {
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  text-align: right;
  width: 50px;
  cursor: pointer;
}
#cross:before {
  content: 'close';
}
ol.lower-roman-bullet li {
  list-style-type: lower-roman;
}
ol.lower-roman-bullet li::before,
ol.no-bullet li::before {
  content: none;
}
.examples-upline {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .examples-upline {
    margin-bottom: 0px;
  }
}
p a,
p a:visited {
  color: #002ad0;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
.mb15 {
  margin-bottom: 15px;
  line-height: 1.3;
}
.mt15 {
  margin-top: 15px;
  line-height: 1.3;
}
@-moz-keyframes scroll {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
@-webkit-keyframes scroll {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
@-o-keyframes scroll {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
@keyframes scroll {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
/** </src/css/global.styl> **/
/** <src/css/google-fonts-lato.css> **/
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /* src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2'); */
  src: local('Lato Light'), local('Lato-Light'), url(/fonts/lato-light-300-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /* src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2'); */
  src: local('Lato Light'), local('Lato-Light'), url(/fonts/lato-light-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(/fonts/lato-900-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(/fonts/lato-900-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/** </src/css/google-fonts-lato.css> **/
/** <src/css/home.styl> **/
.guarantee {
  background-color: #303030;
}
.guarantee-block {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.guarantee-block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  z-index: 9;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.guarantee-block:first-of-type.guarantee-block::after {
  background: url("/img/1st-place-medal.svg") no-repeat;
  width: 180px;
  height: 180px;
}
.guarantee-block:nth-child(2).guarantee-block::after {
  background: url("/img/bills.svg") no-repeat;
  width: 200px;
  height: 200px;
}
.guarantee-block:last-of-type.guarantee-block::after {
  background: url("/img/invests.svg") no-repeat;
  width: 200px;
  height: 200px;
}
.guarantee-block__numbers {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
.guarantee-block__numbers span {
  vertical-align: super;
  font-size: 20px;
  font-weight: 900;
}
.guarantee-block__text {
  font-size: 20px;
  font-weight: 700;
  padding-top: 28px;
  color: #828282;
}
.discover {
  background-color: #fff;
  padding-bottom: 100px;
}
.discover article {
  margin-top: 80px;
  padding: 50px 0;
  position: relative;
}
.discover-block {
  background: #fff;
  box-shadow: 0px 4px 32px rgba(0,0,0,0.14);
  border-radius: 8px;
  padding: 35px 0;
}
.discover-block__title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 25px;
  text-align: center;
}
.discover-block__subText {
  color: #002ad0;
  font-weight: bold;
  font-size: 36px;
}
.discover-privateDebt-description {
  font-size: 18px;
  text-align: left;
}
.discover-privateDebt-description__title {
  padding-bottom: 20px;
}
.discover-privateDebt-description__subTitle {
  font-weight: 700;
}
.discover-privateDebt-description__text {
  font-size: 1rem;
  line-height: 25px;
  text-align: justify;
  margin: 40px 0;
}
.discover-privateDebt {
  position: relative;
}
.discover-privateDebt-egibility {
  position: absolute;
  top: 190px;
  left: 260px;
  z-index: 11;
  transition: 450ms all ease;
}
.discover-privateDebt-contact {
  display: inline-block;
  margin-left: 10px;
}
.discover-privateDebt .macBook {
  position: relative;
  z-index: 0;
  top: 0;
}
.discover-privateDebt-survey {
  position: relative;
}
.discover-privateDebt-survey__content {
  z-index: 10;
  position: relative;
  left: -80px;
  top: -50px;
}
.discover-privateDebt-survey__form {
  margin-top: 56px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 110px;
  transition: 450ms all ease;
}
.discover-privateDebt-survey__form h3 {
  padding-bottom: 56px;
}
.discover-privateDebt-survey__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}
.discover-privateDebt-survey__item.email {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.discover-privateDebt-survey__item span {
  white-space: normal;
  min-width: 170px;
  text-align: left;
  font-weight: 700;
  color: #002ad0;
}
.discover-privateDebt-survey__item input[type=email] {
  border: 1px solid #bdbdbd;
  padding: 5px 10px;
  border-radius: 3px;
  width: 53%;
  font-family: Lato, sans-serif;
  font-size: 13px;
  color: #bdbdbd;
  outline: none;
}
.discover-privateDebt-survey__item input[type=email]:invalid {
  color: #ed4035;
  border-color: rgba(237,64,53,0.6);
  background: rgba(237,64,53,0.1);
}
.discover-privateDebt-survey__item input[type=email]:focus {
  background: rgba(0,42,208,0.1);
  border-color: rgba(0,42,208,0.6);
  color: #002ad0;
}
.discover-privateDebt-survey__checkbox {
  display: flex;
  min-width: 320px;
}
.discover-privateDebt-survey__check {
  margin-left: 30px;
}
.discover-privateDebt-survey__contact {
  color: #002ad0;
  font-style: italic;
  font-size: 14px;
}
.discover-privateDebt-survey__contact p:first-child {
  padding-bottom: 15px;
}
.discover-privateDebt-survey button#surveySubmit {
  background: #002ad0;
  color: #fff;
  font-family: 'Lato' x, sans-serif;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  outline: none;
  transition: all ease 350ms;
}
.discover-privateDebt-survey button#surveySubmit:hover {
  box-shadow: 0 0 7px 1px rgba(106,106,106,0.7);
  font-size: 1.05rem;
}
.discover-funding {
  height: 430px;
}
.discover-funding-macBook {
  position: absolute;
  top: -50px;
  right: -262px;
}
.discover-funding-description h3 {
  padding-bottom: 25px;
  line-height: 1.3;
}
.discover-funding-description-list {
  margin-left: 16px;
  position: relative;
  text-align: left;
}
.discover-funding-description-list__title {
  font-weight: 800;
}
.discover-funding-description-list__container li {
  margin: 25px 20px;
  font-weight: 400;
}
.discover-funding-description-list__container li::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #002ad0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  left: 5px;
  margin-top: 6px;
}
.discover-funding-description-list__container span::before {
  content: none;
  position: absolute;
  display: block;
  background-color: #002ad0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
}
.discover-funding-description-list__container button {
  text-align: left;
}
.clients {
  background: url("/img/contact-home-bg-0.5.png") no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1040px) {
  .clients {
    background: url("/img/contact-home-bg-1.png") no-repeat;
  }
}
@media only screen and (min-width: 1440px) {
  .clients {
    background: url("/img/contact-home-bg-1.5.png") no-repeat;
  }
}
@media only screen and (min-width: 1980px) {
  .clients {
    background: url("/img/contact-home-bg-2.png") no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .clients__description {
    padding: 0 30px;
  }
}
.clients .container-description {
  margin-bottom: 40px;
  text-align: center;
}
.clients .container-description__title {
  color: #002ad0;
}
.clients .container-description__title::after {
  display: none;
}
.clients .container-description__title {
  color: #fff;
}
.clients p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  opacity: 0.9;
}
.clients button {
  margin: 42px 0;
  background: transparent;
  border: thin solid #fff;
}
.clients button:hover {
  box-shadow: none;
}
.actuality {
  background-color: #fff;
}
.actuality .container-description {
  margin: 44px 0 44px 0;
}
.actuality h2 {
  color: #333;
  font-weight: 900;
  padding-left: 32px;
}
.actuality h2::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .actuality h2 {
    padding-left: 0;
  }
}
.actuality .button {
  margin: 24px auto 32px;
}
.actuality .link {
  margin: 24px 0 32px 0;
}
.actuality .link div {
  padding: 0;
  margin: 0;
}
.actuality .link a {
  font-size: 14px;
  font-weight: 800;
  color: #333;
  text-decoration-line: underline;
  padding: 12px 0;
}
.downline div {
  justify-content: center !important;
  background-color: #e0dff3;
}
.downline div.container-description {
  margin: 45px 0 8px 0;
}
.downline h2 {
  color: #000;
  font-weight: 900;
  padding-left: 32px;
}
.downline h2::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .downline h2 {
    padding-left: 0;
  }
}
.downline-container {
  position: relative;
  padding: 38px;
  color: #4f4f4f;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .downline-container {
    margin: 32px 0 24px 0;
  }
}
@media only screen and (min-width: 768px) {
  .downline-container {
    padding: 25px;
  }
}
.downline-container.col-lg-3 {
  min-width: 372px !important;
}
.downline-container__link {
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
  display: flex;
}
.downline-container__link a,
.downline-container__link a:visited {
  font-weight: 900;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 1px;
}
.downline-container__title {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  min-height: 44px;
}
.downline-container__description {
  margin-top: 12px;
  text-align: justify;
  line-height: 1.5;
}
.downline-container ul {
  text-align: left;
}
.downline-container li {
  margin-top: 10px;
  font-size: 13px;
}
.downline-container li span {
  line-height: 1.5;
  text-align: justify;
  font-size: 13px;
}
.downline-container li::before {
  color: #002ad0;
  content: "";
  display: inline-block;
  font-size: 1em;
  background-color: #333;
  width: 6px;
  height: 6px;
  border-radius: 2px;
}
.downline-container button {
  position: absolute;
  bottom: 20px;
  left: 50;
  transform: translate(-50%);
}
.partners {
  background-color: #f7f7f7;
  padding-bottom: 72px;
}
.partners .flex {
  gap: 12px;
}
.partners a {
  height: 100px;
  width: 150px;
}
.partners h3 {
  color: #333;
  padding: 44px 0 64px 0;
  text-align: center;
  font-weight: 900;
}
.partners figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.partners figure img {
  max-width: inherit;
  max-height: inherit;
  mix-blend-mode: luminosity;
}
.partners-container {
  height: 100px;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.partners-container span {
  font-size: 16px;
  text-align: left;
}
.partners-container__logo {
  transition: all ease 350ms;
  width: 90%;
}
.partners-container__logo.ffi {
  height: 100px;
  width: 100px;
}
.partners-container__logo.lyonfinance {
  width: 100px;
  height: 100px;
}
.partners-container__logo.france-invest {
  width: 100px;
  height: 90px;
}
.partners-container__logo:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .macBook {
    display: none;
  }
  .intro h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .intro h1 span {
    font-size: 40px;
  }
  .intro h2 {
    font-size: 17px;
  }
  .intro p {
    font-size: 16px;
  }
  .intro-container-description {
    text-align: left;
  }
  .guarantee-block {
    margin: 0 auto 70px;
  }
  .guarantee h2 {
    font-size: 30px !important;
  }
  .discover {
    padding-bottom: 0;
  }
  .discover article {
    padding: 40px 0 0 0;
    background-color: #f2f4fd;
    margin-top: 0;
    margin-top: 40px;
  }
  .discover article:last-child {
    margin-top: 0;
    background-color: transparent;
  }
  .discover-block__subText {
    font-size: 30px;
  }
  .discover-block:last-child {
    margin-top: 20px;
  }
  .discover-privateDebt {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
  }
  .discover-privateDebt-survey__content {
    position: initial;
  }
  .discover-privateDebt-survey__form {
    position: initial;
  }
  .discover-privateDebt-survey__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
  .discover-privateDebt-survey__item:nth-child(2) span br {
    display: none;
  }
  .discover-privateDebt-survey__item span {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .discover-privateDebt-survey__checkbox {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0;
    width: 100%;
    padding-left: 30px;
    text-align: left;
  }
  .discover-privateDebt-survey__check {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .discover-privateDebt-survey__contact {
    width: 95%;
    margin: 0 auto 50px;
  }
  .discover-privateDebt-survey__contact p {
    font-size: 14px !important;
  }
  .discover-privateDebt-survey .checkbox-container {
    display: inline-block;
    min-width: 50%;
    margin: 0;
    margin: 10px auto;
  }
  .discover-privateDebt-egibility {
    position: initial;
    margin-bottom: 40px;
  }
  .discover-privateDebt-description {
    text-align: center;
    margin-bottom: 30px;
  }
  .discover-privateDebt-contact {
    margin-left: 0;
  }
}
/** </src/css/home.styl> **/
/** <src/css/mixins/cardArticle.styl> **/
.index .cardArticle-container {
  line-height: 1.5;
}
.index .cardArticle-container__category {
  font-size: 12px;
  padding: 8px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 16px;
}
.index .cardArticle-container__category.blog {
  background: #e4dfff;
  color: #5438ff;
}
.index .cardArticle-container__category.pme {
  background: #d2f7f9;
  color: #009da8;
}
.index .cardArticle-container__category.private {
  background: #ffe5f8;
  color: #d800db;
}
.index .cardArticle-container__category.signed {
  background: #fdfce8;
  color: #ded935;
}
.index .cardArticle-container__category.newsletter {
  background: #ccffd1;
  color: #13bc10;
}
.index .cardArticle-container__category.testimonial {
  background: #faede0;
  color: #db6a00;
}
.index .cardArticle-container__icon {
  margin: 30px 0 20px;
}
.cardArticle-container {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  position: relative;
  line-height: 2.5;
  height: 324px;
  padding: 30px !important;
  min-width: 200px !important;
  margin: 8px;
}
.cardArticle-container__category {
  font-size: 10px;
}
.cardArticle-container__date {
  color: #bdbdbd;
  font-size: 14px;
}
.cardArticle-container__company {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  line-height: 1.5;
}
.cardArticle-container__description {
  line-height: 1.5;
  font-size: 16px;
  word-break: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.cardArticle-container__link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 800;
  margin: auto 30px 30px;
  line-height: normal;
  font-size: 16px;
  text-decoration-line: underline;
  color: #3347ff;
  font-weight: 800;
  transition: text-decoration, 300ms all ease;
}
.cardArticle-container__link:hover {
  text-decoration: underline;
}
/** </src/css/mixins/cardArticle.styl> **/
/** <src/css/mixins/cardCommittee.styl> **/
.cardCommittee {
  border-radius: 4px;
  width: 188px;
  overflow: hidden;
}
.cardCommittee figure {
  height: 188px;
  border-bottom: 1px solid #f2f2f2;
}
.cardCommittee figure img {
  width: 100%;
}
.cardCommittee-container {
  padding: 12px;
  background-color: #f2f2f2;
  position: relative;
  text-align: left;
  height: 42px;
}
.cardCommittee-container_titles p:first-child,
.cardCommittee-container_titles span:first-child,
.cardCommittee-container_titles h2:first-child,
.cardCommittee-container_titles h3:first-child {
  color: #333;
  font-size: 13px !important;
  font-weight: bold;
  margin-bottom: 12px;
}
.cardCommittee-container_titles p:last-child,
.cardCommittee-container_titles span:last-child,
.cardCommittee-container_titles h2:last-child,
.cardCommittee-container_titles h3:last-child {
  color: #333;
  font-size: 11px !important;
  font-weight: 400;
}
.cardCommittee-container_link {
  position: absolute;
  top: 6px;
  right: 12px;
}
.cardCommittee-container_link a {
  width: 24px;
  height: 24px;
  background: #b2ccf0;
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
/** </src/css/mixins/cardCommittee.styl> **/
/** <src/css/mixins/cardFinancing.styl> **/
.cardFinancing {
  position: relative;
  border-radius: 8px;
  padding: 12px;
  background-size: cover;
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  margin: 1rem 8.33333333%;
}
@media only screen and (min-width: 48rem) {
  .cardFinancing {
    margin: 0 8.33333333%;
  }
}
@media only screen and (min-width: 64rem) {
  .cardFinancing {
    width: 472px;
    margin: 0;
  }
}
.cardFinancing figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cardFinancing figure img {
  min-width: 100%;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.cardFinancing figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
}
.cardFinancing_titles {
  padding: 10px;
  display: inline-block;
  width: fit-content;
}
.cardFinancing_titles h2,
.cardFinancing_titles h3 {
  text-align: left !important;
}
.cardFinancing_titles h2 {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #fff;
}
.cardFinancing_titles h3 {
  font-weight: 200;
  font-size: 12px !important;
  line-height: 12px;
  color: #f2f2f2;
  margin-top: 3px;
}
.cardFinancing_titles,
.cardFinancing_values p,
.cardFinancing_values span,
.cardFinancing_values h3 {
  background: linear-gradient(97.39deg, rgba(121,121,121,0.44) -1.7%, rgba(61,61,61,0.32) 48.6%, rgba(64,64,64,0.29) 105.44%);
  backdrop-filter: blur(3px);
  border-radius: 4px;
}
.cardFinancing_values {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3px;
}
.cardFinancing_values p,
.cardFinancing_values span,
.cardFinancing_values h1,
.cardFinancing_values h2,
.cardFinancing_values h3 {
  width: 100%;
  padding: 13px;
  margin: 3px 0;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 12px !important;
}
@media only screen and (min-width: 48rem) {
  .cardFinancing_values p,
  .cardFinancing_values span,
  .cardFinancing_values h1,
  .cardFinancing_values h2,
  .cardFinancing_values h3 {
    width: auto;
    max-width: 33%;
  }
}
.cardFinancing_values p::before,
.cardFinancing_values span::before,
.cardFinancing_values h1::before,
.cardFinancing_values h2::before,
.cardFinancing_values h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background-size: cover;
  margin-right: 12px;
}
.cardFinancing_values p:first-of-type::before,
.cardFinancing_values span:first-of-type::before,
.cardFinancing_values h1:first-of-type::before,
.cardFinancing_values h2:first-of-type::before,
.cardFinancing_values h3:first-of-type::before {
  background: url("/img/money.svg");
}
.cardFinancing_values p:nth-of-type(2)::before,
.cardFinancing_values span:nth-of-type(2)::before,
.cardFinancing_values h1:nth-of-type(2)::before,
.cardFinancing_values h2:nth-of-type(2)::before,
.cardFinancing_values h3:nth-of-type(2)::before {
  background: url("/img/location.svg");
}
.cardFinancing_values p:last-of-type::before,
.cardFinancing_values span:last-of-type::before,
.cardFinancing_values h1:last-of-type::before,
.cardFinancing_values h2:last-of-type::before,
.cardFinancing_values h3:last-of-type::before {
  background: url("/img/invest.svg");
}
/** </src/css/mixins/cardFinancing.styl> **/
/** <src/css/mixins/cardFinancingExample.styl> **/
article.card {
  padding: 0 !important;
  margin: 22px;
  width: 350px;
  height: 310px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  article.card {
    overflow: visible;
    height: auto;
    border-radius: initial;
  }
}
.infos {
  position: relative;
  width: auto;
  text-align: left;
  height: 310px;
  padding: 14px 24px;
  background: #fff;
  transition: 0.6s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
@media only screen and (max-width: 768px) {
  .infos {
    height: auto;
    transition: none;
  }
  .infos h2,
  .infos h3 {
    font-size: initial !important;
  }
}
.infos__arrow {
  position: absolute;
  top: 40px;
  right: 25px;
  width: 15px;
}
@media only screen and (max-width: 768px) {
  .infos__arrow {
    display: none;
  }
}
.infos__arrow.arrow {
  transition: transform 350ms;
}
.infos::after {
  content: "";
  display: block;
  background: rgba(41,23,255,0.2);
  position: absolute;
  top: 90px;
  left: 24px;
  width: 260px;
  height: 0.5px;
}
.infos:hover {
  transform: translateY(-220px);
}
.infos:hover .arrow {
  transform: rotate(180deg);
}
.infos:hover .txt {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .infos:hover {
    transform: none;
  }
}
.infos__title {
  margin: 10px 0 15px 0;
  letter-spacing: 1px;
  color: #152536;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.infos__categories {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #0047ff;
}
.infos__txt {
  line-height: 2.4;
  font-size: 1.1rem;
  color: rgba(21,37,54,0.7);
  opacity: 1;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  padding-top: 20px;
  text-align: center;
}
.thumb {
  width: auto;
  height: 220px;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
}
/** </src/css/mixins/cardFinancingExample.styl> **/
/** <src/css/mixins/cardProfil.styl> **/
.cardProfil {
  position: relative;
  border: 1px solid #e0e0e0;
  display: inline-block;
  width: 260px;
}
.cardProfil figure {
  min-width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.cardProfil figure img {
  min-width: 100%;
  height: 100%;
}
.cardProfil-container {
  margin: 8px 14px 12px 14px;
  display: flex;
  height: 100%;
  max-height: 200px;
  justify-content: space-between;
}
.cardProfil-container_names {
  max-width: 164px;
  text-align: left;
}
.cardProfil-container_names p:first-child,
.cardProfil-container_names span:first-child,
.cardProfil-container_names h2:first-child,
.cardProfil-container_names h3:first-child {
  font-size: 12px !important;
  height: 28px;
  display: flex;
  align-items: center;
  color: #1400ff;
  font-weight: 900;
}
.cardProfil-container_names p:last-child,
.cardProfil-container_names span:last-child,
.cardProfil-container_names h2:last-child,
.cardProfil-container_names h3:last-child {
  font-size: 13px !important;
  color: #333;
  font-weight: 400;
}
.cardProfil-container_links {
  display: flex;
}
.cardProfil-container_links a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8ebff;
  border-radius: 3px;
}
.cardProfil-container_links a:first-of-type {
  margin-right: 4px;
}
@media only screen and (min-width: 48rem) {
  .cardProfil-container_links a:hover {
    transition: all 200ms ease;
    transform: scale(1.1);
  }
}
/** </src/css/mixins/cardProfil.styl> **/
/** <src/css/mixins/cardTestimonial.styl> **/
.cardTestimonial {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  min-width: 288px;
  height: 360px;
}
.cardTestimonial figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.cardTestimonial figure img {
  position: absolute;
  max-width: 100%;
  top: 40%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -40%);
}
.cardTestimonial-container {
  height: 160px;
  background-color: #f2f2f2;
  padding: 0 20px;
  position: relative;
}
.cardTestimonial-container span {
  color: #828282;
  display: block;
  font-size: 12px;
  padding: 12px 0 12px 0;
}
.cardTestimonial-container h3 {
  color: #333;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 900;
  margin-bottom: 12px;
}
.cardTestimonial-container p {
  color: #333;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5 !important;
  height: auto !important;
}
.cardTestimonial-container a {
  position: absolute;
  bottom: 18px;
  color: #3927ff;
  font-size: 14px;
  font-weight: bold;
  text-decoration-line: underline;
}
/** </src/css/mixins/cardTestimonial.styl> **/
/** <src/css/mixins/colors.styl> **/
/** </src/css/mixins/colors.styl> **/
/** <src/css/mixins/contact.styl> **/
.contact {
  background: url("/img/contact-us-bg-1.png") no-repeat;
  filter: grayscale(30%);
  height: 272px;
  padding: 36px;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .contact {
    padding: 32px 48px 32px 48px;
  }
}
@media only screen and (min-width: 1680px) {
  .contact {
    background: url("/img/contact-us-bg-1.5.png") no-repeat;
    background-size: cover;
    padding: 32px 72px 32px 72px;
  }
}
.contact h2 {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
}
@media only screen and (min-width: 1024px) {
  .contact h2 {
    font-size: 36px;
  }
}
.contact .main {
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .contact .main {
    height: 208px;
    justify-content: space-evenly;
    align-items: center;
    width: 900px;
    margin: 0 auto;
  }
}
.contact .separator {
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,0.33);
}
.contact-container {
  background: linear-gradient(16.97deg, rgba(176,176,176,0.126) -76.77%, rgba(197,197,197,0.279) 129.71%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 24px;
  margin-top: 24px;
  height: fit-content;
}
.contact-container_map {
  padding: 24px;
  min-width: 310px;
  background: linear-gradient(16.97deg, rgba(176,176,176,0.126) -76.77%, rgba(197,197,197,0.279) 129.71%);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  margin-top: 16px;
}
.contact-container_map img {
  margin-left: 12px;
}
.contact-container_map span.contact-container-address__info {
  display: block;
  margin-left: 50px;
  margin-top: 6px;
}
.contact-container_map span.contact-container-address__info:first-of-type {
  margin-top: 16px;
}
.contact a {
  margin-left: 4px;
  color: #fff;
  font-weight: 900;
  border-bottom: 1px solid #fff;
}
.contact li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact img {
  width: 24px;
  margin-right: 24px;
}
.contact img.map {
  margin-left: 2px;
  margin-right: 17px;
}
/** </src/css/mixins/contact.styl> **/
/** <src/css/mixins/footer.styl> **/
.footer {
  background-color: #fafafa;
  padding-top: 48px;
  color: #828282;
}
.footer .mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer .mobile {
    display: block;
    overflow: hidden;
    margin: 0 0 16px 0;
  }
  .footer .desktop {
    display: none;
  }
}
.footer a {
  color: #828282;
}
.footer .content-footer {
  border-top: 1px #e0e0e0 solid;
  padding-top: 48px;
}
.footer .container-links span {
  color: #002ad0;
  font-weight: 700;
}
.footer .container-links ul {
  margin-top: 20px;
}
.footer .container-links li {
  margin-top: 15px;
}
.footer .container-links li a {
  font-size: 14px;
}
.footer .container-links__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .container-links {
    margin-top: 20px;
  }
}
.footer .container-links li a:hover {
  color: rgba(130,130,130,0.5);
  transition: all ease 300ms;
}
.footer .container-trad__lang {
  display: flex;
  align-items: center;
}
.footer .container-trad__lang span {
  padding-left: 15px;
}
.footer .container-company-logo img {
  width: 155px;
}
.footer .container-company-items {
  margin-top: 20px;
}
.footer .container-company-items:last-child {
  display: flex;
}
.footer .container-mentions {
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .footer .container-mentions {
    margin-top: 0px;
  }
}
.footer .container-mentions p {
  text-align: justify;
  line-height: 18px;
  font-size: 11px;
}
.footer .mobile-menu__lang {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #0047ff;
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  text-align: center;
  width: 50px;
  margin: 16px 0;
}
.footer .fr .mobile-menu__lang:before {
  content: url("/img/picto-france-trad.png");
}
.footer .en .mobile-menu__lang:before {
  content: url("/img/picto-england-trad.png");
}
.footer .mobile-menu .mobile-menu__lang:checked + nav {
  height: calc(50px) !important;
  padding: 5px;
}
.footer .mobile {
  display: none;
}
.footer .mobile-container-nav {
  transition: all 0.2s;
  height: 0;
}
.footer .mobile-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo img {
  width: 155px;
}
@media only screen and (max-width: 640px) {
  .footer .mobile {
    display: block;
    overflow: hidden;
  }
  .footer .desktop {
    display: none;
  }
}
/** </src/css/mixins/footer.styl> **/
/** <src/css/mixins/header.styl> **/
.header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
}
.header #banner {
  position: fixed;
  display: none;
  align-items: center;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  bottom: 64px;
  left: 64px;
  z-index: 999999;
  width: 100%;
  max-width: 496px;
  box-shadow: 0 12px 34px 0 rgba(0,0,0,0.15);
  transition: all ease 350ms;
}
@media only screen and (max-width: 768px) {
  .header #banner {
    left: 10px;
    bottom: 11px;
    margin: auto;
    z-index: 95;
    width: 90%;
  }
}
.header #banner p {
  width: 60%;
  line-height: 1.3;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .header #banner p {
    font-size: 14px !important;
    width: 100%;
  }
}
.header #banner button {
  border-radius: 4px;
  background-color: #002ad0;
  color: #fff;
  padding: 9px 12px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: none;
  height: 40px;
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  .header #banner button {
    position: absolute;
    margin-left: 0;
    bottom: 7px;
    right: 12px;
    height: initial;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .desktop {
    padding: 0;
  }
}
.header .mobile {
  background: rgba(255,255,255,0.95);
  display: none;
}
.header .mobile .row.padding {
  padding: 13px 0;
  height: 80px;
}
.header .mobile hr {
  height: 1px;
  width: 100%;
  background: #d5d8e3;
  margin-top: 16px;
  margin-bottom: 16px;
}
.header .mobile-logo img {
  width: 155px;
}
.header .mobile-container-nav {
  background: rgba(255,255,255,0.95);
  transition: all 0.2s;
  height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .mobile-btn {
  border-radius: 4px;
  background-color: #f5f6fa;
  padding: 12px 8px 12px 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.header .mobile-btn a {
  color: #4f4f4f;
}
.header .mobile-btn:nth-child(2) {
  background: #0047ff;
  margin: 15px 0;
}
.header .mobile-btn:nth-child(2) a {
  color: #fff;
}
.header .mobile-nav-menu {
  text-align: left;
}
.header .mobile-nav-menu__list {
  margin: 20px auto;
  font-size: 20px;
}
.header .mobile-nav-menu__link {
  color: #98a0aa;
}
.header .mobile-nav__trad {
  margin-top: 30px;
}
.header .mobile-picto-socials {
  margin: 40px 0 25px;
}
.header .mobile-picto-socials img {
  width: 50%;
}
@media only screen and (max-width: 1080px) {
  .header .mobile {
    display: block;
    overflow: hidden;
  }
  .header .desktop {
    display: none;
  }
}
.header .content-height {
  height: 80px;
}
.header-nav {
  display: flex;
  height: 100%;
}
.header-nav__logo {
  display: flex;
  align-items: center;
}
.header-nav__logo img {
  width: 155px;
}
.header-menu {
  width: 100%;
}
.header-menu a,
.header-menu span {
  color: #98a0aa;
}
.header-menu a:hover,
.header-menu span:hover {
  color: #002ad0;
  transition: all ease 300ms;
}
.header-menu__item {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-menu__item:hover .header-menu-dropdown {
  visibility: visible;
}
.header-menu__group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 55%;
  flex-basis: 55%;
  max-width: 55%;
  height: 100%;
}
.header-menu__group li {
  padding: 0 10px;
}
.header-menu__socials {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 40%;
  height: 100%;
}
.header-menu__socials .header-menu-dropdown__link {
  padding: 0;
}
.header-menu__socials .header-menu-dropdown li {
  padding: 0 10px;
}
.header-menu__socials .header-menu-dropdown li img,
.header-menu__socials .header-menu-dropdown li span {
  vertical-align: middle;
}
.header-menu__socials .header-menu-dropdown li span {
  padding-left: 10px;
}
.header-menu-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 3px 13px -8px;
  border-radius: 0 0 0px 7px;
  top: 80px;
  border-top: 3px solid #00f;
  visibility: hidden;
}
.header-menu-dropdown li {
  margin: 10px;
}
.header-menu-dropdown li:hover {
  background-color: #f8f7ff;
}
.header-menu-dropdown__link {
  padding: 20px;
  text-align: initial;
}
.header-menu-dropdown ul {
  line-height: 2.4;
}
.header-login__signin {
  margin: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-login__signin {
    margin: 0;
  }
}
.header-login button {
  background: #0047ff;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 7px 22px;
  outline: none;
}
.mobile-menu__burger {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #0047ff;
  font-family: 'Material Icons';
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  text-align: right;
  width: 50px;
}
.mobile-menu__burger:before {
  content: url("/img/logo-menu.svg");
  border-radius: 3px;
}
.mobile-menu__burger:checked:before {
  content: url("/img/logo-close.svg");
}
.mobile-menu .mobile-menu__burger:checked + nav {
  height: calc(100vh - 80px) !important;
  padding: 24px 0;
  z-index: 100;
}
input.mobile-menu__burger[type="checkbox"]:disabled {
  background-color: transparent;
}
input.mobile-menu__burger[type="checkbox"]:checked {
  background-color: transparent;
}
/** </src/css/mixins/header.styl> **/
/** <src/css/mixins/interviews.styl> **/
.publications .container-block {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}
.publications .container-block {
  min-height: 415px;
}
.publications .container-informations p {
  text-align: justify;
}
.publications .container-informations ul li {
  list-style-type: none;
  margin-top: 10px;
}
.publications .container-informations h2 {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 1.56rem;
}
.publications iframe.container-video {
  float: right;
  margin: 0 0 0 15px;
}
.publications .container-informations-logo img {
  float: right;
  margin: 15px;
  width: 100%;
}
.publications .grid-container {
  display: inline-block;
}
.publications .container-block p {
  color: #4f4f4f;
  margin: 20px 0;
}
.publications .container-informations {
  padding: 30px;
  color: #4f4f4f;
  line-height: 1.5;
}
.publications .container-img {
  margin: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .publications iframe.container-video {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
/** </src/css/mixins/interviews.styl> **/
/** <src/css/mixins/verbatim.styl> **/
.verbatim {
  background-color: #1400ff;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .verbatim {
    margin-top: 40px;
  }
}
.verbatim-picture {
  text-align: center;
}
.verbatim-picture-content {
  width: 213px;
  height: 213px;
  margin: 70px auto;
  overflow: hidden;
  border-radius: 150px;
}
@media screen and (max-width: 640px) {
  .verbatim-picture-content {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .verbatim-picture-content {
    margin: 50% auto;
  }
}
.verbatim-picture-content img {
  width: 213px;
  height: 213px;
}
@media screen and (max-width: 640px) {
  .verbatim-picture-content img {
    width: 100px;
    height: 100px;
  }
}
.verbatim-feedback {
  color: #fff;
}
.verbatim-feedback h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .verbatim-feedback h2 {
    font-size: 20px !important;
  }
}
.verbatim-feedback h2::before {
  content: "";
  position: absolute;
  border: 0.5px solid #fff;
  width: 100vw;
  bottom: -10px;
}
.verbatim-feedback p {
  font-size: 18px;
  font-style: italic;
  margin-top: 65px;
  margin-bottom: 58px;
  width: 60%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .verbatim-feedback p {
    font-size: 14px !important;
    margin-top: 45px;
  }
}
.verbatim-feedback_author {
  text-align: left;
}
.verbatim-feedback_author p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  width: initial;
}
.verbatim-feedback_author span {
  font-size: 16px;
  font-weight: 300;
}
/** </src/css/mixins/verbatim.styl> **/
/** <src/css/newProject.styl> **/
.newProject-container {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  margin-bottom: 70px;
  padding: 0;
}
.newProject-container-background {
  background-color: rgba(41,23,255,0.9);
  text-align: center;
  padding: 35px;
}
.newProject-container-background img {
  width: 20%;
}
.newProject-container-description {
  padding: 30px 30px 30px 30px;
  color: #4f4f4f;
  text-align: left;
  position: relative;
}
.newProject-container-description p {
  margin: 20px 0 20px 0;
  line-height: 24px;
}
.newProject-container-description p:first-child {
  margin-top: 0;
}
.newProject-container-description__list {
  list-style-type: none;
  margin: 25px;
}
.newProject-container-description li {
  margin: 20px;
  line-height: 24px;
}
.newProject-container-description li:before {
  color: #002ad0;
  content: "";
  display: inline-block;
  font-size: 1em;
  background-color: #002ad0;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  vertical-align: middle;
}
.newProject-container-description li span {
  padding-left: 10px;
}
.newProject-container-description li span + span {
  padding-left: 5px;
}
.newProject-container-description li li::before {
  color: #98a0aa;
  background-color: #98a0aa;
}
/** </src/css/newProject.styl> **/
/** <src/css/news.styl> **/
.news-container h2::after {
  margin: 15px 0;
}
.news-container button {
  margin: 55px 0;
}
.news-container.events,
.news-container.newsletters {
  background-color: #f2f4fd;
}
.news-container .cardArticle-container__category {
  display: none;
}
.news-container a {
  color: #3347ff;
}
/** </src/css/news.styl> **/
/** <src/css/reset.styl> **/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline-offset: 0;
}
/** </src/css/reset.styl> **/
/** <src/css/services.styl> **/
p.description {
  margin: 0 auto 56px;
  font-size: 16px;
  line-height: 1.5;
}
.advantages-container {
  background: #fff;
  box-shadow: 0px 0px 32px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 30px !important;
  margin-bottom: 50px;
}
.advantages-container h3 {
  font-size: 24px;
}
.advantages-container-items {
  display: flex;
  align-items: center;
  margin: 26px 0;
  line-height: 1.5;
}
.advantages-container-items p {
  margin-left: 25px;
}
.intro.services .intro-container-description__subTitle {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .intro.services h1 + h2.intro-container-description__subTitle {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .advantages p.description,
  .HowItWorks p.description {
    text-align: justify;
  }
}
.HowItWorks-container__description {
  margin: 16px auto 32px;
}
.HowItWorks-container-steps__block {
  padding: 0 26px;
  line-height: 1.5;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
  border-radius: 8px;
  margin-bottom: 25px;
  min-height: 179px;
}
.HowItWorks-container-steps__block h4 {
  color: #002ad0;
  font-weight: 800;
  padding: 20px 0;
}
.HowItWorks-container-steps__block span {
  font-weight: 800;
  font-size: 24px;
}
.HowItWorks-container-steps__block p {
  padding-bottom: 20px;
}
/** </src/css/services.styl> **/
/** <src/css/testimonials.styl> **/
@media screen and (max-width: 640px) {
  .testimonial-interview .row:last-child {
    justify-content: center;
  }
}
.testimonial-interview-verbatim img {
  width: 80%;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.testimonial-interview a {
  margin-top: 50px;
}
.testimonial-interview-feedback {
  margin-bottom: 70px;
}
.testimonial-interview-feedback h2 {
  font-size: 18px !important;
  color: #0047ff;
  font-weight: bold;
  margin-top: 50px;
}
.testimonial-interview-feedback p {
  color: #4f4f4f;
  padding-top: 22px;
  line-height: 24px;
}
/** </src/css/testimonials.styl> **/
