@font-face {
  font-family: Quicksand;
  src: url(/assets/fonts/Quicksand-Regular.ttf);
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: Quicksand;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: Quicksand;
}

.logo-img,
.logo-icon {
  height: 200px;
  font-size: 32px;
}

.icon {
  font-size: 32px;
  padding: 10px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  /* font-size: 13px; */
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  /* color: #4154f1; */
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  /* font-size: 38px; */
  line-height: 42px;
  font-weight: 700;
  /* color: #012970; */
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img,
.icon {
  max-height: 65px;
  margin-right: 6px;
}

.header .logo span {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  margin-top: 3px;
}

.icon {
  margin-bottom: 6px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #660099;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  /* background: #660099; */
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  /* color: #fff; */
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #660099;
}

.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  /* background: url(../img/hero-bg.png) top center no-repeat; */
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  /* color: #444444; */
  margin: 15px 0 0 0;
  /* font-size: 26px; */
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
}

.self-p {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.hero .btn-get-started span {
  font-weight: 600;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .header .logo span {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

.about .content {
  /* background-color: #f6f9ff; */
  padding: 40px;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #444444;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  color: #660099;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #660099;
  color: #fff;
}

.contact .info-box {
  /* color: #444444;
background: #fafbff; */
  padding: 30px;
  height: 100%;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  /* color: #660099; */
}

.contact .info-box h3 {
  font-size: 20px;
  color: #444444;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  /* font-size: 14px; */
  margin-bottom: 0;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-social {
  font-size: 24px;
  padding: 10px;
}

.footer {
  /* background: #f6f9ff; */
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-top {
  background: white url(./../img/footer-bg.png) no-repeat center top;
  background-size: cover;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 110px;
  margin-right: 6px;
}

.footer .footer-top .footer-info p {
  /* font-size: 14px; */
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: Quicksand; */
}

.footer .footer-top .social-links a {
  display: inline-block;
  /* color: #660099; */
  font-size: 30px;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #444444;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  /* color: #660099; */
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #660099;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #660099;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#mentionsLegales {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  z-index: 1000;
  width: 80%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 0.7;
}

.prix-features {
  padding-left: 0;
}
.prix-features li {
  list-style-type: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prix-features li i {
  margin-right: 10px;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
* {
  font-family: var(--font-family-name), sans-serif;
}

a {
  color: var(--color-link-normal);
}

.hero,
.header,
.header.header-scrolled,
.contact,
.navbar {
  background-color: var(--color-back-normal);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a,
.icon-social,
.icon,
.swiper-button-prev,
.swiper-rtl,
.swiper-button-next {
  color: var(--color-font-normal);
}

.swiper {
  width: 100%;
  height: 90vh;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mentionsLegales {
  color: var(--color-font-normal);
  background-color: var(--color-back-normal);
  border: 1px solid var(--color-font-normal);
}

#mentionsLegales button {
  color: var(--color-back-normal);
  background-color: var(--color-font-normal);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.swiper-title {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10000;
  padding: 20px;
  color: var(--color-font-normal);
  background-color: var(--color-back-normal);
  border-radius: 5px;
}

.prix-features {
  padding-left: 0;
  list-style-type: none;
}

.prix-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.prix-features li i {
  margin-top: 4px;
  margin-right: 10px;
  color: var(--color-font-normal);
}

.prix-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.prix-box.featured {
  position: relative;
  z-index: 1;
  border: 2px solid var(--color-font-normal);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.featured-label {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-back-normal);
  background-color: var(--color-font-normal);
  border-radius: 20px;
  transform: translateX(-50%);
}

.prix-content {
  flex-grow: 1;
}

@media (max-width: 991px) {
  .prix-box.featured {
    margin-top: 20px;
    margin-bottom: 20px;
    transform: scale(1);
  }
}
