/*
Theme Name: Moov Africa Togo
Author: KAMGOKO
Author URI: https://kamgoko.tech?ref=moov.tg
Description: Moov Africa Togo website theme
Version: 1.02
*/
/*
@font-face {
  font-family: "UniSans";
  src: url("assets/fonts/UniSans.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UniSans";
  src: url("assets/fonts/UniSansBold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "UniSans";
  src: url("assets/fonts/UniSansLight.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "UniSans";
  src: url("assets/fonts/UniSansSemiBold.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "UniSans";
  src: url("assets/fonts/UniSansItalic.ttf");
  font-weight: normal;
  font-style: italic;
}*/

:root,
[data-bs-theme="light"] {
  --bs-link-color: #0c5ea8;
  --main-color: #0960c0;
  --orange-color: #ee6507;
  --blue-gradient: linear-gradient(2deg, #0960c0 75.94%, #0179d7 98.39%);
  --Dgrad-1: linear-gradient(93deg, #ff8815 2.13%, #c95806 98.06%);
  --orange-gradient: var(
    --Dgrad-1,
    linear-gradient(93deg, #ff8815 2.13%, #c95806 98.06%)
  );
}

body {
  /* font-family: "UniSans", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

html {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}

.orange-bg {
  background-color: #ec6608;
}
.orange-color {
  color: #ec6608;
}
.blue-bg {
  background-color: #0c5ea8;
}
.blue-color {
  background-color: #0c5ea8;
}

/* Bouton primaire */
.btn-primary {
  background-color: #ec6608;
  border-color: #ec6608;
  color: #fff;
}
.btn-primary:hover {
  background-color: #d45907;
  border-color: #d45907;
}

/* Bouton secondaire */
.btn-secondary {
  background-color: #f3a86d;
  border-color: #f3a86d;
}
.btn-secondary:hover {
  background-color: #ef9955;
  border-color: #ef9955;
}

/* Bouton success */
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}

/* Bouton danger */
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  background-color: #c82333;
  border-color: #c82333;
}

/* Bouton warning */
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

/* Bouton info */
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #138496;
}

/* Bouton light */
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #e2e6ea;
}

/* Bouton dark */
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #23272b;
}

/* Bouton outline primaire */
.btn-outline-primary {
  color: #ec6608;
  border-color: #ec6608;
}
.btn-outline-primary:hover {
  background-color: #ec6608;
  color: #fff;
}

/* Text-bg primaire */
.text-bg-primary {
  color: #fff;
  background-color: #ec6608 !important;
}

/* Text-bg secondaire */
.text-bg-secondary {
  color: #000;
  background-color: #f3a86d;
}

/* Text-bg success */
.text-bg-success {
  color: #fff;
  background-color: #28a745;
}

/* Text-bg danger */
.text-bg-danger {
  color: #fff;
  background-color: #dc3545;
}

/* Text-bg warning */
.text-bg-warning {
  color: #000;
  background-color: #ffc107;
}

/* Text-bg info */
.text-bg-info {
  color: #fff;
  background-color: #17a2b8;
}

/* Text-bg light */
.text-bg-light {
  color: #000;
  background-color: #f8f9fa;
}

/* Text-bg dark */
.text-bg-dark {
  color: #fff;
  background-color: #343a40;
}

.orange-bg-hover {
  transition: 0.3s;
}

.orange-bg-hover:hover {
  transition: 0.3s;
  background-color: #ec6608 !important;
}

.vcenter-table-middle {
  display: table !important;
}

.vcenter-table-middle > div {
  display: table-cell !important;
  vertical-align: middle;
}

#top_menu {
  /*background: linear-gradient(93deg, #ff8815 2.13%, #e46102 98.06%);*/
  background-color: transparent;
  color: #fff;
}

#top_menu_left a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

#top_menu_left a.active {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#top_menu_right a {
  color: #fff;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#top_menu_right a:hover {
  color: #fff;
  transition: 0.3s;
}

#top_menu_right a span {
  margin-left: 5px;
}

#top_menu_right a:last-child {
  padding-right: 0;
}

