.alert {
  border-radius: 0.25rem;
}

.alert-primary {
  color: #51aed7;
  background-color: #dbf2fc;
  font-weight: 300;
  border: 1px solid #dbf2fc;
}

.alert-danger {
  color: #d4175b;
  background-color: #fcf1f6;
  font-weight: 300;
  border: 1px solid #fcf1f6;
}

.alert-success {
  background-color: #e6f4f6;
  color: #459faa !important;
  border: 1px solid #e6f4f6;
  font-weight: 300;
}

.col-md-6.mobile_version {
  display: none;
}

.banner_landing_sec {
  padding: 10px 0;
  background-size: cover;
  background-position: center;
}

.banner_landing_b2c {
  background-color: var(--banner-bg-color);
}

.banner_landing_b2b {
  background-color: var(--banner-bg-color);
}

.puce-left-sec .puce-font-icons-blue {
  margin-right: 20px;
}

.puce-left-sec {
  display: flex;
  flex-wrap: nowrap;
}

.puce-left-sec .puce-font-icons-blue i.fa.fa-check {
  vertical-align: bottom;
  margin-top: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
}

.puce-left-sec .puce-font-icons-blue i.fa.fa-check:before {
  font-size: 11px;
}

.bg-section-b2c {
  background-color: #ffffff;
}

.bg-section-b2b {
  background-color: #f1efea;
}

.puce-b2c {
  color: var(--puce-icon-color);
  background-color: var(--puce-bg-color);
}

.puce-b2b {
  color: var(--puce-icon-color);
  background-color: var(--puce-bg-color);
}

.text-b2c {
  color: var(--text-secondary-color) !important;
}

.text-b2b {
  color: var(--text-secondary-color) !important;
}

.text-dark-b2c {
  color: var(--text-secondary-color) !important;
}

.text-dark-b2b {
  color: var(--text-secondary-color) !important;
}

/** Library **/
.banner_library_b2c {
  background-image: url(../../images/bg-librairie.png);
}

.banner_library_b2b {
  background-image: url(../../images/bg-librairie-pro.png);
}

.banner_landing_library {
  padding: 0;
  background-size: cover;
  background-position: center;
}

#library_download {
  margin-top: 40px;
}

#library_download img {
  width: 50%;
}

#library_download button {
  background: white;
  border: 2px solid #ccc;
  padding: 7.5px 15px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  margin-top: 20px;
}

.banner_library .banner_text.text-center h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 62px;
}

.banner_library_b2c .banner_text.text-center h1 {
  color: #fff;
}

.banner_library_b2b .banner_text.text-center h1 {
  color: var(--text-secondary-color);
}

.library-show {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: var(--text-secondary-color);
  margin: 30px auto;
}

.nav-tabs-library {
  margin-top: 20px;
}

.nav-tabs-library .nav-link.active:hover {
  background-color: #fff;
}

.banner_library_b2c li.nav-item a {
  color: var(--text-secondary-color);
}

.banner_library_b2b li.nav-item a {
  color: var(--text-secondary-color);
}

.nav-tabs-library li.nav-item a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.banner_library_b2c .nav-tabs-library .nav-link:not(.active),
.banner_library_b2c .nav-tabs-library li.nav-item a:hover {
  background: #a5c7c9;
  border: 1px solid #a5c7c9 !important;
}

.banner_library_b2b .nav-tabs-library .nav-link:not(.active),
.banner_library_b2b .nav-tabs-library li.nav-item a:hover {
  background: #f4f3ef;
  border: 1px solid #f4f3ef !important;
}

.banner_library_b2c a.nav-link.small.active.show {
  font-weight: bold;
  color: var(--text-secondary-color);
}

.banner_library_b2b a.nav-link.small.active.show {
  font-weight: bold;
  color: var(--text-secondary-color);
}

.nav-tabs-library li.nav-item a {
  padding: 27px 150px;
  margin: 0 10px;
}

