@import url("https://fonts.googleapis.com/css2?family=Russo+One&family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap");
.navbar-dark .navbar-nav .nav-link {
  border-radius: 8px;
  padding: 12px 32px;
  color: white;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  background-color: rgba(255, 255, 255, 0.13);
}

.bg-primary {
  background-color: #0460d9 !important;
}

.container {
  max-width: 1360px;
}

.card-utilisation {
  margin-top: 120px;
}

.card-utilisation-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}

.card-utilisation-list-title {
  font-size: 22px;
}

.card-utilisation-list li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 46px;
  margin-bottom: 32px;
}

.card-utilisation-list li::before {
  content: counter(my-awesome-counter);
  color: #474747;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  top: -5px;
  background: #dfbb08;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 0 #f26835;
          box-shadow: 1px 1px 0 #f26835;
  font-family: "Saira", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-utilisation-list p {
  font-size: 18px;
}

.card-abonnement {
  background-color: white;
  color: #474747;
  border-radius: 28px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.171);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.171);
}

.card-abonnement-header {
  height: 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 5px 20px;
}

.card-abonnement-title {
  position: relative;
  color: #474747;
}

.card-abonnement-title::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 120px;
  background-color: #474747;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-abonnement-body {
  padding: 30px 30px;
}

.card-abonnement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-abonnement-list li {
  margin-bottom: 12px;
  color: #044bd9;
  font-size: 20px;
}

.card-abonnement-list li:last-child {
  margin-bottom: 0;
}

.card-abonnement-list li i {
  display: inline-block;
  width: 32px;
  text-align: center;
  color: #474747;
}

.card-abonnement-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 20px 30px;
  min-height: 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-abonnement-footer span {
  font-size: 24px;
  text-align: center;
  font-family: "Saira", sans-serif;
  font-weight: 600;
  color: #f26835;
}

.card-abonnement-footer span small {
  font-weight: 400;
}

.card-abonnement--standard .card-abonnement-title {
  color: #07C2B7;
}

.card-abonnement--standard .card-abonnement-title::after {
  background-color: #07C2B7;
}

.card-abonnement--pro .card-abonnement-title {
  color: #FF5212;
}

.card-abonnement--pro .card-abonnement-title::after {
  background-color: #FF5212;
}

.card-abonnement--gold .card-abonnement-title {
  color: #DAAA00;
}

.card-abonnement--gold .card-abonnement-title::after {
  background-color: #DAAA00;
}

header {
  background-color: rgba(0, 0, 0, 0.4);
}

.banner {
  background-image: linear-gradient(252.45deg, #044bd9 8.76%, #2585d9 64.83%);
  height: 100vh;
  margin-top: -76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  position: relative;
}

.banner-img {
  height: 70vh;
  max-height: 612px;
  max-width: 100%;
}

.banner-content {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.banner-content h1 {
  font-size: 32px;
  margin-bottom: 25px;
}

.banner-content p {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 28px;
}

.banner-contactus {
  margin-top: 57px;
}

.banner-down {
  background: white;
  border: 2px solid #0460d9;
  border-radius: 50%;
  color: #0460d9;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.utilisation {
  background-color: #f26835;
  margin-top: 10px;
  padding: 40px 0;
}

.faq {
  background-color: #dfbb08;
  min-height: 100vh;
  margin-top: 10px;
  padding: 40px 0;
}

.faq-content {
  margin-top: 120px;
}

.faq-content p {
  font-size: 22px;
}

.faq .section-stitle {
  margin-bottom: 22px;
}

footer {
  height: 80px;
  background-color: #0460d9;
}

body {
  font-family: "Russo One", sans-serif;
  letter-spacing: 1.6px;
  color: white;
}

p {
  font-family: "Saira", sans-serif;
}

a {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.icon-white-radius {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
}

.fa-facebook-f {
  color: #3578E5;
}

.fa-whatsapp {
  color: #009588;
}

.fa-envelope {
  color: #d93025;
}

.btn-download {
  background-color: white;
  color: #0460d9;
  text-transform: uppercase;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 24px;
  border-radius: 8px;
  padding: 12px 32px;
}

.btn-download i {
  font-size: 120%;
}

.section-title {
  font-size: 32px;
  text-align: center;
  position: relative;
  color: white;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.section-title::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 160px;
  background-color: white;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}

.section-stitle {
  font-size: 24px;
  margin-bottom: 42px;
}
/*# sourceMappingURL=style.css.map */