#top_menu_mobile_select {
  left: 0;
  top: 0;
  opacity: 0;
  height: 32px;
}

.top-menu-select-trigger {
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

#top_menu_right_mobile a {
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
}

#mobile_division_menu {
  padding: 5px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hide;
  -webkit-overflow-scrolling: touch;
}

#mobile_division_menu a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
}

#mobile_division_menu a + #mobile_division_menu a {
  margin-left: 5px;
}

.horizontal-scroll-wrap {
  /*Ajouter la hauteur du div*/
  overflow: hidden;
}
.horizontal-scroll-container {
  padding: 5px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hide;
  -webkit-overflow-scrolling: touch;
}

#mobile_division_menu {
  height: 36px;
}

#mobile_menu .offcanvas-body {
  padding: 0;
  /*background: linear-gradient(93deg, #014086 1.85%, #0179d7 96.55%);*/
  background: #fff;
}

#mobile_menu {
  border-right: none;
}

#mobile_menu .offcanvas-header .btn-close {
  background-size: 12px;
}

#mobile_division_menu {
  padding-left: 16px;
  line-height: 11px;
  background: linear-gradient(93deg, #ff8815 2.13%, #e46102 98.06%);
}

#mobile_division_menu .horizontal-scroll-container {
  height: 36px;
  margin-left: -16px;
}

#mobile_division_menu a {
  padding: 0 15px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 4px 15px;
}

#mobile_division_menu a.active {
  font-weight: bold;
}

.mobile-menu-items > a i {
  position: relative;
  top: 4px;
}

.mobile-menu-subitems {
  display: none;
  background: #f8f8f8;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 30px;
  border-bottom: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}

.mobile-menu-items a {
  color: #0c5ea8;
}

.mobile-menu-items > a {
}

.mobile-menu-subitems .list-group-item {
  background: transparent;
}

.mobile-menu-subitems .list-group .list-group-item {
  font-size: 14px;
}

.mobile-menu-subitems .list-group .list-group-item:first-child {
  font-weight: bold;
}

#top_menu_container {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0.45) -5%,
    rgba(4, 4, 4, 0) 75px
  );
}

#main_menu {
  background: linear-gradient(93deg, #014086 1.85%, #0179d7 96.55%);
  position: relative;
  height: 80px;
  border-radius: 6px;
  padding: 0 32px;
}

#main_menu > .container {
  position: relative;
}
#main_menu > .container > div {
  position: absolute;
}

#main_menu > .container > div:first-child {
  left: 0;
  top: 0;
  position: relative;
  float: left;
}

#main_menu > .container > div:nth-child(2) {
  left: 0;
  top: 0;
  position: relative;
  float: left;
}

#main_menu > .container > div:nth-child(2) nav {
  display: block;
}

#main_menu > .container > div:nth-child(2) nav > a {
  display: inline-block;
  color: #fff;
}

#main_menu > .container > div:nth-child(3) {
  right: 0;
  top: 0;
}

.main-customer-service-widget a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 38px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Screen style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 55%;
  /*margin: 0 auto;
  background: #e9e9e9;*/
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
  color: #fff;
  font-size: 14px;
}

.menu > ul > li a:hover {
  transition: 0.3s;
  color: #f37713;
}
.menu > ul > li > ul {
  display: none;
  width: auto;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  /*border-right: 12px solid rgb(240, 115, 18);*/
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 170px;
  max-width: 170px;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #f37713;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  color: #005fb1;
}

.menu > ul > li > ul.normal-sub {
  width: auto;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 5px 0;
  color: #005fb1;
}

.normal-sub > li a:hover,
.menu > ul > li > ul > li > ul > li a:hover,
.menu > ul > li > ul.normal-sub > li a:hover {
  transition: 0.3s;
  color: #f37713;
}

/* btn */
.menu-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.menu-btn span:before,
.menu-btn span:after {
  position: absolute;
  content: "";
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  width: 26px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 1px;
}
.menu-btn span:before {
  margin-top: -8px;
}
.menu-btn span:after {
  margin-top: 8px;
}

#main_mobile_menu_btn_container {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 24px;
}