.nav-tabs-library .nav-link {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.nav-tabs-library .nav-item {
  margin-bottom: 0px !important;
}

.nav-tabs-library a.nav-link.small.active.show {
  border: 1px solid transparent !important;
}

.nav-tabs-library a.nav-link.small.active.show:hover {
  border: 1px solid transparent !important;
}

.ebook-container,
.flashnews-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.column {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 40px;
}

.column .content img {
  width: 255px;
}

@media screen and (max-width: 991px) {
  .nav-tabs-library li.nav-item a {
    padding: 20px;
    margin: 0;
  }
  .nav-tabs-library li.nav-item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 415px) {
  .ebook-container,
  .flashnews-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .column {
    width: 50%;
  }
  .column .content img {
    width: 140px;
  }
}

.actions_sec {
  padding: 0 0 30px 0;
}

.cms_text_sec {
  padding: 20px;
}

.cms_text_sec p,
.cms_text_sec li {
  color: #6d6d6d;
}

.cms_text_sec_b2c a {
  color: var(--text-secondary-color);
}

.cms_text_sec_b2b a {
  color: var(--text-secondary-color);
}

.cms_text_sec li {
  list-style: none;
  position: relative;
}

.cms_text_sec ul.level-1 li::before {
  content: "● ";
  position: absolute;
  left: -15px;
}

.cms_text_sec ul.level-2 li::before {
  content: "▪ ";
  position: absolute;
  left: -15px;
}

.cms_text_sec h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #161616;
  font-style: italic;
}

.cms_text_sec h3 {
  font-size: 17px;
  color: #161616;
  font-weight: bold;
}

.cms_text_sec h4 {
  font-size: 16px;
  color: #161616;
  font-weight: bold;
}

.cms_text_sec .btn3 {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold !important;
  border-radius: var(--botton-raduis);
  display: inline-block;
}

.banner_text_lists ul.nav_item_button li.nav_item_list a.nav_item_first_btn2 {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold !important;
  border-radius: var(--botton-raduis);
  display: inline-block;
}

.banner_text_lists ul.nav_item_button li.nav_item_list {
  margin-right: 15px;
}

.cms_text_sec_b2c .btn3,
.cms_text_sec_b2c
  .banner_text_lists
  ul.nav_item_button
  li.nav_item_list
  a.nav_item_first_btn2 {
  background-color: var(--botton-primary-bg-color);
  border: 2px solid var(--botton-primary-bg-color);
  border-radius: var(--botton-raduis);
}

.cms_text_sec_b2b .btn3,
.cms_text_sec_b2b
  .banner_text_lists
  ul.nav_item_button
  li.nav_item_list
  a.nav_item_first_btn2 {
  background-color: var(--botton-primary-bg-color);
  border: 2px solid var(--botton-primary-bg-color);
  border-radius: var(--botton-raduis);
}

.cms_text_sec_b2c
  ul.nav_item_button
  li.nav_item_list
  a.nav_item_first_btn2:hover {
  border: 2px solid var(--botton-primary-bg-color);
  background-color: transparent;
  color: var(--botton-primary-bg-color);
}

.cms_text_sec_b2b
  ul.nav_item_button
  li.nav_item_list
  a.nav_item_first_btn2:hover {
  border: 2px solid var(--botton-primary-bg-color);
  background-color: transparent;
  color: var(--botton-primary-bg-color);
}

#side-nav ul {
  padding: 0;
  margin: 0;
}

#side-nav li {
  display: block;
  background-color: inherit;
  padding: 5px 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
}

#side-nav li a {
  font-weight: bold;
}

#side-nav li ul {
  margin-left: 25px;
}

#side-nav li ul li a {
  font-weight: normal;
  text-transform: lowercase;
}

#side-nav li a.active {
  color: #000;
}

/** FAQ **/
.banner_landing_faq {
  padding: 10px 0;
}

