@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Layout
	## Main
	## Sidebar
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* line 4, scss/variables-site/_colors.scss */
.color_primary {
  color: #E64C03; }

/* line 7, scss/variables-site/_colors.scss */
.color_secondary {
  color: #5f34c5; }

/* line 10, scss/variables-site/_colors.scss */
.bg_secondary {
  background-color: #5f34c5; }

/* line 14, scss/variables-site/_colors.scss */
.white {
  color: #fff; }

/* line 18, scss/variables-site/_colors.scss */
.color-primary {
  color: #5f34c5; }

/* line 21, scss/variables-site/_colors.scss */
.color-secondary {
  color: #E64C03; }

/* line 24, scss/variables-site/_colors.scss */
.color-balanced {
  color: #444348; }

/* line 28, scss/variables-site/_colors.scss */
.bg_bsd_grey {
  background-color: #444348; }

/* line 32, scss/variables-site/_colors.scss */
.bg_bsd_lightgrey {
  background-color: #44434821; }

/* line 36, scss/variables-site/_colors.scss */
.t-good {
  color: #d2d85b;
  color: #a8c400; }

/* line 40, scss/variables-site/_colors.scss */
.t-bad {
  color: #e4331c; }

/* line 43, scss/variables-site/_colors.scss */
.b-good {
  border: 1px solid #a8c400; }

/* line 46, scss/variables-site/_colors.scss */
.b-bad {
  border: 1px solid #e4331c; }

/* line 49, scss/variables-site/_colors.scss */
.border-primary {
  border-color: #5f34c5 !important; }

/* line 52, scss/variables-site/_colors.scss */
.border-secondary {
  border-color: #E64C03 !important; }

/* line 56, scss/variables-site/_colors.scss */
.border.bsd-circle-good {
  border: 4px solid #a8c400 !important; }

/* line 60, scss/variables-site/_colors.scss */
.border.bsd-circle-bad {
  border: 4px solid #e4331c !important; }

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
/* line 2, scss/layout/_header.scss */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: white;
  left: 0;
  right: 0; }

/* line 11, scss/layout/_header.scss */
.woocommerce-page header {
  position: unset; }

/* line 15, scss/layout/_header.scss */
.woocommerce-page .banner-page {
  margin-top: 0px; }

/* line 19, scss/layout/_header.scss */
.banner-page {
  margin-top: 49px;
  background-color: #f3f3f3;
  background-image: url("../img/bg-banner.png");
  background-size: cover;
  background-position: center; }
  /* line 25, scss/layout/_header.scss */
  .banner-page.banner-subscribe {
    position: relative;
    background-image: url("../img/large-herd-of-african-elephants-on-the-move-picture-id146602003.png"); }
    /* line 28, scss/layout/_header.scss */
    .banner-page.banner-subscribe:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #5f34c5;
      z-index: 0;
      opacity: 0.1; }
  /* line 41, scss/layout/_header.scss */
  .banner-page .banner-page-title {
    font-weight: 800;
    text-transform: uppercase;
    padding: 45px;
    padding-left: 155px;
    position: relative;
    z-index: 2;
    color: #fff; }
    /* line 49, scss/layout/_header.scss */
    .banner-page .banner-page-title span {
      color: #E64C03; }
    @media (max-width: 768px) {
      /* line 41, scss/layout/_header.scss */
      .banner-page .banner-page-title {
        padding: 30px; } }

/* line 58, scss/layout/_header.scss */
.site > .banner-page {
  border-radius: 0px 20px 0px 20px; }

/* line 62, scss/layout/_header.scss */
.site > .banner-page .banner-page-title {
  font-weight: 500;
  padding: 10px;
  padding-left: 30px; }
  @media (max-width: 768px) {
    /* line 62, scss/layout/_header.scss */
    .site > .banner-page .banner-page-title {
      padding: 22px;
      padding-left: 30px; } }

/*slides "did you know ?" without padding*/
/* line 76, scss/layout/_header.scss */
.wrap_item_slide.slide-3176 .banner-page-title,
.wrap_item_slide.slide-3242 .banner-page-title {
  padding: 0 !important; }

/* line 81, scss/layout/_header.scss */
.banner-page-home {
  min-height: 26rem;
  max-height: 26rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
  background-image: none; }
  /* line 93, scss/layout/_header.scss */
  .banner-page-home .banner-page-title {
    text-align: left;
    font-size: 2.5em;
    font-family: "Mulish"; }
  /* line 98, scss/layout/_header.scss */
  .banner-page-home svg {
    fill: #ffffff;
    width: 65px; }
  /* line 102, scss/layout/_header.scss */
  .banner-page-home .banner-slide {
    cursor: pointer; }
  /* line 105, scss/layout/_header.scss */
  .banner-page-home .banner-slide-right {
    position: absolute;
    right: 0; }

@media (max-width: 700px) {
  /* line 112, scss/layout/_header.scss */
  .banner-page-home .banner-page-title {
    font-size: 1.4rem;
    padding-left: 10px; }
  /* line 117, scss/layout/_header.scss */
  body .wrap_item_slide {
    padding-left: 45px;
    padding-right: 45px; } }
  @media (max-width: 700px) and (max-width: 768px) {
    /* line 120, scss/layout/_header.scss */
    body .wrap_item_slide .wp-block-columns.w-100 {
      margin-top: 0; } }

@media (max-width: 768px) {
  /* line 129, scss/layout/_header.scss */
  .hide-in-responsive {
    display: none; } }

@media (min-width: 768px) and (min-width: 768px) {
  /* line 135, scss/layout/_header.scss */
  .show-in-responsive {
    display: none; } }

/* line 142, scss/layout/_header.scss */
.carousel-item h2 {
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-top: -50px;
  font-size: 1.5rem;
  color: white; }

/* line 154, scss/layout/_header.scss */
.carousel-item h2 span {
  color: #e64c03; }

/* line 158, scss/layout/_header.scss */
.carousel-item h6.big_number {
  color: #fff;
  z-index: 0;
  margin-top: 0px;
  font-size: 90px;
  font-weight: 800; }
  @media (max-width: 768px) {
    /* line 158, scss/layout/_header.scss */
    .carousel-item h6.big_number {
      display: none; } }

/* line 169, scss/layout/_header.scss */
.carousel-item .big_number_title {
  color: #fff;
  z-index: 1;
  margin-top: 60px;
  font-size: 1.3rem;
  font-weight: 800; }
  @media (max-width: 768px) {
    /* line 169, scss/layout/_header.scss */
    .carousel-item .big_number_title {
      width: 100%;
      margin-bottom: 0;
      margin-top: 10px; } }

/* line 182, scss/layout/_header.scss */
.banner-page-home iframe {
  margin-left: 0px; }

/* line 186, scss/layout/_header.scss */
.banner-page h1 {
  font-size: 2rem; }

/* line 190, scss/layout/_header.scss */
.banner-citation-text {
  font-size: 24px;
  color: black; }

@media (max-width: 768px) {
  /* line 196, scss/layout/_header.scss */
  .banner-citation-text {
    font-size: 0.9rem; }
  /* line 200, scss/layout/_header.scss */
  .banner-page h1 {
    font-size: 1.5rem; }
  /* line 203, scss/layout/_header.scss */
  .carousel-item {
    background-size: cover;
    background-position: center; }
  /* line 207, scss/layout/_header.scss */
  .image-subscribe {
    transform: scale(0.8); } }

/* line 212, scss/layout/_header.scss */
ol.carousel-indicators {
  margin: 0 0 0.5em 3em; }

/* line 216, scss/layout/_header.scss */
.progress-container {
  width: 100%;
  height: 3px;
  background: #ccc; }

/* line 222, scss/layout/_header.scss */
.progress-bar {
  height: 3px;
  background: #E64C03;
  width: 0%; }

@media (min-width: 799px) {
  /* line 229, scss/layout/_header.scss */
  .page-template-page-analysis-detail .progress-container-header,
  .page-template-page-analysis-approach .progress-container-header {
    visibility: hidden; } }

@media (max-width: 799px) {
  /* line 237, scss/layout/_header.scss */
  .page-template-page-analysis-detail .progress-container-analysis,
  .page-template-page-analysis-approach .progress-container-analysis {
    visibility: hidden; } }

/* line 1, scss/layout/_main.scss */
body {
  background-color: #fafafa;
  overflow-x: hidden; }

/* line 6, scss/layout/_main.scss */
body,
html {
  height: 100%; }

/* line 10, scss/layout/_main.scss */
body.is_user_logged_in .is_user_not_logged_in {
  display: none; }

/* line 13, scss/layout/_main.scss */
body.is_user_not_logged_in .is_user_logged_in {
  display: none; }

/* line 17, scss/layout/_main.scss */
body.is_user_logged_in .is_user_logged_in_is_not_active {
  display: block; }

/* line 21, scss/layout/_main.scss */
body.is_user_logged_in .is_user_logged_in_is_not_active {
  display: none; }

/* line 25, scss/layout/_main.scss */
body.woocommerce .woocommerce-breadcrumb {
  padding: 10px 45px; }

/* line 28, scss/layout/_main.scss */
.site {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

/* line 38, scss/layout/_main.scss */
.main-container-full {
  padding: 20px 15px;
  overflow-x: hidden; }

/* line 43, scss/layout/_main.scss */
.container-fluid.container_page_research .main-container-full {
  padding: 20px 5px;
  overflow-x: hidden; }

/* line 48, scss/layout/_main.scss */
.container-fluid.container-fluid .container_page_research {
  padding-left: 0px; }

@media (max-width: 768px) {
  /* line 54, scss/layout/_main.scss */
  body.page-template.page-template-templates.page-template-page-analysis .main-container-full.ov {
    padding: 20px 5px; }
  /* line 57, scss/layout/_main.scss */
  .block_content_analysis {
    padding: 0 10px; } }

@media (max-width: 1420px) {
  /* line 63, scss/layout/_main.scss */
  .site {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #fff; } }

@media (max-width: 600px) {
  /* line 74, scss/layout/_main.scss */
  .footer_row .col-lg-4 {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3; }
  /* line 79, scss/layout/_main.scss */
  .footer_row .col-lg-3-5 {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3; }
  /* line 85, scss/layout/_main.scss */
  body .navbar-brand img {
    max-width: 200px; }
  /* line 89, scss/layout/_main.scss */
  body .navbar,
  .main-container-full {
    padding-right: 10px;
    padding-left: 10px; } }

/* line 97, scss/layout/_main.scss */
html[lang="fr-FR"] .not-in-french {
  display: none; }

/* line 102, scss/layout/_main.scss */
html[lang]:not([lang='fr-FR']) .only-in-french {
  display: none; }

/* line 2, scss/layout/_sidebar.scss */
.sidebar {
  background-color: #F4F0FB;
  padding: 20px;
  border-radius: 0px 0px 0px 80px;
  margin-top: -8px; }

/* line 10, scss/layout/_sidebar.scss */
.bloc-sidebar {
  background: #FFFFFF;
  box-shadow: 10px 10px 15px #00000010;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 40px;
  padding: 20px; }

/* line 19, scss/layout/_sidebar.scss */
.bloc-sidebar.small {
  margin-bottom: -20px;
  margin-top: -20px; }

/* line 24, scss/layout/_sidebar.scss */
.bloc-sidebar-title {
  font-size: 22px;
  margin-bottom: 25px; }

/* line 29, scss/layout/_sidebar.scss */
.sidebar-schedule {
  margin-top: 125px;
  text-align: center;
  border-radius: 25px;
  padding: 0 20px;
  padding-bottom: 20px; }

/* line 37, scss/layout/_sidebar.scss */
img.sidebar-schedule-img {
  margin-bottom: -65px;
  position: relative;
  top: -83px; }

/* line 43, scss/layout/_sidebar.scss */
.sidebar-schedule-text {
  font-size: 1.7rem;
  margin-bottom: 0; }

/* line 1, scss/layout/_footer.scss */
footer.footer {
  padding-top: 40px; }

/* line 5, scss/layout/_footer.scss */
.home footer.footer {
  padding-top: 0px; }

/* line 9, scss/layout/_footer.scss */
.footer_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

/* line 18, scss/layout/_footer.scss */
.footer-divide {
  height: 1px;
  background-color: #E64C03;
  width: 100%;
  margin: 40px 0; }

/* line 25, scss/layout/_footer.scss */
.footer-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 40px; }

/* line 31, scss/layout/_footer.scss */
.footer-contact {
  text-align: center;
  color: #757575;
  font-size: 22px;
  font-weight: 600;
  align-self: center; }
  /* line 37, scss/layout/_footer.scss */
  .footer-contact .btn {
    display: block;
    width: 185px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 1200px) {
  /* line 50, scss/layout/_footer.scss */
  .footer_row .col-lg-4 {
    padding-bottom: 25px; }
  /* line 54, scss/layout/_footer.scss */
  .footer_row .col-lg-3-5 {
    padding-bottom: 25px; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, scss/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Mitr";
  color: #5F34C5;
  font-weight: 300; }

/* line 9, scss/typography/_headings.scss */
h2 {
  font-weight: 400; }

/* line 14, scss/typography/_headings.scss */
.single-post .single-post-content h2 {
  font-size: 1.75em; }

/* line 17, scss/typography/_headings.scss */
.single-post .single-post-content h3 {
  font-size: 1.5em; }

/* line 20, scss/typography/_headings.scss */
.single-post .single-post-content h4 {
  font-size: 1.3em; }

/* line 23, scss/typography/_headings.scss */
.single-post .single-post-content h5 {
  font-size: 1.1em; }

/* line 3, scss/typography/_typography.scss */
body {
  font-family: "Mulish";
  color: #101010;
  font-weight: 300;
  font-size: 0.9rem; }

/* line 11, scss/typography/_typography.scss */
b, strong {
  font-weight: 700; }

/* line 15, scss/typography/_typography.scss */
.footer-disclamer {
  margin-top: 25px;
  font-size: 12px;
  margin-left: 7px;
  margin-right: 7px; }

/* line 22, scss/typography/_typography.scss */
.footer-logo {
  margin-left: 7px; }

/* line 26, scss/typography/_typography.scss */
blockquote.wp-block-quote {
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
  position: relative;
  color: #383838; }

/* line 34, scss/typography/_typography.scss */
.is_user_logged_in blockquote.wp-block-quote {
  text-align: right; }

/* line 39, scss/typography/_typography.scss */
blockquote.wp-block-quote cite {
  color: #999999;
  font-size: 20px;
  display: block;
  margin-top: -15px;
  text-align: right; }

@media (max-width: 768px) {
  /* line 48, scss/typography/_typography.scss */
  blockquote.wp-block-quote cite {
    font-size: 0.9rem; } }

/* line 53, scss/typography/_typography.scss */
blockquote.wp-block-quote cite:before {
  content: "\2014 \2009"; }

/* line 57, scss/typography/_typography.scss */
.home .wp-block-column {
  font-size: 18px; }

/* line 61, scss/typography/_typography.scss */
.home .wp-block-column .bloc-news-small {
  font-size: 14px; }

/* line 65, scss/typography/_typography.scss */
.wp-block-column {
  word-break: normal;
  overflow-wrap: break-word; }

/* line 69, scss/typography/_typography.scss */
.wp-block-group.has-background.bloc-full h2 {
  font-size: 26px;
  margin-bottom: 45px; }

/* line 75, scss/typography/_typography.scss */
.wp-block-group.has-background.bloc-full h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px; }
  /* line 81, scss/typography/_typography.scss */
  .wp-block-group.has-background.bloc-full h3 span {
    font-weight: 500; }

/* line 86, scss/typography/_typography.scss */
.bl_q h2 {
  color: #E64C03; }

/* line 89, scss/typography/_typography.scss */
.bl_q h3 {
  color: #101010; }

/* line 93, scss/typography/_typography.scss */
.bl_q h3.color_primary {
  color: #E64C03; }

/* line 96, scss/typography/_typography.scss */
.wp-block-group.has-background.bloc-full.bl_q .wp-block-column:nth-child(2),
.pourcent_worldwide {
  padding-left: 45px;
  padding-right: 45px; }
  @media (max-width: 768px) {
    /* line 96, scss/typography/_typography.scss */
    .wp-block-group.has-background.bloc-full.bl_q .wp-block-column:nth-child(2),
    .pourcent_worldwide {
      padding: 0; } }

/* line 105, scss/typography/_typography.scss */
.highcharts-small-text {
  text-transform: uppercase;
  font-size: 10px;
  display: block; }

/* line 116, scss/typography/_typography.scss */
body.page-template-page-sidebar .main-container-full p.expertise_text {
  font-size: 0.9rem; }

/* line 120, scss/typography/_typography.scss */
h6.big_number {
  font-size: 150px;
  font-weight: 900;
  opacity: 0.26;
  position: absolute; }

/* line 127, scss/typography/_typography.scss */
h3.big_number_title {
  margin-top: 114px;
  font-size: 23px;
  font-weight: 700; }

/* line 134, scss/typography/_typography.scss */
.wp-block-group.group_team h2 {
  margin-bottom: 35px;
  text-align: left; }

/* line 139, scss/typography/_typography.scss */
.wp-block-group.group_team {
  text-align: center; }

/* line 143, scss/typography/_typography.scss */
body.page-template-page-sidebar .main-container-full .wp-block-group.group_team p {
  margin: 0;
  font-style: italic;
  font-size: 0.9rem; }

/* line 150, scss/typography/_typography.scss */
.wp-block-group.group_team h5 {
  margin: 0;
  font-weight: 400; }

/* line 155, scss/typography/_typography.scss */
.wp-block-group.group_team img {
  max-width: 165px; }

/* line 159, scss/typography/_typography.scss */
.number_checkbox {
  float: right;
  margin-right: -11px;
  margin-left: 45px; }

/* line 165, scss/typography/_typography.scss */
.container_checkbox.check .number_checkbox {
  font-weight: 600;
  color: white; }

/* line 172, scss/typography/_typography.scss */
.single_return a {
  background-color: #E64C03;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url("../img/arrow-right.svg");
  transform: rotate(180deg);
  position: relative;
  left: 0; }
  /* line 186, scss/typography/_typography.scss */
  .single_return a:hover {
    left: -10px; }

@media only screen and (max-width: 576px) {
  /* line 192, scss/typography/_typography.scss */
  .single_return a {
    width: 26px;
    height: 26px;
    background-size: 18px; } }

/* line 200, scss/typography/_typography.scss */
.single-title {
  font-size: 1.85rem;
  font-weight: 400;
  display: flex;
  border-bottom: 1px solid #E64C03;
  padding-bottom: 5px;
  margin-bottom: 5px; }

/* line 209, scss/typography/_typography.scss */
.main-container-single p {
  font-size: 1.1rem; }

/* line 213, scss/typography/_typography.scss */
.single-date {
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 1.5em; }

@media only screen and (max-width: 930px) {
  /* line 220, scss/typography/_typography.scss */
  .text-indicator-border-left {
    border-top: solid 5px; }
  /* line 223, scss/typography/_typography.scss */
  .text-indicator-border-right {
    border-bottom: solid 5px; } }

/* line 228, scss/typography/_typography.scss */
.text-indicator-border-color-primary {
  border-color: #5f34c5 !important; }

/* line 231, scss/typography/_typography.scss */
.text-indicator-border-color-secondary {
  border-color: #E64C03 !important; }

/* line 234, scss/typography/_typography.scss */
.text-indicator-border-bottom {
  border-bottom: solid 5px; }

/* line 237, scss/typography/_typography.scss */
.text-indicator-border-top {
  border-top: solid 5px; }

@media only screen and (min-width: 931px) {
  /* line 241, scss/typography/_typography.scss */
  .text-indicator-border-left {
    border-left: solid 5px; }
  /* line 244, scss/typography/_typography.scss */
  .text-indicator-border-right {
    border-right: solid 5px; } }

/* line 249, scss/typography/_typography.scss */
.page-template-page-analysis-detail h1.color_primary.single-title,
.page-template-page-analysis-approach h1.color_primary.single-title {
  border: none;
  padding-bottom: 0; }

/* line 256, scss/typography/_typography.scss */
.page-template-page-analysis-detail .row.row_analysis_title,
.page-template-page-analysis-approach .row.row_analysis_title {
  margin: 15px auto;
  padding-top: 3px;
  /* padding: 0 15px; */
  max-width: calc(100% - 30px);
  background-color: white;
  z-index: 1000; }

@media only screen and (min-width: 799px) {
  /* line 268, scss/typography/_typography.scss */
  body.admin-bar .row.row_analysis_title {
    position: sticky;
    top: 67px; }
  /* line 272, scss/typography/_typography.scss */
  .page-template-page-analysis-detail .row.row_analysis_title,
  .page-template-page-analysis-approach .row.row_analysis_title {
    position: sticky;
    top: 31px; } }

@media only screen and (min-width: 1300px) {
  /* line 280, scss/typography/_typography.scss */
  .page-template-page-analysis-detail .row.row_analysis_title,
  .page-template-page-analysis-approach .row.row_analysis_title {
    top: 37px; } }

@media only screen and (max-width: 799px) {
  /* line 288, scss/typography/_typography.scss */
  .page-template-page-analysis-detail .row,
  .page-template-page-analysis-approach .row {
    padding-bottom: 10px; } }

/* line 295, scss/typography/_typography.scss */
.font-90-pct {
  font-size: 90%; }

/* line 299, scss/typography/_typography.scss */
.big-top-margin {
  margin-top: 90px; }

/* line 302, scss/typography/_typography.scss */
.xlarge-top-margin {
  margin-top: 60px; }

/* line 305, scss/typography/_typography.scss */
.large-top-margin {
  margin-top: 20px; }

/* line 308, scss/typography/_typography.scss */
.big-bottom-margin {
  margin-bottom: 40px; }

/* line 311, scss/typography/_typography.scss */
.large-bottom-margin {
  margin-bottom: 20px; }

/* line 315, scss/typography/_typography.scss */
.label-indic {
  min-height: 90px;
  display: grid;
  align-items: center;
  align-content: center; }

@media only screen and (max-width: 760px) {
  /* line 323, scss/typography/_typography.scss */
  .label-indic {
    min-height: 0px; }
  /* line 327, scss/typography/_typography.scss */
  .row.big-top-margin {
    margin-top: 0px; }
  /* line 330, scss/typography/_typography.scss */
  .row.large-top-margin {
    margin-top: 0px; }
  /* line 333, scss/typography/_typography.scss */
  .row.big-bottom-margin {
    margin-bottom: 0px; } }

/* line 338, scss/typography/_typography.scss */
.highlight-new {
  background-color: #E64C03;
  color: white;
  font-family: "Mitr";
  font-weight: 400;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 75%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, scss/elements/_elements.scss */
html {
  box-sizing: border-box; }

/* line 6, scss/elements/_elements.scss */
*,
*:before,
*:after {
  box-sizing: inherit; }

/* line 11, scss/elements/_elements.scss */
:focus {
  outline: none; }

/* line 1, scss/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em; }

/* line 5, scss/elements/_lists.scss */
.single ul, ol {
  margin-bottom: 0; }

/* line 9, scss/elements/_lists.scss */
.wp-block-social-links ul,
.wp-block-social-links li {
  list-style: none; }

/* line 15, scss/elements/_lists.scss */
ol {
  list-style: decimal; }

/* line 19, scss/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0; }

/* line 26, scss/elements/_lists.scss */
dt {
  font-weight: bold; }

/* line 30, scss/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* line 37, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ol,
.page-template-page-analysis-approach .row .container ol,
.page-pdf ol, .text_report ol {
  /*max-width: 350px;*/
  counter-reset: my-awesome-counter;
  padding: 0;
  list-style: none;
  padding-left: 12px;
  margin: 0; }

/* line 47, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ol li,
.page-template-page-analysis-approach .row .container ol li,
.page-pdf ol > li, .text_report ol > li {
  counter-increment: my-awesome-counter;
  margin: 0 0 0.5rem 0;
  position: relative;
  text-align: justify; }

/* line 55, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ol li::before,
.page-template-page-analysis-approach .row .container ol li::before,
.page-pdf ol > li::before, .text_report ol > li::before {
  content: counter(my-awesome-counter) ".";
  color: #5f34c5;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 50%;
  text-align: center; }

/* line 68, scss/elements/_lists.scss */
.no-margins {
  margin: 0px;
  padding: 0px; }

/* line 72, scss/elements/_lists.scss */
.left-margins-small {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px; }

/* line 83, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ul,
.page-template-page-analysis-approach .row .container ul,
.page-pdf ul, .text_report ul, ul.source-graph > li {
  margin-left: 0; }

/* line 88, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ul li,
.page-template-page-analysis-approach .row .container ul li,
.page-pdf ul > li, .text_report ul > li, ul.source-graph > li {
  list-style-image: url(../../assets/img/li-square.png); }

/* line 94, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container figure ul li {
  list-style: none !important; }

/* line 98, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ul.ul-right li,
.page-template-page-analysis-approach .row .container ul.ul-right li,
.page-pdf ul.ul-right > li, .text_report ul.ul-right > li {
  list-style-image: url(../../assets/img/li-right.png); }

/* line 104, scss/elements/_lists.scss */
.page-template-page-analysis-detail .row .container ul.ul-wrong li,
.page-template-page-analysis-approach .row .container ul.ul-wrong li,
.page-pdf ul.ul-wrong > li, .text_report ul.ul-wrong > li {
  list-style-image: url(../../assets/img/li-wrong.png); }

/* line 2, scss/elements/_tables.scss */
.block_content_analysis_results table,
.container_page_research table {
  border-collapse: collapse;
  margin-top: 10px;
  padding: 0px;
  table-layout: fixed;
  min-width: 100%;
  font-size: 0.84rem; }

/* line 12, scss/elements/_tables.scss */
.container_page_research table svg {
  fill: #5f34c5; }

/* line 15, scss/elements/_tables.scss */
.block_content_analysis_results table svg {
  fill: #E64C03; }

/* line 18, scss/elements/_tables.scss */
.block_content_analysis_results table th,
.container_page_research table th {
  padding: 7px;
  background: #5f34c5;
  color: #FFFFFF;
  font-weight: 400; }

/* line 29, scss/elements/_tables.scss */
.block_content_analysis_results table th {
  background: #E64C03; }

/* line 32, scss/elements/_tables.scss */
.block_content_analysis_results table td,
.container_page_research table td {
  padding: 5px 4px;
  border-bottom: 1px solid #5f34c5;
  cursor: pointer; }

/* line 38, scss/elements/_tables.scss */
.block_content_analysis_results table td .is_user_not_logged_in,
.container_page_research table td .is_user_not_logged_in {
  cursor: default; }

/* line 42, scss/elements/_tables.scss */
.block_content_analysis_results table td {
  border-bottom: 1px solid #E64C03; }

/* line 47, scss/elements/_tables.scss */
.myTable {
  border-bottom: hidden;
  font-size: small;
  margin: 0px !important; }

/* line 53, scss/elements/_tables.scss */
.myTable td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
  border-left: 1px solid #5f34c5;
  cursor: pointer;
  font-size: small;
  margin: 0px; }

/* line 64, scss/elements/_tables.scss */
.myTable td:first-child {
  border-left: none;
  font-weight: 300 !important;
  font-size: small !important; }

/* line 70, scss/elements/_tables.scss */
.bottom-line {
  border-bottom: 2px solid #5f34c5 !important; }

/* line 75, scss/elements/_tables.scss */
.container_page_research table tr:hover {
  background-color: #5f34c52e; }

/* line 80, scss/elements/_tables.scss */
.block_content_analysis_results table tr:hover {
  background-color: #e64c0314; }

/* line 85, scss/elements/_tables.scss */
.container_page_research .rowspan {
  display: none; }

/* line 88, scss/elements/_tables.scss */
.block_content_analysis_results .rowspan {
  display: none; }

/* line 92, scss/elements/_tables.scss */
.block_content_analysis_results table .btn,
.container_page_research table .btn {
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase; }

/* line 99, scss/elements/_tables.scss */
.mistery_text {
  width: 100%;
  max-height: 120px;
  margin-left: 0px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  content: "";
  position: relative;
  opacity: 0.9; }

/* line 110, scss/elements/_tables.scss */
.mistery_text:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 40px, white); }

/* line 120, scss/elements/_tables.scss */
.open-rowspan td:first-child {
  font-size: 0.84rem;
  font-weight: 700; }

/* line 124, scss/elements/_tables.scss */
.classic td:first-child {
  font-weight: 700; }

/* line 127, scss/elements/_tables.scss */
.classic td:not(:first-child) {
  text-align: center; }

/* line 130, scss/elements/_tables.scss */
.classic th {
  text-align: center; }

/* line 134, scss/elements/_tables.scss */
.title_analysis_report {
  color: #101010; }

@media (max-width: 768px) {
  /* line 139, scss/elements/_tables.scss */
  .block_content_analysis_results table,
  .block_content_analysis_results thead,
  .block_content_analysis_results tbody,
  .block_content_analysis_results td,
  .block_content_analysis_results tr {
    padding: 0; }
  /* line 147, scss/elements/_tables.scss */
  .block_content_analysis_results tr {
    margin-bottom: 10px;
    border-top: 1px solid #E64C03; }
  /*
	Label the data
	*/
  /* line 156, scss/elements/_tables.scss */
  body.page-template-page-analysis td:nth-of-type(6),
  body.page-template-page-analysis td:nth-of-type(5),
  body.page-template-page-analysis td:nth-of-type(4),
  body.page-template-page-analysis th:nth-of-type(6),
  body.page-template-page-analysis th:nth-of-type(5),
  body.page-template-page-analysis th:nth-of-type(4) {
    display: none; }
  /* line 164, scss/elements/_tables.scss */
  .block_content_analysis_results table td {
    padding: 0px; } }

/* line 170, scss/elements/_tables.scss */
body.page-template-page-analysis-detail table th,
body.page-template-page-analysis-detail table td,
body.page-template-page-analysis-approach table th,
body.page-template-page-analysis-approach table td,
body table.classic td,
body table.classic th,
.page-pdf table th,
.page-pdf table td {
  padding: .4rem;
  font-size: 0.8rem;
  color: #000;
  vertical-align: center;
  border: 1px solid #cacaca; }

/* line 185, scss/elements/_tables.scss */
body.page-template-page-analysis-detail table.appendix th,
body.page-template-page-analysis-detail table.appendix td,
body.page-template-page-analysis-approach table.appendix th,
body.page-template-page-analysis-approach table.appendix td,
body table.classic.appendix th,
body table.classic.appendix td,
.page-pdf table.appendix th,
.page-pdf table.appendix td {
  text-align: center; }

/* line 196, scss/elements/_tables.scss */
table.text-left {
  text-align: left; }

/* line 200, scss/elements/_tables.scss */
table.text-left td {
  text-align: left; }

/* line 204, scss/elements/_tables.scss */
body.page-template-page-analysis-detail table th,
body.page-template-page-analysis-approach table th,
body table.classic th,
.page-pdf table th {
  background-color: #dfdaee;
  padding-top: 10px .3rem; }

/* line 212, scss/elements/_tables.scss */
.header-table-color {
  background-color: #dfdaee; }

/* line 216, scss/elements/_tables.scss */
body.page-template-page-analysis-detail table,
body.page-template-page-analysis-approach table,
body table.classic,
.page-pdf table {
  width: 100%; }

/* line 223, scss/elements/_tables.scss */
body.page-template-page-analysis tr.open-rowspan {
  position: relative !important; }

/* line 226, scss/elements/_tables.scss */
body.page-template-page-analysis tr.open-rowspan td {
  position: relative !important; }

/* line 229, scss/elements/_tables.scss */
body.page-template-page-analysis tr.open-rowspan button {
  position: absolute;
  top: -15px;
  right: 0%;
  bottom: -15px;
  left: -4500%;
  min-width: 4500%; }

/* line 238, scss/elements/_tables.scss */
body.page-template-page-analysis tr.open-rowspan button:focus {
  box-shadow: none; }

/* line 242, scss/elements/_tables.scss */
.recoIndicators {
  text-align: left !important;
  border: none !important;
  font-size: medium !important;
  padding: .1rem !important; }

/* line 249, scss/elements/_tables.scss */
table.small-table {
  vertical-align: middle;
  cursor: default !important;
  line-height: 1.2;
  font-size: 0.9rem; }

/* line 256, scss/elements/_tables.scss */
table.small-table td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 0.77rem;
  line-height: 1.3;
  cursor: default !important; }

/* line 266, scss/elements/_tables.scss */
table.small-table th {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.78rem;
  text-align: center;
  font-weight: 400; }

/* line 276, scss/elements/_tables.scss */
table.small-table tr.tableHeaderTopL2 th {
  font-weight: 700; }

/* line 280, scss/elements/_tables.scss */
table.small-table tr {
  border-bottom: 1px solid #5f34c5; }

/* line 284, scss/elements/_tables.scss */
table.small-table tr td:first {
  border-left: 1px solid #5f34c5; }

/* line 288, scss/elements/_tables.scss */
table.small-table tr {
  border-left: 1px solid #5f34c5; }

/* line 292, scss/elements/_tables.scss */
table.small-table tr th:first {
  border-left: 1px solid #5f34c5; }

/* line 296, scss/elements/_tables.scss */
table.small-table tr td:last-child {
  border-right: 1px solid #5f34c5;
  border-left: 1px solid #5f34c5;
  text-align: center; }

/* line 302, scss/elements/_tables.scss */
table.small-table tr td:nth-last-child(2) {
  border-right: 1px solid #5f34c5;
  border-left: 1px solid #5f34c5;
  text-align: center; }

/* line 308, scss/elements/_tables.scss */
table.small-table tr.tableHeaderTopL2 th:nth-last-child(2) {
  border-right: 1px solid #5f34c5;
  border-left: 1px solid #5f34c5; }

/* line 313, scss/elements/_tables.scss */
table.small-table tr.tableHeaderTopL2 th {
  font-size: 0.7rem; }

/* line 318, scss/elements/_tables.scss */
tr.tableHeaderTopL2 {
  background-color: transparent;
  color: #5f34c5;
  border: 1px solid #5f34c5;
  font-weight: 400; }

/* line 325, scss/elements/_tables.scss */
tr.tableHeaderTopL2 th {
  background-color: transparent;
  color: #5f34c5; }

/* line 330, scss/elements/_tables.scss */
tr.tableHeaderTopL1 {
  background-color: #5f34c5 !important;
  color: white !important;
  border: 1px solid #5f34c5 !important;
  font-weight: 400 !important; }

/* line 337, scss/elements/_tables.scss */
tr.tableHeaderTopL1 th {
  background-color: #5f34c5 !important;
  color: white  !important; }

/* line 344, scss/elements/_tables.scss */
table.small-table.tableMode tr.tableHeaderTopL2 th,
table.small-table.tableMode2 tr.tableHeaderTopL2 th {
  background-color: transparent;
  color: #5f34c5;
  border: 1px solid #5f34c5;
  font-weight: 400;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 700; }

/* line 355, scss/elements/_tables.scss */
table.small-table.tableMode tr td,
table.small-table.tableMode2 tr td {
  border-right: 1px solid #5f34c5;
  border-left: 1px solid #5f34c5;
  text-align: center; }

/* line 362, scss/elements/_tables.scss */
table.small-table.tableMode2 tr.tableHeaderTopL2 th:nth-child(2),
table.small-table.tableMode2 tr td:nth-child(2) {
  border-left: 2px solid #5f34c5 !important; }

/* line 367, scss/elements/_tables.scss */
table.small-table.tableMode2 {
  font-size: 1.5rem; }

/* line 370, scss/elements/_tables.scss */
table.small-table.tableMode2 th,
table.small-table.tableMode2 tr.tableHeaderTopL2 th {
  font-size: 1rem; }

/* line 374, scss/elements/_tables.scss */
table.small-table.tableMode2 td {
  font-size: 0.9rem; }

/* line 378, scss/elements/_tables.scss */
.thick-left-border {
  border-left: 2px solid #5f34c5 !important; }

/* line 382, scss/elements/_tables.scss */
.right-border {
  border-top: none !important;
  border-bottom: none !important;
  border-right: 1px solid #5f34c5;
  background-color: transparent;
  overflow: hidden; }

/* line 390, scss/elements/_tables.scss */
.right-border-primary {
  border-top: none !important;
  border-bottom: none !important;
  border-right: 1px solid #E64C03;
  background-color: transparent;
  overflow: hidden; }

/* line 398, scss/elements/_tables.scss */
.rotate {
  transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  /* IE 9 */
  -webkit-transform: rotate(-35deg);
  /* Safari */
  background-color: transparent;
  overflow: hidden;
  text-align: center; }

/* line 407, scss/elements/_tables.scss */
.table-title {
  color: white;
  font-weight: 700;
  text-decoration: underline;
  background-color: #E64C03;
  text-align: center !important; }

/* line 415, scss/elements/_tables.scss */
.table-title-secondary {
  color: white;
  font-weight: 700;
  text-decoration: underline;
  background-color: #5f34c5;
  text-align: center !important; }

/* line 423, scss/elements/_tables.scss */
.table-subtitle {
  color: #E64C03;
  font-weight: 700; }

/* line 428, scss/elements/_tables.scss */
.table-subtitleEtf {
  color: #5f34c5;
  font-weight: 700; }

/* line 433, scss/elements/_tables.scss */
.center-inside {
  margin: 0 auto;
  display: table; }

/* Chrome, Safari, Edge, Opera */
/* line 439, scss/elements/_tables.scss */
input::-webkit-outer-spin-button.hide-arrows,
input::-webkit-inner-spin-button.hide-arrows {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
/* line 446, scss/elements/_tables.scss */
input[type=number].hide-arrows {
  -moz-appearance: textfield; }

/* line 450, scss/elements/_tables.scss */
table.simulationparams th {
  text-align: center;
  vertical-align: middle; }

/* line 455, scss/elements/_tables.scss */
table.simulationparams tr:nth-last-child(2) {
  border-top: 1px solid #E64C03;
  background-color: #faf3f3; }

/* line 460, scss/elements/_tables.scss */
table.simulationparams td:last-child input.btn {
  font-weight: 900; }

/* line 464, scss/elements/_tables.scss */
table.simulationparams thead tr:last-child {
  background-color: #E64C03;
  color: white; }

/* line 469, scss/elements/_tables.scss */
table.simulationparams thead td:first-child {
  background-color: #faf3f3; }

/* line 473, scss/elements/_tables.scss */
table.simulationparams td:first-child {
  border-right: 1px solid #E64C03;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center; }

/* line 480, scss/elements/_tables.scss */
table.simulationparams td:nth-child(2) {
  padding-left: 10px; }

/* line 484, scss/elements/_tables.scss */
table.simulationparams tr:last-child {
  background-color: #E64C03;
  color: white; }

/* line 489, scss/elements/_tables.scss */
table.simulationparams tr:last-child td:last-child {
  background-color: #be3f02;
  color: #E64C03;
  border-radius: 0px 25px;
  text-align: center; }

/* line 496, scss/elements/_tables.scss */
table.simulationparams tr:last-child td:first-child {
  background-color: #faf3f3; }

/* line 500, scss/elements/_tables.scss */
.min-column {
  color: red !important; }

/* line 503, scss/elements/_tables.scss */
.max-column {
  color: green !important; }

/* line 507, scss/elements/_tables.scss */
.tab-content {
  margin-left: 30px;
  margin-right: 30px; }

/* line 513, scss/elements/_tables.scss */
.customPtf td {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: none; }

/* line 20, scss/elements/_elements.scss */
.abs {
  position: absolute; }

/* line 24, scss/elements/_elements.scss */
.total {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* line 32, scss/elements/_elements.scss */
.all-transition,
a {
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }

/* line 43, scss/elements/_elements.scss */
.clear {
  clear: both;
  float: none; }

/* line 49, scss/elements/_elements.scss */
.carousel-item {
  min-height: 437px;
  background-size: cover; }

/* line 54, scss/elements/_elements.scss */
.wrap_item_slide {
  min-height: 437px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-left: 155px;
  padding-right: 155px; }
  /* line 69, scss/elements/_elements.scss */
  .wrap_item_slide .wp-block-button__link,
  .wrap_item_slide button {
    color: white;
    background-color: #e64c03;
    font-size: 27px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #e64c03;
    border-image: initial;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      /* line 69, scss/elements/_elements.scss */
      .wrap_item_slide .wp-block-button__link,
      .wrap_item_slide button {
        font-size: 17px;
        padding: 0 20px;
        width: 100%; } }

@media (max-width: 700px) {
  /* line 92, scss/elements/_elements.scss */
  .wrap_item_slide {
    padding-left: 45px;
    padding-right: 45px; } }

/* line 98, scss/elements/_elements.scss */
.wrap_item_slide .wp-block-button__link {
  padding: 0 40px; }

/* line 102, scss/elements/_elements.scss */
.wrap_item_slide p {
  margin-bottom: 0;
  color: #fff; }

/* line 107, scss/elements/_elements.scss */
.wrap_item_slide .wp-block-embed__wrapper {
  position: relative; }

/* line 110, scss/elements/_elements.scss */
.wrap_item_slide .wp-block-embed {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: -7px;
  padding: 0; }

/* line 119, scss/elements/_elements.scss */
.carousel-control-next,
.carousel-control-prev {
  color: #ddc6c6;
  width: 75px;
  height: 75px;
  top: 50%;
  transform: translateY(-37.5px); }

/* line 128, scss/elements/_elements.scss */
.carousel-control-next:focus,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: darkgray; }

/* line 135, scss/elements/_elements.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 75px;
  align-self: center;
  align-items: center;
  display: flex; }

@media only screen and (max-width: 940px) {
  /* line 144, scss/elements/_elements.scss */
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 35px; }
  /* line 148, scss/elements/_elements.scss */
  .carousel-control-next,
  .carousel-control-prev {
    width: 35px; } }

/* line 154, scss/elements/_elements.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url(""); }

/* line 159, scss/elements/_elements.scss */
.carousel-indicators li {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  margin-right: 7px;
  margin-left: 7px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  position: relative; }
  /* line 169, scss/elements/_elements.scss */
  .carousel-indicators li.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
    border-radius: 100%;
    background-color: #fff; }

/* line 184, scss/elements/_elements.scss */
.banner-page-home .banner-page-title {
  padding-left: 0;
  display: block;
  width: 100%; }

/* line 190, scss/elements/_elements.scss */
.slide-2 {
  background-color: #55aaeb; }

/* line 194, scss/elements/_elements.scss */
.banner-page-home iframe {
  width: calc(100% + 310px);
  min-height: 350px; }

/* line 203, scss/elements/_elements.scss */
.bloc-lasts-news-img {
  width: 60px;
  height: 75px;
  float: left;
  background-color: #e3e3e3;
  margin-bottom: 0.3em; }
  /* line 210, scss/elements/_elements.scss */
  .bloc-lasts-news-img img {
    width: 60px;
    height: 75px;
    object-fit: cover; }

/* line 217, scss/elements/_elements.scss */
.bloc-lasts-news-text {
  float: left;
  width: calc(100% - 60px);
  padding-left: 15px; }

/* line 223, scss/elements/_elements.scss */
.bloc-lasts-news {
  overflow: hidden;
  margin-bottom: 0px;
  border-bottom: 1px solid #e3e3e3;
  position: relative; }
  /* line 229, scss/elements/_elements.scss */
  .bloc-lasts-news h3 {
    font-family: "Mulish"; }

/* line 234, scss/elements/_elements.scss */
.bloc-analysis .bloc-lasts-news {
  margin-bottom: 10px; }

/* line 238, scss/elements/_elements.scss */
.bloc-lasts-news a:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../img/arrow-right-c.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 15px;
  right: 15px; }

/* line 252, scss/elements/_elements.scss */
.wp-block-group.has-background.bloc-full .bloc-lasts-news-title,
.bloc-lasts-news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 13px; }
  /* line 258, scss/elements/_elements.scss */
  .wp-block-group.has-background.bloc-full .bloc-lasts-news-title a,
  .bloc-lasts-news-title a {
    color: #101010;
    font-size: 14px;
    line-height: 19px; }

/* line 265, scss/elements/_elements.scss */
.bloc-lasts-news-title.small {
  font-size: 15px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 8px; }
  /* line 270, scss/elements/_elements.scss */
  .bloc-lasts-news-title.small a {
    font-size: 13px;
    line-height: 18px; }

/* line 278, scss/elements/_elements.scss */
.bloc-lasts-news-date {
  font-size: 14px;
  margin-bottom: 0.5em; }

/* line 283, scss/elements/_elements.scss */
.bloc-analysis .bloc-lasts-news a:after,
.bloc-news .bloc-lasts-news a:after {
  background-image: url("../img/arrow-right-o.svg"); }

/* line 288, scss/elements/_elements.scss */
figure.highcharts-figure {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

/* line 294, scss/elements/_elements.scss */
.align-end {
  align-self: flex-end; }

/* line 297, scss/elements/_elements.scss */
.align-center {
  align-self: center; }

@media (max-width: 1200px) {
  /* line 301, scss/elements/_elements.scss */
  .bloc-lasts-news-img {
    height: 60px; }
    /* line 303, scss/elements/_elements.scss */
    .bloc-lasts-news-img img {
      height: 60px; } }

/* line 312, scss/elements/_elements.scss */
.width-66 {
  width: 66%; }

/* line 315, scss/elements/_elements.scss */
.align-self-end {
  align-self: end; }

/* line 318, scss/elements/_elements.scss */
.align-self-center {
  align-self: center; }

/* line 322, scss/elements/_elements.scss */
.col-all-6 {
  width: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%; }

/* line 323, scss/elements/_elements.scss */
.col-1-8 {
  width: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%; }

/* line 324, scss/elements/_elements.scss */
.col-2-75 {
  width: 0 0 22.916666667%;
  flex: 0 0 22.916666667%;
  max-width: 22.916666667%; }

/* line 325, scss/elements/_elements.scss */
.col-2-5 {
  width: 0 0 20.8333333%;
  flex: 0 0 20.8333333%;
  max-width: 20.8333333%; }

/* line 326, scss/elements/_elements.scss */
.col-5-5 {
  width: 0 0 45.83%;
  flex: 0 0 45.83%;
  max-width: 45.83%; }

/* line 327, scss/elements/_elements.scss */
.col-lg-8-5 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

/* line 328, scss/elements/_elements.scss */
.col-lg-3-5 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

@media only screen and (max-width: 992px) {
  /* line 332, scss/elements/_elements.scss */
  .wp-block-columns {
    display: block; }
  /* line 337, scss/elements/_elements.scss */
  .wp-block-column {
    margin-bottom: 5px; }
  /* line 341, scss/elements/_elements.scss */
  .row .filter-analysis-special h4 {
    font-size: 1.3rem;
    margin-right: 10px; }
  /* line 345, scss/elements/_elements.scss */
  .col-md-4 .m-0 .d-flex .flex-wrap .align-items-baseline {
    padding: 0px; }
  /* line 348, scss/elements/_elements.scss */
  .hide-for-small {
    display: none; }
  /* line 352, scss/elements/_elements.scss */
  .col-1-8, .col-2 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%; }
  /* line 358, scss/elements/_elements.scss */
  .col-2-75 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%; }
  /* line 364, scss/elements/_elements.scss */
  .col-2-5 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%; }
  /* line 370, scss/elements/_elements.scss */
  .col-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 375, scss/elements/_elements.scss */
  .col-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 380, scss/elements/_elements.scss */
  .col-5-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 385, scss/elements/_elements.scss */
  .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 390, scss/elements/_elements.scss */
  .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 395, scss/elements/_elements.scss */
  .col-lg-8-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 396, scss/elements/_elements.scss */
  .col-lg-3-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 397, scss/elements/_elements.scss */
  .col-lg-1-1 {
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%; } }

@media only screen and (min-width: 576px) and (max-width: 768px) {
  /* line 401, scss/elements/_elements.scss */
  .col-md-1-9 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; } }

@media only screen and (max-width: 576px) {
  /* line 404, scss/elements/_elements.scss */
  .col-md-1-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  /* line 407, scss/elements/_elements.scss */
  .col-md-1-1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%; }
  /* line 408, scss/elements/_elements.scss */
  .col-md-1-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  /* line 409, scss/elements/_elements.scss */
  .col-md-8-1 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  /* line 410, scss/elements/_elements.scss */
  .col-md-2-9 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%; }
  /* line 411, scss/elements/_elements.scss */
  .col-md-1-9 {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%; }
  /* line 412, scss/elements/_elements.scss */
  .col-md-3-1 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; } }

@media only screen and (min-width: 768px) {
  /* line 417, scss/elements/_elements.scss */
  .ArrowBack {
    padding-left: 2px; } }

@media only screen and (min-width: 768px) {
  /* line 423, scss/elements/_elements.scss */
  #start {
    padding-right: 0px; } }

@media only screen and (min-width: 576px) {
  /* line 428, scss/elements/_elements.scss */
  #okdate {
    padding-left: 8px;
    margin-left: 15px !important; } }

@media only screen and (max-width: 768px) {
  /* line 435, scss/elements/_elements.scss */
  .arrowBack {
    padding-left: 0px; } }

/* chart */
/* line 442, scss/elements/_elements.scss */
.chart-title {
  color: #5f34c5;
  border-bottom: 1px solid #5f34c5;
  margin: 0 3px;
  margin-bottom: 15px; }

/* line 449, scss/elements/_elements.scss */
.reduce-space {
  margin-bottom: 3px; }

/* line 453, scss/elements/_elements.scss */
.bsd-circle {
  width: 200px;
  height: 200px;
  border: 1px solid red;
  margin: 0 auto;
  margin-top: 25px; }

/* line 461, scss/elements/_elements.scss */
.wrap-steps {
  width: 48%;
  border: 1px solid red;
  border-radius: 20px;
  margin-right: 1%;
  padding-top: 30px; }

/* line 468, scss/elements/_elements.scss */
.wrap-steps .text-center {
  font-size: 1.05em; }

@media only screen and (max-width: 940px) {
  /* line 472, scss/elements/_elements.scss */
  .wrap-steps {
    width: 100%;
    margin-bottom: 10px; } }

/* line 478, scss/elements/_elements.scss */
.page-template-page-research .main-container-full.ov .row.pt-3.mt-2 .col-8.text-center {
  display: none; }

/* line 482, scss/elements/_elements.scss */
.page-template-page-research .main-container-full.ov .row.pt-3.mt-2 .col-4 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%; }

/* line 488, scss/elements/_elements.scss */
.col-md-4 .m-0 .d-flex .flex-wrap .align-items-baseline {
  align-items: flex-start;
  align-self: flex-start; }

/* line 493, scss/elements/_elements.scss */
.filter-analysis-special {
  align-items: flex-start;
  align-self: flex-start; }

/* line 498, scss/elements/_elements.scss */
.filter-analysis-special .select-selected, .filter-analysis-special .subscribe-input {
  margin-right: 20px;
  margin-left: 20px;
  min-width: 200px; }

/* line 504, scss/elements/_elements.scss */
.filter-analysis-special .select-selected::after, .filter-analysis-special .subscribe-input::after {
  margin-right: 10px; }

/* line 508, scss/elements/_elements.scss */
.row .filter-analysis-special h4 {
  padding-right: 10px;
  padding-bottom: 1px; }

/* line 513, scss/elements/_elements.scss */
.filter-analysis-item {
  min-width: 50px !important; }

/* line 517, scss/elements/_elements.scss */
.center-all {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 523, scss/elements/_elements.scss */
.small-graph .highcharts-figure .chart-container {
  height: 220px; }

/* line 526, scss/elements/_elements.scss */
.small-graph .highcharts-figure {
  height: 220px; }

/* line 529, scss/elements/_elements.scss */
.small-graph .highcharts-figure > div {
  height: 220px; }

/* line 533, scss/elements/_elements.scss */
.x-small-graph .highcharts-figure .chart-container {
  height: 150px; }

/* line 536, scss/elements/_elements.scss */
.x-small-graph .highcharts-figure {
  height: 150px; }

/* line 539, scss/elements/_elements.scss */
.x-small-graph .highcharts-figure > div {
  height: 150px; }

/* line 543, scss/elements/_elements.scss */
.xs-small-graph .highcharts-figure .chart-container {
  height: 70px;
  margin-top: -1px;
  margin-bottom: -1px; }

/* line 548, scss/elements/_elements.scss */
.xs-small-graph .highcharts-figure {
  height: 70px;
  margin-top: -1px;
  margin-bottom: -1px; }

/* line 554, scss/elements/_elements.scss */
.xs-small-graph .highcharts-figure > div {
  height: 70px;
  margin-top: -1px;
  margin-bottom: -1px; }

/* line 562, scss/elements/_elements.scss */
.card-footer-select {
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 566, scss/elements/_elements.scss */
.card-header-image {
  height: 70px; }

/* line 570, scss/elements/_elements.scss */
.bg-card-1 {
  background-color: #6034c51c; }

/* line 574, scss/elements/_elements.scss */
.bg-card-2 {
  background-color: #6034c53a; }

/* line 578, scss/elements/_elements.scss */
.bg-card-3 {
  background-color: #6034c555; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  /* line 2, scss/forms/_buttons.scss */
  .navbar-toggler {
    display: block;
    color: #fff;
    border: 1px solid #E64C03;
    margin-right: 25px; }
  /* line 10, scss/forms/_buttons.scss */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(230,73,3, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  /* line 14, scss/forms/_buttons.scss */
  .navbar-toggler-icon {
    width: 1em;
    height: 1em; }
  /* line 20, scss/forms/_buttons.scss */
  body .wp-block-button.btn-bsd-home {
    margin-left: -32px; } }

@media (max-width: 600px) {
  /* line 31, scss/forms/_buttons.scss */
  body .wp-block-button.btn-bsd-home {
    margin-left: 0px; } }

/* line 36, scss/forms/_buttons.scss */
body .navbar-nav .nav-link.btn-subscribe,
body .navbar-nav .nav-link.btn-connexion {
  color: #fff;
  background-color: #E64C03;
  border-radius: 100px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #E64C03;
  font-weight: 700; }
  /* line 53, scss/forms/_buttons.scss */
  body .navbar-nav .nav-link.btn-subscribe:hover,
  body .navbar-nav .nav-link.btn-connexion:hover {
    color: #fff;
    background-color: #5f34c5;
    border: 1px solid #5f34c5; }

/* line 62, scss/forms/_buttons.scss */
body .navbar-nav .nav-link.btn-connexion {
  color: #E64C03;
  background-color: #fff; }
  /* line 65, scss/forms/_buttons.scss */
  body .navbar-nav .nav-link.btn-connexion:hover {
    color: #5f34c5;
    background-color: #fff;
    border: 1px solid #5f34c5; }

/* line 73, scss/forms/_buttons.scss */
body .btn-search svg:hover {
  fill: #E64C03; }

/* line 76, scss/forms/_buttons.scss */
body .btn {
  border-radius: 75px;
  margin-top: 20px;
  font-size: 0.8rem; }

@media (max-width: 799px) {
  /* line 82, scss/forms/_buttons.scss */
  body .btn {
    margin-top: 5px; } }

/* line 87, scss/forms/_buttons.scss */
body .btn-primary {
  color: #fff;
  background-color: #E64C03;
  border: 1px solid #E64C03; }
  /* line 91, scss/forms/_buttons.scss */
  body .btn-primary:hover {
    color: #E64C03;
    background-color: #fff;
    border: 1px solid #E64C03; }

/* line 98, scss/forms/_buttons.scss */
body .btn-primary-outline {
  color: #E64C03;
  background-color: #fff;
  border: 1px solid #E64C03; }
  /* line 102, scss/forms/_buttons.scss */
  body .btn-primary-outline:hover {
    color: #fff;
    background-color: #E64C03;
    border: 1px solid #E64C03; }

/* line 110, scss/forms/_buttons.scss */
body label.active.form-check-analysis.btn.btn-primary-outline {
  color: #fff;
  background-color: #E64C03;
  border: 1px solid #E64C03; }

/* line 116, scss/forms/_buttons.scss */
body label.active.form-check-research.btn.btn-secondary-outline {
  color: #fff;
  background-color: #5f34c5;
  border: 1px solid #5f34c5; }

/* line 122, scss/forms/_buttons.scss */
body #filter_period .hidden {
  display: none; }

/* line 126, scss/forms/_buttons.scss */
body .btn-secondary:not(.btn-lg) {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0; }

/* line 133, scss/forms/_buttons.scss */
body .btn-secondary {
  color: #5f34c5;
  background-color: transparent;
  border: 1px solid #5f34c5; }
  /* line 137, scss/forms/_buttons.scss */
  body .btn-secondary:hover {
    color: #fff;
    background-color: #5f34c5;
    border: 1px solid #5f34c5; }

/* line 144, scss/forms/_buttons.scss */
body .btn-small {
  margin-top: 3px;
  margin-bottom: 3px; }

/* line 149, scss/forms/_buttons.scss */
.sidebar-schedule-btn {
  background-color: #fff;
  color: #5f34c5;
  display: block; }

/* line 155, scss/forms/_buttons.scss */
.btn-secondary.btn-plain {
  color: #fff;
  background-color: #5f34c5;
  border: 1px solid #5f34c5; }
  /* line 159, scss/forms/_buttons.scss */
  .btn-secondary.btn-plain:hover {
    color: #5f34c5;
    background-color: #e1d9f5;
    border: 1px solid #5f34c5; }

/* line 167, scss/forms/_buttons.scss */
body .btn-lg {
  font-weight: 700;
  font-size: 1rem; }

/* line 171, scss/forms/_buttons.scss */
body .btn-full {
  width: 100%; }

/* line 178, scss/forms/_buttons.scss */
.wp-block-button.btn-bsd-home {
  position: relative; }

/* line 182, scss/forms/_buttons.scss */
.wp-block-button.btn-bsd-home a {
  padding-right: 70px;
  display: block;
  width: 100%;
  font-size: 25px;
  text-align: left;
  color: #fff; }
  /* line 190, scss/forms/_buttons.scss */
  .wp-block-button.btn-bsd-home a:after {
    content: "";
    display: inline-block;
    width: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/arrow-right.svg"); }

/* line 206, scss/forms/_buttons.scss */
text.highcharts-credits,
.highcharts-button.highcharts-contextbutton.highcharts-button-normal {
  display: none; }

/* line 213, scss/forms/_buttons.scss */
.cart .actions .button:disabled[disabled] {
  color: #fff; }

/* line 216, scss/forms/_buttons.scss */
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  background: #5f34c5;
  padding: 25px;
  line-height: 1px; }

/* line 226, scss/forms/_buttons.scss */
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
  background: none;
  color: #5f34c5; }

/* line 29, scss/forms/_fields.scss */
select.form-control {
  border-radius: 50px;
  font-weight: 700;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-image: none; }

/* line 37, scss/forms/_fields.scss */
select::-ms-expand {
  display: none !important; }

/* line 41, scss/forms/_fields.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

/* line 50, scss/forms/_fields.scss */
select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, #E64C03 50%), linear-gradient(135deg, #E64C03 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

/* line 66, scss/forms/_fields.scss */
select.form-control:focus {
  box-shadow: none;
  background-image: linear-gradient(45deg, #E64C03 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #E64C03 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border: none;
  border: 1px solid #E64C03;
  outline: 0; }

/* line 87, scss/forms/_fields.scss */
select.form-control {
  position: relative; }

/* line 91, scss/forms/_fields.scss */
:not(.page-template-templates)select.form-control:focus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 500px;
  background-color: red; }

/* line 105, scss/forms/_fields.scss */
.form-group {
  position: relative;
  margin-bottom: 0.7rem; }

/* line 110, scss/forms/_fields.scss */
.form-group select {
  display: none;
  /*hide original SELECT element:*/ }

/* line 114, scss/forms/_fields.scss */
.select-selected, .subscribe-input {
  border-radius: 50px;
  font-weight: 700;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-image: none;
  background-color: #fff; }

/* line 123, scss/forms/_fields.scss */
.select-selected.select-arrow-active, .select-arrow-active.subscribe-input {
  border-radius: 25px 25px 0 0px;
  border: 1px solid #E64C03;
  color: #E64C03; }

/*style the arrow inside the select element:*/
/* line 130, scss/forms/_fields.scss */
.select-selected:after, .subscribe-input:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #E64C03 transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
/* line 142, scss/forms/_fields.scss */
.select-selected.select-arrow-active:after, .select-arrow-active.subscribe-input:after {
  border-color: transparent transparent #E64C03 transparent;
  top: 10px;
  right: 15px; }

/*style the items (options), including the selected item:*/
/* line 149, scss/forms/_fields.scss */
.select-items div, .select-selected, .subscribe-input {
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none; }

/* line 157, scss/forms/_fields.scss */
.select-items div {
  border-color: transparent transparent #E64C03 transparent; }
  /* line 159, scss/forms/_fields.scss */
  .select-items div:last-child {
    border: none; }

/*style items (options):*/
/* line 165, scss/forms/_fields.scss */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #E64C03;
  border-top: none;
  border-radius: 0 0 25px 25px;
  overflow: hidden; }

/* line 179, scss/forms/_fields.scss */
.page-template-page-subscribe .select-items {
  max-height: 195px;
  overflow: auto; }

/*hide the items when the select box is closed:*/
/* line 185, scss/forms/_fields.scss */
.select-hide {
  display: none; }

/* line 189, scss/forms/_fields.scss */
.select-items div.same-as-selected {
  background-color: #fff;
  color: #E64C03;
  font-weight: 700; }

/* line 196, scss/forms/_fields.scss */
.select-items div:hover {
  background-color: #E64C03;
  color: #fff; }

/* line 202, scss/forms/_fields.scss */
body.page-template-page-analysis-detail .form-control {
  color: #E64C03;
  font-weight: 800;
  font-size: 1.15em; }

@media only screen and (max-width: 992px) {
  /* line 208, scss/forms/_fields.scss */
  body.page-template-page-analysis-detail .form-control {
    font-size: 1em; }
  /* line 211, scss/forms/_fields.scss */
  body.page-template-page-analysis-detail body .btn {
    font-size: 0.7em !important; } }

/* line 215, scss/forms/_fields.scss */
body.page-template-page-analysis-detail .form-control option {
  color: initial;
  font-size: 0.8em; }

/* line 219, scss/forms/_fields.scss */
body.page-template-page-analysis-detail .form-control option[selected] {
  color: initial;
  color: #E64C03; }

/* line 225, scss/forms/_fields.scss */
#searchform input {
  border: none; }

/* line 238, scss/forms/_fields.scss */
.container_checkbox {
  display: block;
  position: relative;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 5px;
  padding-right: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  clear: both;
  float: none; }

/* Hide the browser's default checkbox */
/* line 257, scss/forms/_fields.scss */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* line 265, scss/forms/_fields.scss */
.container_checkbox.check {
  color: #fff; }

/* Create a custom checkbox */
/* line 270, scss/forms/_fields.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 95%;
  border: 1px solid #5f34c5;
  border-radius: 25px;
  overflow: hidden;
  margin-left: 2.5%; }

/* line 282, scss/forms/_fields.scss */
.checkmark-number {
  background: linear-gradient(to right, transparent 68%, rgba(255, 0, 0, 0.089) 28%); }

/* line 286, scss/forms/_fields.scss */
.checkmark-number2 {
  background: linear-gradient(to right, transparent 68%, #6034c528 28%); }

/* line 290, scss/forms/_fields.scss */
.checked .checkmark-number {
  background: #E64C03; }

/* line 294, scss/forms/_fields.scss */
.container_page_analysis .checkmark {
  border-color: #E64C03; }

/* line 298, scss/forms/_fields.scss */
.container_page_research .select-items div,
.container_page_research .select-selected,
.container_page_research .subscribe-input {
  box-shadow: none;
  font-weight: 400; }

/* line 305, scss/forms/_fields.scss */

.container_page_research .select-selected,
.container_page_research .subscribe-input {
  border: 1px solid #5f34c5; }

/* line 310, scss/forms/_fields.scss */
.container_page_research .select-items div {
  border-color: transparent transparent #5f34c5 transparent; }

/* line 314, scss/forms/_fields.scss */
.container_page_research .select-selected.select-arrow-active, .container_page_research .select-arrow-active.subscribe-input {
  color: #5f34c5; }

/* line 317, scss/forms/_fields.scss */
.container_page_research .select-items {
  border: 1px solid #5f34c5; }

/* line 320, scss/forms/_fields.scss */
.container_page_research .select-selected:after, .container_page_research .subscribe-input:after {
  border-color: #5f34c5 transparent transparent transparent; }

/* line 324, scss/forms/_fields.scss */
.container_page_research .select-items div:hover {
  background-color: #5f34c5; }

/* line 328, scss/forms/_fields.scss */
.container_page_research .select-selected.select-arrow-active:after, .container_page_research .select-arrow-active.subscribe-input:after {
  border-color: transparent transparent #5f34c5 transparent; }

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* line 345, scss/forms/_fields.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
/* line 352, scss/forms/_fields.scss */
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
  background-color: rgba(95, 52, 197, 0.9);
  color: #fff; }

/* line 358, scss/forms/_fields.scss */
.container_page_analysis .container_checkbox input:checked ~ .checkmark:after {
  background-color: #E64C03; }

/* Style the checkmark/indicator */
/* line 363, scss/forms/_fields.scss */
.container_checkbox .checkmark:after {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

@media (max-width: 940px) {
  /* line 374, scss/forms/_fields.scss */
  .checkmark {
    width: 100%;
    margin-left: 0; } }

/* line 381, scss/forms/_fields.scss */
.subscribe-input {
  max-width: 281px;
  margin-bottom: 16px;
  min-height: 37px; }
  /* line 388, scss/forms/_fields.scss */
  .subscribe-input::placeholder {
    color: #E64C03;
    font-weight: 300;
    font-size: 0.8rem; }

/* line 395, scss/forms/_fields.scss */
.subscribe-form-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400; }

/* line 401, scss/forms/_fields.scss */
.form-check-input {
  transform: scale(1.5);
  position: relative;
  margin-right: 5px;
  margin-bottom: 20px; }

/* line 409, scss/forms/_fields.scss */
.form-check-label {
  margin-bottom: 10px; }

/* line 413, scss/forms/_fields.scss */
input[type='radio'] {
  position: relative;
  top: 15px;
  -webkit-appearance: unset; }

/* line 419, scss/forms/_fields.scss */
input[type='radio']:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 3px;
  left: 3px;
  position: absolute;
  content: '';
  display: inline-block;
  visibility: visible;
  z-index: 3; }

/* line 435, scss/forms/_fields.scss */
input[type='radio']:after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -1.5px;
  left: -1.5px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #E64C03; }

/* line 451, scss/forms/_fields.scss */
input[type='radio']:checked:before {
  background-color: #E64C03; }

/* line 459, scss/forms/_fields.scss */
.label_offer_1 {
  width: calc(100% - 10px);
  border-radius: 50px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-image: none;
  background-color: #fff;
  padding: 10px 25px;
  overflow: hidden; }

/* line 470, scss/forms/_fields.scss */
.form-check .col-xs-11 {
  margin: 0;
  padding: 0; }

/* line 477, scss/forms/_fields.scss */
.offer_1_img {
  margin: 15px 0;
  justify-content: center;
  text-align: center; }
  /* line 481, scss/forms/_fields.scss */
  .offer_1_img img {
    width: 100%;
    max-width: 250px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center; }

/* line 492, scss/forms/_fields.scss */
.offer_1_trial {
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  justify-content: center; }
  /* line 498, scss/forms/_fields.scss */
  .offer_1_trial:after {
    content: "";
    display: block;
    background-color: #E64C03;
    position: absolute;
    left: 0;
    right: -20px;
    top: -50px;
    bottom: -50px;
    z-index: 1; }
  /* line 509, scss/forms/_fields.scss */
  .offer_1_trial span {
    position: relative;
    z-index: 2; }

/* line 514, scss/forms/_fields.scss */
.label_2 {
  margin-top: 18px; }

/* line 517, scss/forms/_fields.scss */
.offer_1_price {
  margin: 15px 0;
  text-align: right;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end; }
  /* line 523, scss/forms/_fields.scss */
  .offer_1_price span {
    color: #E64C03;
    font-size: 1.1rem;
    font-weight: 700; }
  /* line 528, scss/forms/_fields.scss */
  .offer_1_price small {
    display: block;
    text-align: right; }

@media (max-width: 768px) {
  /* line 539, scss/forms/_fields.scss */
  body.page-template-page-subscribe .form-check .col-xs-11 {
    width: 90%;
    float: left; }
  /* line 544, scss/forms/_fields.scss */
  body.page-template-page-subscribe .col-md-1.col-xs-1 {
    width: 10%; }
  /* line 548, scss/forms/_fields.scss */
  div#contact .col-md-5.offset-md-1 img, div#contact .col-md-5.offset-md-1 h3, div#contact .col-md-5.offset-md-1 input {
    margin: auto;
    display: block; }
  /* line 552, scss/forms/_fields.scss */
  div#contact .col-md-5.offset-md-1 h3 {
    text-align: center; }
  /* line 555, scss/forms/_fields.scss */
  div#contact .col-md-5.offset-md-1 input {
    margin-top: 20px; }
  /* line 559, scss/forms/_fields.scss */
  div#contact input {
    margin-bottom: 20px; }
  /* line 562, scss/forms/_fields.scss */
  div#contact form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media (max-width: 991px) {
  /* line 569, scss/forms/_fields.scss */
  .offer_1_trial:after {
    top: -10px;
    left: -20px; }
  /* line 573, scss/forms/_fields.scss */
  .offer_1_img,
  .offer_1_trial,
  .offer_1_price {
    margin: 0; }
  /* line 578, scss/forms/_fields.scss */
  .offer_1_trial {
    margin-top: 12px; }
  /* line 582, scss/forms/_fields.scss */
  .subscribe-input {
    max-width: 100%; } }

/* line 589, scss/forms/_fields.scss */
.custom-control {
  padding-left: 1.3rem; }

/* line 593, scss/forms/_fields.scss */
.custom-checkbox {
  margin-bottom: 15px; }

/* line 597, scss/forms/_fields.scss */
.custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: #E64C03 solid 1px;
  border-radius: 0;
  width: 28px;
  height: 28px; }

/* line 606, scss/forms/_fields.scss */
.custom-control-label {
  padding-left: 35px;
  padding-top: 5px; }

/* line 611, scss/forms/_fields.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  background-image: url("../img/close.png");
  background-size: cover;
  border-color: #E64C03; }

/* line 621, scss/forms/_fields.scss */
.custom-control-label::after {
  display: none; }

/* line 626, scss/forms/_fields.scss */
.custom-control-input {
  /* position: absolute; */
  /* left: 0; */
  z-index: 10;
  width: 28px;
  height: 28px; }

/* line 634, scss/forms/_fields.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

/* line 637, scss/forms/_fields.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E64C03; }

/* line 640, scss/forms/_fields.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: transparent;
  border-color: #E64C03; }

/* line 647, scss/forms/_fields.scss */
.outline-secondary {
  background-color: transparent;
  min-height: 37px;
  border-radius: 37px;
  border: 1px solid #5f34c5;
  padding-left: 25px; }
  /* line 653, scss/forms/_fields.scss */
  .outline-secondary::placeholder {
    color: #5f34c5;
    font-weight: 300;
    font-size: 0.8rem; }

/* line 660, scss/forms/_fields.scss */
textarea.outline-secondary {
  margin-top: 20px;
  border-radius: 18px;
  width: 100%;
  min-height: 180px;
  padding-top: 25px; }

/* line 668, scss/forms/_fields.scss */
.scheduleModal .modal-dialog {
  max-width: 850px; }

/* line 672, scss/forms/_fields.scss */
.scheduleModal .btn {
  width: 100%; }

/* line 676, scss/forms/_fields.scss */
.esg-color {
  color: darkgreen !important;
  border-color: darkgreen !important; }

/* line 681, scss/forms/_fields.scss */
.esg-color.check {
  color: white !important;
  background-color: darkgreen !important; }

/* line 686, scss/forms/_fields.scss */
.form-check-analysis.check {
  background-color: #E64C03;
  color: #fff; }

/* line 691, scss/forms/_fields.scss */
.form-check-research.check {
  background-color: #5f34c5;
  color: #fff; }

/* line 696, scss/forms/_fields.scss */
span.Startfrom select,
span.Finishby select,
span.wpcf7-form-control-wrap.Availability input {
  margin-top: 10px;
  border: 1px solid #5f34c5;
  height: 47px;
  padding: 10px 20px;
  border-radius: 47px;
  width: 100%;
  text-align: center; }

/* line 708, scss/forms/_fields.scss */
span.wpcf7-form-control.wpcf7-checkbox {
  width: 100%;
  display: block;
  overflow: hidden; }

/* line 716, scss/forms/_fields.scss */
.scheduleModal .col-md-6 {
  color: #5f34c5;
  font-weight: 600;
  text-align: center; }

/* line 722, scss/forms/_fields.scss */
.scheduleModal .col-md-3 input {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #5f34c5;
  height: 37px;
  padding: 5px 20px;
  border-radius: 47px; }

/* line 735, scss/forms/_fields.scss */
span.wpcf7-form-control-wrap.days span.wpcf7-list-item-label {
  position: relative;
  width: 100%;
  display: block;
  color: #5f34c5;
  font-weight: 600; }
  /* line 741, scss/forms/_fields.scss */
  span.wpcf7-form-control-wrap.days span.wpcf7-list-item-label:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #5f34c5;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
  /* line 756, scss/forms/_fields.scss */
  span.wpcf7-form-control-wrap.days span.wpcf7-list-item-label.check:after {
    background-color: #5f34c5; }

/* line 761, scss/forms/_fields.scss */
span.wpcf7-form-control-wrap.days span.wpcf7-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 20%;
  margin: 0;
  float: left;
  text-align: center; }

/* line 774, scss/forms/_fields.scss */
span.wpcf7-form-control-wrap.days input {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  order: 1;
  opacity: 0;
  position: relative;
  z-index: 2;
  top: 0;
  cursor: pointer; }

/* line 790, scss/forms/_fields.scss */
form.wpcf7-form.invalid {
  position: relative;
  height: 100%; }

/* line 795, scss/forms/_fields.scss */
.wpcf7-response-output {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  background-color: #fff; }

/* line 806, scss/forms/_fields.scss */
.modal-header p {
  display: none; }
  /* line 808, scss/forms/_fields.scss */
  .modal-header p.text-left {
    display: block; }

/* line 812, scss/forms/_fields.scss */
span.woocommerce-input-wrapper,
.woocommerce form .form-row label,
.input-text {
  display: block;
  width: 100%; }

/* line 818, scss/forms/_fields.scss */
select#billing_country,
.input-text {
  min-height: 47px;
  border: none;
  border-bottom: 2px solid #5f34c5;
  position: relative;
  background-color: #F4F4F4;
  padding-left: 15px; }

/* line 829, scss/forms/_fields.scss */
.woocommerce form .form-row label {
  opacity: 0.7; }

/* line 834, scss/forms/_fields.scss */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #fff;
  background-color: #5f34c5;
  border: 1px solid #5f34c5;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 75px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: block;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px; }

/* line 851, scss/forms/_fields.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e64c0333; }

/* line 4, scss/forms/_forms.scss */
.search-form-header {
  overflow: hidden;
  display: none;
  padding-left: 40px;
  width: 100%;
  max-width: calc(100% - 83px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  border: 2px solid #e3e3e3;
  margin-bottom: 25px; }
  /* line 24, scss/forms/_forms.scss */
  .search-form-header .search-submit {
    position: absolute;
    left: 48px;
    width: 30px;
    border-radius: 25px 0 0 25px;
    border: none;
    border-right: none;
    background-color: transparent; }
    /* line 32, scss/forms/_forms.scss */
    .search-form-header .search-submit svg {
      fill: #E64C03; }
  /* line 44, scss/forms/_forms.scss */
  .search-form-header form.search-form {
    display: block;
    width: 100%; }
    /* line 47, scss/forms/_forms.scss */
    .search-form-header form.search-form label,
    .search-form-header form.search-form input.search-field {
      width: 100%; }

/* line 58, scss/forms/_forms.scss */
.bloc-divide {
  border-bottom: 1px solid #e3e3e3;
  height: 10px;
  margin-bottom: 10px; }

/* line 66, scss/forms/_forms.scss */
.modal-backdrop {
  background-color: #5f34c5; }

/* line 71, scss/forms/_forms.scss */
body.modal-open header,
body.modal-open .banner-page,
body.modal-open .container-fluid,
body.modal-open .main-container-full {
  filter: blur(3px); }

/* line 81, scss/forms/_forms.scss */
.modal-header {
  background-color: #F4F0FB;
  justify-content: center;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }

/* line 88, scss/forms/_forms.scss */
.modal-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400; }

/* line 94, scss/forms/_forms.scss */
.modal-content {
  border-radius: 30px;
  text-align: center; }

/* line 101, scss/forms/_forms.scss */
.loginModal .login-password label {
  display: none; }

/* line 102, scss/forms/_forms.scss */
.loginModal .login-username label {
  display: none; }

/* line 103, scss/forms/_forms.scss */
.loginModal #user_pass,
.loginModal #user_login {
  display: block;
  width: 100%;
  height: 37px;
  border-radius: 35px;
  padding: 10px;
  border: 1px solid #5f34c5;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

/* line 117, scss/forms/_forms.scss */
.loginModal .modal-body {
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 121, scss/forms/_forms.scss */
.loginModal .modal_lost_password {
  font-size: 0.8rem;
  text-decoration: underline; }

/* line 126, scss/forms/_forms.scss */
.loginModal #wp-submit {
  color: #fff;
  background-color: #5f34c5;
  border: 1px solid #5f34c5;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 75px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: block;
  height: 37px;
  margin-left: auto;
  margin-right: auto; }
  /* line 142, scss/forms/_forms.scss */
  .loginModal #wp-submit:hover {
    color: #5f34c5;
    background-color: transparent;
    border: 1px solid #5f34c5; }

/* line 151, scss/forms/_forms.scss */
.modal_new_user {
  font-size: 1.2rem;
  text-decoration: underline; }

/* line 159, scss/forms/_forms.scss */
.modal-newsletter {
  color: #999;
  font-size: 15px; }

/* line 163, scss/forms/_forms.scss */
.modal-newsletter .modal-content {
  padding: 0px;
  border-radius: 0;
  border: none; }

/* line 168, scss/forms/_forms.scss */
.modal-newsletter .modal-header {
  display: none; }

/* line 171, scss/forms/_forms.scss */
.modal-newsletter h4 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 25px; }

/* line 177, scss/forms/_forms.scss */
.modal-newsletter .close {
  background: #c0c3c8;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  font-size: 16px; }

/* line 190, scss/forms/_forms.scss */
.modal-newsletter .close span {
  position: relative;
  top: -1px; }

/* line 194, scss/forms/_forms.scss */
.modal-newsletter .close:hover {
  opacity: 0.8; }

/* line 197, scss/forms/_forms.scss */
.modal-newsletter .icon-box {
  color: #7265ea;
  display: inline-block;
  z-index: 9;
  text-align: center;
  position: relative;
  margin-bottom: 10px; }

/* line 205, scss/forms/_forms.scss */
.modal-newsletter .icon-box i {
  font-size: 110px; }

/* line 208, scss/forms/_forms.scss */
.modal-newsletter .form-control, .modal-newsletter .btn {
  min-height: 46px;
  border-radius: 0px; }

/* line 212, scss/forms/_forms.scss */
.modal-newsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb; }

/* line 216, scss/forms/_forms.scss */
.modal-newsletter .form-control:focus {
  border-color: #5F34C5;
  box-shadow: 0 0 8px rgba(114, 101, 234, 0.5); }

/* line 220, scss/forms/_forms.scss */
.modal-newsletter .btn {
  color: #fff;
  border-radius: 0px;
  background: #5F34C5;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  padding: 6px 20px;
  min-width: 150px;
  border: none; }

/* line 231, scss/forms/_forms.scss */
.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
  background: #ffffff;
  outline: none;
  color: #5F34C5;
  border: 1px solid #5F34C5;
  outline: none; }

/* line 238, scss/forms/_forms.scss */
.modal-newsletter .input-group {
  margin: 30px 0 15px; }

/* line 241, scss/forms/_forms.scss */
.modal-newsletter span.input-group-btn {
  position: absolute;
  top: -42px;
  right: 0; }

@media (max-width: 768px) {
  /* line 248, scss/forms/_forms.scss */
  body .modal-dialog {
    max-width: 90%; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, scss/navigation/_links.scss */
a,
a:hover {
  color: #E64C03; }

/* line 6, scss/navigation/_links.scss */
.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #101010;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px; }

/* line 15, scss/navigation/_links.scss */
.current-menu-item a,
.current_page_item a {
  color: #E64C03; }

/* line 22, scss/navigation/_links.scss */
.menu-item {
  border-right: 1px solid #e3e3e3;
  padding-left: 9px;
  padding-right: 9px; }

/* line 29, scss/navigation/_links.scss */
.nav-tabs .nav-link.active {
  color: #5f34c5;
  border-width: 2px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, scss/navigation/_menus.scss */
.navbar {
  margin: 0 auto;
  max-width: 1350px;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media screen and (max-width: 768) {
    /* line 1, scss/navigation/_menus.scss */
    .navbar {
      padding-top: 5px; } }

/* line 10, scss/navigation/_menus.scss */
body.admin-bar .navbar {
  padding-top: 30px;
  padding-bottom: 0px; }

/* line 14, scss/navigation/_menus.scss */
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: .3rem;
  padding-left: .3rem; }

/* line 19, scss/navigation/_menus.scss */
.navbar-actions {
  display: flex;
  flex-wrap: wrap; }
  /* line 23, scss/navigation/_menus.scss */
  .navbar-actions li:nth-child(0) {
    padding: 0; }
  /* line 26, scss/navigation/_menus.scss */
  .navbar-actions li:nth-child(1) {
    margin-right: 0; }
  /* line 29, scss/navigation/_menus.scss */
  .navbar-actions li:nth-child(2) {
    padding: 0; }
  /* line 32, scss/navigation/_menus.scss */
  .navbar-actions li:nth-child(3) {
    margin-left: 10px; }

/* line 38, scss/navigation/_menus.scss */
.search-wrapper {
  display: block;
  position: absolute;
  right: 0;
  top: 32px; }
  @media (max-width: 600px) {
    /* line 38, scss/navigation/_menus.scss */
    .search-wrapper {
      right: -7px; } }
  @media (max-width: 1200px) {
    /* line 38, scss/navigation/_menus.scss */
    .search-wrapper {
      top: 10px; } }

@media (min-width: 992px) {
  /* line 51, scss/navigation/_menus.scss */
  .search-wrapper {
    display: none; } }

@media (max-width: 1200px) {
  /* line 64, scss/navigation/_menus.scss */
  .navbar-nav .btn-search {
    display: none; }
  /* line 67, scss/navigation/_menus.scss */
  .navbar {
    justify-content: flex-end; }
  /* line 70, scss/navigation/_menus.scss */
  .navbar-brand {
    margin-right: auto; }
  /* line 74, scss/navigation/_menus.scss */
  .navbar-actions {
    display: block; }
  /* line 78, scss/navigation/_menus.scss */
  body .navbar-nav .nav-link.btn-subscribe,
  body .navbar-nav .nav-link.btn-connexion {
    margin: 0;
    margin-bottom: 10px; }
  /* line 85, scss/navigation/_menus.scss */
  body .navbar-actions li {
    width: 50%;
    float: left;
    margin: 0; }
  /* line 91, scss/navigation/_menus.scss */
  .navbar-actions li:nth-child(3) {
    margin: 0; }
  /* line 95, scss/navigation/_menus.scss */
  .banner-page,
  .carousel {
    clear: both; } }

@media (max-width: 720px) {
  /* line 106, scss/navigation/_menus.scss */
  .menu-item {
    text-align: right; }
  /* line 111, scss/navigation/_menus.scss */
  body .navbar-actions li {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  /* line 116, scss/navigation/_menus.scss */
  body .navbar-nav .nav-link.btn-subscribe,
  body .navbar-nav .nav-link.btn-connexion {
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 10px; } }

/* line 126, scss/navigation/_menus.scss */
div#navbarNav {
  position: relative; }

/* line 129, scss/navigation/_menus.scss */
.footer-menu {
  margin-bottom: 25px;
  font-size: 13px;
  margin-left: 7px; }

/* line 134, scss/navigation/_menus.scss */
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 138, scss/navigation/_menus.scss */
  .footer-menu ul li {
    display: inline-block;
    border: none; }
    /* line 141, scss/navigation/_menus.scss */
    .footer-menu ul li a {
      font-weight: 400;
      font-size: 13px;
      text-transform: none;
      text-decoration: underline; }

@media (max-width: 1440px) {
  /* line 156, scss/navigation/_menus.scss */
  .navbar-actions li:nth-child(1) {
    margin-right: 0;
    width: auto; }
  /* line 161, scss/navigation/_menus.scss */
  .btn-connexion {
    margin-left: 10px; }
  /* line 165, scss/navigation/_menus.scss */
  .navbar-actions li {
    margin: 3px;
    /* margin-left: 10px; */
    padding: 0;
    float: left;
    text-align: center;
    width: 40%; }
  /* line 173, scss/navigation/_menus.scss */
  .search-form-header {
    display: none; }
  /* line 177, scss/navigation/_menus.scss */
  .search-form-header.open {
    display: block; }
  /* line 181, scss/navigation/_menus.scss */
  .menu-item {
    padding-left: 0px;
    padding-right: 0px; } }

/* line 189, scss/navigation/_menus.scss */
li.woocommerce-MyAccount-navigation-link {
  padding: 7px 0;
  border-bottom: 1px solid #e3e3e3; }

/* line 194, scss/navigation/_menus.scss */
.woocommerce-info {
  border-top-color: #5f34c5; }

/* line 197, scss/navigation/_menus.scss */
.woocommerce-info::before {
  color: #5f34c5; }

/* line 201, scss/navigation/_menus.scss */
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  display: block;
  min-width: 48%; }

/* line 207, scss/navigation/_menus.scss */
.user_myaccount_link {
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 1px solid #E64C03;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  bottom: -5px; }

/* line 218, scss/navigation/_menus.scss */
.user_myaccount_link svg {
  fill: #E64C03;
  width: 19px;
  height: 19px;
  position: relative;
  bottom: -3px; }

/* line 228, scss/navigation/_menus.scss */
.user_myaccount_link path {
  color: #5f34c5; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, scss/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  /* line 14, scss/modules/_accessibility.scss */
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #232323;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 36, scss/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, scss/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 7, scss/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 13, scss/modules/_alignments.scss */
.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, scss/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, scss/site/primary/_posts-and-pages.scss */
.block-news {
  border: 1px solid #707070;
  border-radius: 20px;
  margin-bottom: 20px; }

/* line 6, scss/site/primary/_posts-and-pages.scss */
.block-news-img {
  height: 220px;
  width: 100%;
  margin-top: -25px;
  object-fit: cover;
  margin-bottom: 25px;
  position: relative; }

/* line 15, scss/site/primary/_posts-and-pages.scss */
.arrow-down {
  position: absolute;
  top: 27px;
  left: calc(65% + 25px);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid white; }

/* line 26, scss/site/primary/_posts-and-pages.scss */
.arrow-down-small {
  position: absolute;
  top: 16px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid white; }

/* line 37, scss/site/primary/_posts-and-pages.scss */
.border-logo-image-top {
  padding-top: 1px;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-top: 1px solid lightgray; }

/* line 44, scss/site/primary/_posts-and-pages.scss */
.bloc-research .bloc-logo-research {
  margin-bottom: -1px !important; }

/* line 48, scss/site/primary/_posts-and-pages.scss */
.wp-block-column .bloc-research .bloc-logo-research {
  margin-bottom: -4px !important; }

/* line 51, scss/site/primary/_posts-and-pages.scss */
.bloc-research .arrow-down-small {
  top: 17px; }

/* line 54, scss/site/primary/_posts-and-pages.scss */
.wp-block-column .bloc-research .arrow-down-small {
  top: 20px; }

/* line 58, scss/site/primary/_posts-and-pages.scss */
.block-news-img2 {
  height: auto;
  width: 100%;
  margin-top: -25px;
  object-fit: cover;
  margin-bottom: 25px;
  overflow: hidden; }

/* line 67, scss/site/primary/_posts-and-pages.scss */
.small-border {
  border: 1px double lightgray;
  border-radius: 10px; }

/* line 72, scss/site/primary/_posts-and-pages.scss */
.wp-block-group.has-background.bloc-full {
  margin-left: -36px;
  margin-right: -36px;
  padding: 36px;
  padding-right: 43px;
  padding-bottom: 9px;
  margin-top: 36px; }

/* line 82, scss/site/primary/_posts-and-pages.scss */
.row.row-block-news .col-md-6 {
  display: flex; }

/* line 87, scss/site/primary/_posts-and-pages.scss */
.block-news h3 {
  font-size: 1.2rem; }

/* line 91, scss/site/primary/_posts-and-pages.scss */
.wp-block-column {
  word-break: normal;
  overflow-wrap: normal; }

/* line 95, scss/site/primary/_posts-and-pages.scss */
.page-id-30 .wp-block-column:first-child,
.page-id-271 .wp-block-column:first-child {
  padding: 30px;
  padding-left: 0; }
  @media (max-width: 768px) {
    /* line 95, scss/site/primary/_posts-and-pages.scss */
    .page-id-30 .wp-block-column:first-child,
    .page-id-271 .wp-block-column:first-child {
      padding: 0; } }

/* line 103, scss/site/primary/_posts-and-pages.scss */
.page-id-30 .wp-block-column:not(:first-child),
.page-id-271 .wp-block-column:not(:first-child) {
  margin-left: 0;
  padding: 30px; }

@media (max-width: 768px) {
  /* line 111, scss/site/primary/_posts-and-pages.scss */
  body.page-id-30 .main-container-full h5,
  body.page-271-30 .main-container-full h5 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: -20px;
    padding: 0; } }

@media (max-width: 600px) {
  /* line 125, scss/site/primary/_posts-and-pages.scss */
  body.page-id-30 .main-container-full h5,
  body.page-271-30 .main-container-full h5 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    text-align: start;
    margin: 0;
    padding: 0; } }

@media (max-width: 940px) {
  /* line 138, scss/site/primary/_posts-and-pages.scss */
  .page-id-30 .wp-block-column p,
  .page-id-271 .wp-block-column p {
    padding: 0;
    margin: 0; } }

@media (max-width: 940px) {
  /* line 145, scss/site/primary/_posts-and-pages.scss */
  .page-id-30 .wp-block-column:first-child,
  .page-id-271 .wp-block-column:first-child {
    padding-left: 0; }
  /* line 149, scss/site/primary/_posts-and-pages.scss */
  .page-id-30 .wp-block-column:not(:first-child),
  .page-id-271 .wp-block-column:not(:first-child) {
    padding: 0; }
  /* line 153, scss/site/primary/_posts-and-pages.scss */
  p.expertise_text,
  h3.big_number_title,
  h6.big_number {
    position: static;
    margin: auto; }
  /* line 161, scss/site/primary/_posts-and-pages.scss */
  .page-id-30 .wp-block-column,
  .page-id-271 .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap; }
  /* line 168, scss/site/primary/_posts-and-pages.scss */
  .page-id-30 figure {
    padding-top: 10px; }
  /* line 173, scss/site/primary/_posts-and-pages.scss */
  h6.big_number {
    flex-basis: 100px; }
  /* line 177, scss/site/primary/_posts-and-pages.scss */
  body.page-template-page-sidebar .main-container-full p.expertise_text {
    margin: 0; }
  /* line 181, scss/site/primary/_posts-and-pages.scss */
  h3.big_number_title {
    width: calc(100% - 120px); } }

/* line 187, scss/site/primary/_posts-and-pages.scss */
.wp-block-column.block_content_research > * {
  position: relative; }

/* line 190, scss/site/primary/_posts-and-pages.scss */
.wp-block-column.block_content_research p {
  font-size: 1rem; }

/* line 197, scss/site/primary/_posts-and-pages.scss */
.wp-block-column.block_content_research h2 span.color_primary,
.wp-block-column.block_content_research h3 span.color_primary {
  font-weight: 700; }

/* line 202, scss/site/primary/_posts-and-pages.scss */
p.text_content_research {
  margin-top: 36px;
  background: -webkit-linear-gradient(#101010, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 210, scss/site/primary/_posts-and-pages.scss */
.wp-block-column.block_content_research .btn {
  min-width: 50%;
  text-transform: uppercase;
  margin-bottom: 16px; }

/* line 216, scss/site/primary/_posts-and-pages.scss */
a.color_in {
  color: inherit; }

/* line 220, scss/site/primary/_posts-and-pages.scss */
.block_content_analysis_head,
.block_content_research_head {
  border-bottom: 1px solid #5f34c5;
  padding: 10px 0px; }

/* line 225, scss/site/primary/_posts-and-pages.scss */
.block_content_analysis_head {
  border-bottom: 1px solid #E64C03; }

/* line 228, scss/site/primary/_posts-and-pages.scss */
.ov {
  overflow: visible; }

/* line 232, scss/site/primary/_posts-and-pages.scss */
.content-subscribe p {
  font-size: 1.15rem; }

/* line 235, scss/site/primary/_posts-and-pages.scss */
.block-infos-subscribe {
  background-color: #fdf2ed;
  padding-bottom: 25px; }
  /* line 238, scss/site/primary/_posts-and-pages.scss */
  .block-infos-subscribe .main-container-full {
    overflow: visible; }
    /* line 240, scss/site/primary/_posts-and-pages.scss */
    .block-infos-subscribe .main-container-full .select-selected, .block-infos-subscribe .main-container-full .subscribe-input {
      font-size: 0.8rem; }

/* line 247, scss/site/primary/_posts-and-pages.scss */
.block-contact-subscribe {
  background-color: #f4f1fb;
  padding-bottom: 35px;
  padding-top: 35px; }

/* line 254, scss/site/primary/_posts-and-pages.scss */
.block-contact-subscribe-title {
  font-size: 2rem;
  font-weight: 700; }

/* line 258, scss/site/primary/_posts-and-pages.scss */
.block-contact-subscribe-subtitle {
  font-size: 1.6rem;
  color: #5f34c5; }

/* line 263, scss/site/primary/_posts-and-pages.scss */
html {
  scroll-behavior: smooth; }

/* line 267, scss/site/primary/_posts-and-pages.scss */
:target::before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0; }

/* line 274, scss/site/primary/_posts-and-pages.scss */
.admin-bar :target::before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0; }

/* line 281, scss/site/primary/_posts-and-pages.scss */
section.footnote {
  margin-bottom: 1em; }

/* line 285, scss/site/primary/_posts-and-pages.scss */
.footnote a.intern::after {
  content: '↩'; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, scss/media/_media.scss */
.navbar-brand img {
  min-width: 200px;
  max-width: 100%; }

@media (max-width: 1300px) {
  /* line 7, scss/media/_media.scss */
  .navbar-brand img {
    min-width: 170px;
    width: 100%;
    max-width: 220px; } }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 23, scss/media/_media.scss */
.footer-video {
  min-height: 250px; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /* line 2, scss/layout/_responsive.scss */
  .info_reco_indic {
    margin-top: 30px; } }