#main_mobile_menu_btn_container > * {
  display: table-cell;
  vertical-align: middle;
}

#main_mobile_menu_btn {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  width: auto;
  height: auto;
  border: none;
}

.tooltips-widget .tooltip-inner {
  background-color: #ec6608;
}

.tooltips-widget .tooltip-arrow::before {
  border-bottom-color: #ec6608 !important;
}

#main_footer {
  /* position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-wrap {
  background: linear-gradient(93deg, #014086 1.85%, #0179d7 96.55%);
  padding: 40px 0;
  color: #fff;
}

.footer-links .list-group-item {
  background: transparent;
  border: none;
  border-radius: 0;
}

.footer-links .list-group-item a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer-links .list-group-item:first-child a {
  font-weight: bold;
  font-size: 16px;
}

.footer-links-level-2 {
  font-size: 14px;
}

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

.footer-about .nav a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-about .nav a i {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #0c5ea8;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0 !important;
  line-height: 30px;
  background: #fff;
  transition: 0.3s;
}

.footer-about .nav a:hover i {
  color: #fff;
  background: transparent;
  transition: 0.3s;
}

#mobile_footer_links .accordion-item {
  border-left: none;
  border-right: none;
  background: transparent;
  border-radius: 0;
  color: #fff;
  border: none;
}

#mobile_footer_links .accordion-button {
  background: transparent;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
}

#mobile_footer_links .accordion-button:focus {
  box-shadow: none !important;
}

#mobile_footer_links .accordion-button:not(.collapsed)::after,
#mobile_footer_links .accordion-button::after {
  background-image: url(assets/images/bs-chevron-up-white.svg);
}

#mobile_footer_links .accordion-button:not(.collapsed) {
  box-shadow: none;
}

#mobile_footer_links .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#mobile_footer_links .list-group-item:first-child a {
  font-weight: normal !important;
}

#mobile_footer_links .list-group-item {
  padding-left: 0;
  padding-bottom: 0;
}

#mobile_footer_links .list-group-item a {
  font-size: 14px;
}

#mobile_footer_links .list-group .list-group-item:first-child {
  padding-top: 0;
}

.footer-links-level-mobile {
  font-size: 12px;
}

.footer-links-level-mobile .nav {
  display: block;
}

.footer-links-level-mobile .nav-item {
  display: inline-block;
  vertical-align: middle;
}

#mobile_footer_links {
  display: none;
}

#footer_links .list-group-item > a:hover {
  color: #ec6608;
  transition: 0.3s;
}

.main-site-logo {
  display: table;
  vertical-align: middle;
  padding-right: 32px;
}

.main-site-logo {
  display: block;
}

.main-site-logo > div {
  display: table-cell;
  vertical-align: middle;
}
.main-site-logo > div:first-child {
  padding-right: 6px;
}

.main-site-logo > div:last-child {
  padding-left: 7px;
  position: relative;
}

.main-site-logo > div:last-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #9cb4c7;
  height: 16px;
  width: 1px;
}

#global_search_modal .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}

#global_search_modal {
  background: rgba(12, 94, 168, 0.8);
}

#global_search_modal .btn-close {
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: #fff;
  padding: 0;
  border-radius: 100%;
  background-size: 12px;
}

#global_search_modal .modal-header {
  border: none;
}

#global_search_modal .search-input-container {
  position: relative;
}

#global_search_modal .search-input-container input {
  border: none;
}

#global_search_modal form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#global_search_modal h3 {
  font-weight: bold;
  margin: 30px 0 0px;
  color: #fff;
}

.search-suggestion {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 15px;
  font-weight: normal;
  text-decoration: none;
}

#footer_help_section {
  padding: 30px 0;
  background: linear-gradient(93deg, #ff8815 2.13%, #e46102 98.06%);
  color: #fff;
}

#footer_help_section a {
  color: #fff;
  text-decoration: none;
}

#footer_help_section a > div {
  display: inline-block;
  vertical-align: top;
}

#footer_help_section a > div:last-child {
  margin-left: 7px;
}

#footer_help_section a > div:last-child span {
  display: block;
}

#footer_help_section a > div:last-child span:first-child {
  font-size: 18px;
  font-weight: bold;
}

#footer_help_section a > div:last-child span:last-child {
  font-size: 14px;
  position: relative;
  top: -4px;
}

#footer_help_section a i {
  font-size: 32px;
}

#footer_help_section h2 {
  margin: 0;
  font-weight: bold;
  margin-bottom: 30px;
}

.help-section-item {
}

#site_page_content {
  min-height: 400px;
}

.page-cover {
}

.home-slider,
.home-slider .owl-stage-outer,
.home-slider .owl-stage,
.home-slider .owl-item {
  height: 600px;
}

.home-slider .owl-item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-slider {
  position: relative;
  box-shadow: inset 0px -200px 100px 0px rgba(0, 0, 0, 0.8);
}

.home-slider .owl-dots .owl-dot span {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(236, 102, 8, 0.5);
}

.home-slider .owl-dots .owl-dot.active span {
  background-color: #ec6608;
  width: 20px;
}

.home-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
}

.slide-no-bullet .owl-dots {
  display: none !important;
}

.inner-tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 6px solid transparent;
  color: #0c5ea8;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
}

.inner-tabs .nav-tabs {
  border: none;
  display: block;
  text-align: center;
}

.inner-tabs .nav-tabs .nav-link.active {
  border-color: #0c5ea8 !important;
}

.inner-tabs .tab-content {
  background: #f5f6fa;
}

.inner-tabs .nav-tabs .nav-link span {
  display: block;
  margin-top: 5px;
}

.inner-tabs .nav-tabs .nav-link i {
  font-size: 28px;
}

.card-container {
  --bs-gutter-y: 1.5rem;
}

.bundle-card > a {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}

.bundle-card > a:after {
  background-image: url(assets/images/bundle-blue-corner.svg);
  content: "";
  height: 30%;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: 0, 0;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 2;
  transition: 1s;
}

.bundle-card.blue-card > a:after {
  background-image: url(assets/images/bundle-blue-corner.svg) !important;
}

.bundle-card.orange-card > a:after {
  background-image: url(assets/images/bundle-orange-corner.svg) !important;
}

.bundle-card button {
  position: absolute;
  bottom: 16px;
  left: 37px;
  color: #fff !important;
  font-size: 14px;
  z-index: 3;
  border: 1px solid;
  border-radius: 30px;
  width: 110px;
  overflow: hidden;
  text-align: left;
  padding: 0;
  height: 36px;
  line-height: 34px;
  border: none !important;
  background: transparent !important;
  transition: 1s;
}

.bundle-card button i {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 16px;
  transition: 1s;
}

.bundle-card button span {
  max-width: 90px;
  text-align: left;
  font-size: 14px;
  display: inline-block;
}

.bundle-card:hover button {
  transition: 1s;
}

.bundle-card:hover button i {
  right: 5px;
  transition: 1s;
}

.bundle-card:hover > a:after {
  transition: 1s;
}

.bundle-card:hover > a:after {
  background-image: url(assets/images/bundle-orange-corner.svg);
  transition: 1s;
}

.bundle-card.blue-card:hover > a:after {
  background-image: url(assets/images/bundle-orange-corner.svg) !important;
  transition: 1s;
}

.bundle-card.orange-card:hover > a:after {
  background-image: url(assets/images/bundle-blue-corner.svg) !important;
  transition: 1s;
}

.code-card > a {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  height: 150px;
  padding: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.code-card > a:after {
  background-image: url(assets/images/code-blue-corner.svg);
  content: "";
  height: 85px;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: 100% 100%, 0;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 2;
  transition: 1s;
}

.code-card.blue-card > a:after {
  background-image: url(assets/images/code-blue-corner.svg) !important;
}

.code-card.orange-card > a:after {
  background-image: url(assets/images/code-orange-corner.svg) !important;
}
.code-card > a p {
  color: black;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.code-card button {
  position: absolute;
  bottom: 10px;
  right: 37px;
  color: #fff !important;
  font-size: 14px;
  z-index: 3;
  border: 1px solid;
  border-radius: 30px;
  width: 110px;
  overflow: hidden;
  text-align: left;
  padding: 0;
  height: 36px;
  line-height: 34px;
  border: none !important;
  background: transparent !important;
  transition: 1s;
}

.code-card button i {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 16px;
  transition: 1s;
}

.code-card button span {
  max-width: 90px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
  display: inline-block;
}

.code-card:hover button {
  transition: 1s;
}

.code-card:hover button i {
  right: 5px;
  transition: 1s;
}

.code-card:hover > a:after {
  transition: 1s;
}

.code-card:hover > a:after {
  background-image: url(assets/images/code-orange-corner.svg);
  transition: 1s;
}

.code-card.blue-card:hover > a:after {
  background-image: url(assets/images/code-orange-corner.svg) !important;
  transition: 1s;
}

.code-card.orange-card:hover > a:after {
  background-image: url(assets/images/code-blue-corner.svg) !important;
  transition: 1s;
}
.section-tabs-nav {
  justify-content: center;
  border: none !important;
  background: #fff;
}

.section-tabs-nav .nav-link {
  border: none !important;
  background: transparent !important;
  text-align: center;
  padding: 12px 32px;
  padding-top: 16px;
  font-weight: 600;
  color: #0c5ea8;
}

.section-tabs-icon {
  height: 34px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: space-around;
  flex-wrap: wrap;
}

.section-tabs-icon i {
  font-size: 24px;
}

.section-tabs-nav svg {
  height: 34px;
}

.section-tabs-nav span {
  display: block;
  font-size: 14px;
  padding-top: 8px;
}

.section-tabs-nav .nav-link.active {
  border-bottom: 4px solid #0c5ea8 !important;
  color: #0c5ea8 !important;
}

.section-tabs-content {
  background: #f5f5f5;
}

.section-gallery img {
  border-radius: 12px;
}

.section-gallery > div:nth-child(2) a {
  display: block;
}

.section-gallery > div:nth-child(2) a {
  height: calc(50% - 8px);
}

.section-gallery > div:nth-child(2) a > img {
  height: 100%;
}

.section-gallery > div:nth-child(2) > a:nth-child(1) {
  margin-bottom: 8px;
}

.section-gallery > div:nth-child(2) > a:nth-child(2) {
  margin-top: 16px;
}

.service-card {
  margin-bottom: 16px;
}

.service-card a .service-card-content > div:first-child {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card a .service-card-content > div:last-child {
  position: relative;
  padding: 0 16px 16px 16px;
  margin-top: -21px;
  background: #fff;
  border-top-right-radius: 24px;
}

.service-card a {
  border-radius: 24px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}

.service-card p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.service-card h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 16px 0 4px 0;
}

.service-card a button {
  text-decoration: none !important;
  position: relative;
}

.service-card a button i {
  position: relative;
  top: 1px;
  left: 8px;
  transition: 0.8s;
}

.service-card a:hover button i {
  left: 16px;
  transition: 0.8s;
}

.service-card-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 16px !important;
  color: #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  left: 16px;
  bottom: 0;
  z-index: 2;
  line-height: 32px !important;
  border: 3px solid #fff;
  transition: 0.8s;
}

.service-card.blue-card h3,
.service-card.blue-card button {
  color: var(--main-color);
  transition: 0.8s;
}

.service-card.blue-card:hover h3,
.service-card.blue-card:hover button {
  color: var(--orange-color);
  transition: 0.8s;
}

.service-card.blue-card .service-card-icon {
  background: var(--blue-gradient);
  transition: 0.8s;
}

.service-card.blue-card:hover .service-card-icon {
  background: var(--orange-gradient);
  transition: 0.8s;
}

.service-card.orange-card h3,
.service-card.orange-card button {
  color: var(--orange-color);
  transition: 0.8s;
}

.service-card.orange-card:hover h3,
.service-card.orange-card:hover button {
  color: var(--main-color);
  transition: 0.8s;
}

.service-card.orange-card .service-card-icon {
  background: var(--orange-gradient);
  transition: 0.8s;
}

.service-card.orange-card:hover .service-card-icon {
  background: var(--blue-gradient);
  transition: 0.8s;
}

.service-card-footer {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 0;
  padding-top: 20px;
}

.service-card-footer button {
}

.card-mobile-no-srcroll .service-card {
  margin-bottom: 16px;
}

.page-section-margin {
  padding: 64px 0;
}

.page-section-cta {
  padding: 32px 0 0;
}

.page-section-cta .btn {
  text-decoration: none !important;
  transition: 1s;
  padding: 0;
}

.page-section-cta .btn i {
  position: relative;
  margin-left: 8px;
  transition: 1s;
}

.page-section-cta .btn:hover {
  color: var(--orange-color) !important;
}

.page-section-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 4px;
  margin-top: 0;
  position: relative;
  padding-left: 40px;
}

.page-section-title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(assets/images/moov-blue-voile.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0px;
  background-size: contain;
}

.page-section-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
}

.code-utiles-item {
  margin-bottom: 16px;
}

.code-utiles-item > div {
  background: #fff;
  display: table;
  width: 100%;
  height: 130px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  transition: 0.8s;
}

.code-utiles-item > div:hover {
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.2);
  transition: 0.8s;
}

.code-utiles-item > div > div {
  display: table-cell;
  vertical-align: middle;
}

.code-utiles-item > div > div:nth-child(1) {
  text-align: center;
  padding-left: 16px;
  font-weight: medium;
  text-align: left;
  letter-spacing: -1px;
  padding-right: 16px;
  line-height: 20px;
}

.code-utiles-item > div > div:nth-child(2) {
  width: 70%;
  text-align: center;
  background-image: url(assets/images/code-card-svg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-right: 8px;
  font-weight: bold;
  font-size: 20px;
}

.page-section-header {
  /*background: linear-gradient(93deg, #014086 1.85%, #0179D7 96.55%), linear-gradient(93deg, #014086 1.85%, #0179D7 96.55%);*/

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-section-header-blue {
  background-image: url(assets/images/default-blue-page.svg);
}