.banner_landing_faq .banner_text.text-center {
  padding: 60px 0;
}

.banner_landing_faq .banner_text.text-center p {
  width: 44%;
}

.faq_text_sec {
  padding: 70px 19%;
}

.faq_text_sec p {
  color: #6d6d6d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 21px;
}

.faq_text_sec h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq_text_sec_b2c h2 {
  color: var(--text-secondary-color);
}

.faq_text_sec_b2b h2 {
  color: var(--text-secondary-color);
}

.faq_text_sec li {
  list-style: none;
}

.faq_text_sec ul {
  margin: 40px 0;
  padding: 0;
}

@media screen and (max-width: 415px) {
  .faq_text_sec {
    padding: 20px;
  }

  .faq_text_sec ul {
    margin: 0;
  }
}

/** Legal notice **/
.banner_landing_legal {
  padding: 10px 0;
}

.banner_landing_legal .banner_text.text-center {
  padding: 60px 0 !important;
}

section.legal_sec {
  padding: 80px 0;
}

section.legal_sec .rapider_heading.text-center p {
  margin-top: 30px;
  font-size: 16px;
  color: #6d6d6d;
}

section.legal_sec .rapider_heading.text-center p {
  color: #6d6d6d;
  width: 51%;
  margin: auto;
}

section.legal_sec .rapider_heading.text-center h2 {
  font-size: 40px;
  font-weight: normal;
}

section.legal_sec2 {
  background-color: #fbfaf8;
}

@media screen and (max-width: 991px) {
  .section.legal_sec .rapider_heading.text-center p {
    width: 100%;
  }
}

/** Concept **/
.banner_concept_b2c {
  background-image: url(../../images/bg-concept.png);
}

.banner_concept_b2b {
  background-image: url(../../images/bg-concept-pro.png);
}

#concept-tabs .list-inline {
  padding-left: 0;
  list-style: none;
}

#concept-tabs .list-inline > li {
  display: inline-block;
  padding-left: 5%;
  padding-right: 5%;
}

#concept-tabs a {
  text-decoration: none;
}

.banner_concept_b2c #concept-tabs .list-etape-concept p {
  color: var(--text-primary-color);
}

.banner_concept_b2b #concept-tabs .list-etape-concept p {
  color: var(--text-primary-color);
}

#concept-tabs .list-etape-concept p {
  padding: 10px 15px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#concept-tabs .list-etape-concept p.active {
  border-bottom: 4px solid #ffff;
  color: #fff;
}

section.offre_sec {
  padding: 20px 0;
}

.offre_sec.offre_sec2 {
  padding: 20px 22%;
  background-color: #fff;
}

.offre_sec .tarif_uique_box {
  padding-bottom: 0px;
  padding: 40px 0 0 0;
}

.offre_sec .tarif_sec_images img,
.tarif_uique_left-sec img {
  max-width: 597px;
  width: 100%;
}

section.offre_sec .tarif_uique_right-sec {
  padding-top: 0;
}

section.offre_sec .tarif_uique_right-sec h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #161616;
  margin-bottom: 20px;
}

section.offre_sec .tarif_uique_right-sec h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

section.offre_sec .tarif_uique_right-sec h4:nth-child(3) {
  margin-bottom: 20px !important;
}

section.offre_sec .tab_pane_right_content_sec p,
ul.tab_lists li span {
  font-size: 16px;
}

section.offre_sec h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}

section.offre_sec p {
  font-size: 18px;
  line-height: 26px;
  color: #6d6d6d;
}

@media screen and (max-width: 991px) {
  .offre_sec.offre_sec2 {
    padding: 20px 0;
  }
}

section.values_sec {
  padding: 50px 0;
}

.values_sec.values_sec2 {
  background-color: #fff;
}

section.values_sec .rapider_heading.text-center h3 {
  font-weight: normal;
  line-height: 30px;
  padding: 0px 16%;
  font-size: 19px;
}