.page-section-header-orange {
  background-image: url(assets/images/default-orange-page.svg);
}

.page-section-header-deep-blue {
  background-image: url(assets/images/default-deep-blue-page.svg);
}

.page-section-header > div {
  display: table;
  width: 100%;
  min-height: 450px;
}

.page-section-header > div > div {
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  padding-bottom: 64px;
}

.page-section-accordeon .accordion-item{
      border-left: none;
    border-right: none;
}

.page-section-accordeon .accordion-button {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  display: flex;
  justify-content: center;
}

.page-section-accordeon .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #0c5ea8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ccc !important;
}

.page-section-accordeon .accordion-button:focus {
  box-shadow: none !important;
  z-index: 2;
}

.page-section-accordeon .accordion-button span {
  margin-left: 8px;
}

.page-section-accordeon .accordion-button i {
  font-size: 22px;
}

.page-section-accordeon .accordion-button:not(.collapsed) i {
  color: #0c5ea8 !important;
}

.page-section-accordeon .accordion-button:not(.collapsed) span {
  color: #0c5ea8 !important;
}

.accordion-item {
  border-radius: 0 !important;
}

.pricing-tab > div {
  background: var(--blue-gradient);
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
  padding: 0 2px;
  margin-bottom: 16px;
}

.pricing-tab > div > div:first-child {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.pricing-tab > div > div:nth-child(2) {
  padding: 15px;
  background: #fff;
  color: var(--main-color);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-bottom: 20px;
}

.pricing-tab > div > div:nth-child(2) > span:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
}