section.values_sec .num {
  font-size: 20px;
  font-weight: 100;
}

section.values_sec .values-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

section.values_sec .values-text {
  font-size: 18px;
  line-height: 26px;
  color: #6d6d6d;
}

section.values_sec .tarif_uique_box {
  padding: 0;
}

.mb-60 {
  margin-bottom: 60px;
}

section.values_sec .rapider_heading.text-center h1 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
}

section.values_sec .client-text {
  padding: 30px;
  display: block;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 33px 13px rgba(247, 248, 255, 1);
  -moz-box-shadow: 1px 1px 33px 13px rgba(247, 248, 255, 1);
  box-shadow: 1px 1px 33px 13px rgba(247, 248, 255, 1);
}

section.values_sec .client-text p {
  height: 230px;
  font-size: 18px;
  line-height: 26px;
  color: #6d6d6d;
  font-style: italic;
}

section.values_sec .client-text h3 {
  margin-top: 40px;
  font-size: 18px;
}

section.values_sec .client-title,
section.values_sec .client-title span {
  float: left;
  width: 100%;
}

section.values_sec .client-title {
  margin-bottom: 30px;
}

section.values_sec .client-title span:first-child {
  font-weight: bold;
  font-size: 18px;
}

section.values_sec .client-title span:last-child {
  color: #6d6d6d;
  font-size: 16px;
}

section.values_sec .circle {
  background: var(--text-secondary-color);
  height: 50px;
  width: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 991px) {
  .section.values_sec .rapider_heading.text-center h3 {
    padding: 0;
  }
}

section.team_sec {
  padding: 50px 17%;
}

.team_sec.team_sec2 {
  background-color: #fff;
}

section.team_sec .rapider_heading.text-center h3 {
  font-weight: normal;
  line-height: 30px;
  padding: 20px 12%;
  font-size: 19px;
}

section.team_sec .rapider_heading.text-center p {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6d6d6d;
}

section.team_sec .heding {
  padding: 30px 0;
}

section.team_sec .heding i {
  font-size: 28px;
  line-height: 30px;
}

section.team_sec .team-text p {
  font-size: 18px;
  line-height: 26px;
  color: #6d6d6d;
}

section.team_sec .team-text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

section.team_sec .team-text {
  margin-top: 12px;
}

section.team_sec .team-img {
  height: 183px;
  width: 246px;
  display: block;
  position: relative;
}

section.team_sec .team-container {
  height: 183px;
  width: 246px;
  display: block;
  position: relative;
  margin-top: 30px;
}

section.team_sec .mt-100 {
  margin-top: 100px;
}

section.team_sec .team-title {
  color: #fff;
  position: absolute;
  bottom: 7px;
  left: 20px;
  font-weight: bold;
  font-size: 17px;
}

section.team_sec_b2c .bg-1 {
  background-color: #0d474b;
}

section.team_sec_b2c .bg-2 {
  background-color: #0d575b;
}

section.team_sec_b2c .bg-3 {
  background-color: #0e757b;
}

section.team_sec_b2c .bg-4 {
  background-color: #108c96;
}

section.team_sec_b2b .bg-1 {
  background-color: #350b16;
}

section.team_sec_b2b .bg-2 {
  background-color: #5e1a29;
}

section.team_sec_b2b .bg-3 {
  background-color: #bc8194;
}

section.team_sec_b2b .bg-4 {
  background-color: #5e1b29;
}

section.team_sec .partner {
  margin: 0 100px;
}

section.team_sec .rapider_heading.text-center h1 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  color: #161616;
}

@media screen and (max-width: 991px) {
  section.team_sec {
    padding: 50px 0;
  }

  .section.team_sec .rapider_heading.text-center h3 {
    padding: 0;
  }
}

.fw-600 {
  font-weight: 600 !important;
}