.pricing-tab > div > div:nth-child(3) {
  padding: 10px 19px 0;
  color: #fff;
  background: var(--blue-gradient);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  top: -18px;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
}

.pricing-tab > div > div:nth-child(3) {
}

.pricing-tab > div > div:nth-child(2) > span:nth-child(2) {
  position: relative;
  top: -10px;
}

#product_page,.page-container{
  padding: 48px 0;
}

.product-service-image{
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.empty-page-wrap{
  
}

/*
.row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%; 
  box-sizing: border-box;
  padding: 15px; 
}


.bundle-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bundle-card-content-header,
.bundle-card-content-lines,
.bundle-card-content-footer {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .col-3 {
    width: 80%;
  }
}
*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1024px) {
  /*.menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }*/
}

@media only screen and (max-width: 1054px) {

  .pricing-tab > div > div:nth-child(2) > span:nth-child(1){
    font-size: 18px;
  }

  .pricing-tab > div > div:nth-child(2) > span:nth-child(2){
    font-size: 12px;
  }

  .pricing-tab > div > div:first-child,.pricing-tab > div > div:nth-child(3){
    font-size: 14px;
  }
  #top_menu_right {
    display: none !important;
  }
  #top_menu_right_mobile {
    display: flex !important;
  }
  #main_menu > .main-customer-service-widget-container {
    display: none !important;
  }

  #main_menu_container {
    padding: 0 16px;
  }

  .main-site-logo {
    position: relative;
    top: 2px;
  }
  #main_menu {
    height: 60px;
    padding: 0 16px;
  }

  #main_menu > .container > div:first-child {
    display: block;
    text-align: left;
  }

  #main_menu .moov-logo {
    width: 75px;
  }

  #main_menu > .menu-container {
    display: none !important;
  }

  #main_mobile_menu_btn {
    display: block !important;
  }

  #mobile_footer_links {
    display: block;
  }

  #footer_links {
    display: none;
  }

  .main-site-logo > div:last-child:after {
    top: 10px;
  }

  #global_search_modal .search-input-container input {
    font-size: 14px;
  }

  #footer_help_section a > div {
    display: block;
    text-align: center;
  }

  #footer_help_section .help-section-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card-mobile-srcroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0;
  }

  .card-mobile-srcroll > .col-3 {
    flex: 0 0 auto;
    width: 80%; /* ou 250px si tu veux une largeur fixe */
    scroll-snap-align: start;
  }

  .card-mobile-srcroll::-webkit-scrollbar {
    display: none; /* masque la barre de scroll */
  }

  .page-section-content .card-mobile-srcroll {
  }

  .card-mobile-srcroll .service-card {
  }

  .section-tabs-nav {
    padding: 0 16px;
    justify-content: normal;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* Pour un défilement fluide sur iOS */
    -ms-overflow-style: none; /* Cache la barre de défilement sur Internet Explorer et Edge */
    scrollbar-width: none; /* Cache la barre de défilement sur Firefox */
  }

  /* Cache la barre de défilement sur les navigateurs basés sur Webkit (Chrome, Safari, etc.) */
  .section-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .section-tabs-nav .nav-item {
    flex-shrink: 0;
  }

  .section-tabs-nav .nav-link {
    padding: 16px 20px 8px 20px;
  }

  .section-tabs-nav span {
    font-size: 12px;
    padding-top: 8px;
    font-weight: 600;
  }

  .section-tabs-nav svg {
    height: 24px;
  }

  .bundle-card > a:after {
    background-position-y: -19px;
  }
  .bundle-card button {
    bottom: 6px;
  }

  .page-section-subtitle {
    font-size: 12px;
  }

  .page-section-title {
    font-size: 18px;
  }

  .page-section-margin {
    padding: 32px 0px;
  }

  .page-section-cta {
    padding: 32px 16px 0;
    text-align: center !important;
  }

  .code-utiles-item {
    width: 80%;
    max-width: 80%;
    overflow: hidden;
  }

  .code-utiles-item > div {
    margin-bottom: 0;
    height: 120px;
  }

  .code-utiles-item > div > div:first-child {
    font-size: 14px;
  }
  .code-utiles-item > div > div:last-child {
    font-size: 16px;
    position: relative;
  }

  .code-utiles-item > div > div:last-child span {
    position: absolute;
    left: 16px;
    width: 80%;
    font-size: 14px;
    text-align: center;
  }

  .page-section-header > div {
    min-height: 250px;
  }

  .page-section-header > div > div {
    padding-bottom: 32px;
  }

  .page-section-header h1 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -1px;
    padding-left: 15px;
  }
}
