/* Mouse */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #00142980;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #00142980;
  opacity: .3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #00142980;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

body[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

/* *  1.0 - Init */

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif !important;
  font-weight: normal;
  line-height: 1.5;
  color: #001429;
  font-size: 16px
}

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.15;
}

body,
html {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
}

a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover,
a,
input,
select,
textarea,
button,
address,
input[type="file"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input:focus {
  outline-width: inherit;
  outline: 0;
  box-shadow: none;
  color: #000;
  text-decoration: none;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.btn:focus,
button.active:focus,
button:active:focus,
.btn:hover {
  outline: 0;
  box-shadow: none;
  outline-width: inherit;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Roboto', sans-serif !important;
}

h1 {
  font-size: 3.5rem;
  line-height: 70px;
}

h2 {
  font-size: 2.5rem;
  line-height: 60px;
}

h4 {
  font-size: 28px;
  line-height: 43.2px;
  font-weight: 400
}

h5 {
  font-size: 1.4rem;
  line-height: 36px;
  font-weight: 400
}

p {
  font-size: 18px;
}

.card {
  margin: 1rem !important;
}

.box .card {
  height: 380px;
  overflow-y: hidden;
}

.hidden {
  display: none;
}

/* header */

.navbar-brand.phone {
  font-size: .9rem !important;
}

.logo {
  height: 6vh !important;
  width: auto
}

.header-img {
  background: linear-gradient(180deg, rgba(56, 54, 54, 0.25) 0%, rgba(36, 34, 34, 0.5) 100%), url("../mardona/img/app_disponible_mardona.jpg") no-repeat center / cover;
  min-height: 100vh
}


/* 
.header-img {
  background: linear-gradient(180deg, rgba(56, 54, 54, 0.25) 0%, rgba(36, 34, 34, 0.5) 100%), url("../mardona/img/header.jpg") no-repeat center / cover;
  min-height: 100vh
}

 */



.section-app-img {
  background-image:
    linear-gradient(180deg, rgba(56, 54, 54, 0.25), rgba(36, 34, 34, 0.5)),
    url("../mardona/img/header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

@media (max-width: 768px) {
  .section-app-img {
    background-size: cover;
    background-position: center top;
  }
}



.header-img nav {
  background-color: #fff;
}

.hover li a:hover {
  color: #0582fe !important;
  transition: 0.5s;
}

.header-second-nav {
  margin-top: 3rem;
}

.bg-color {
  background-color: rgb(0 0 0 / 24%);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.bg-color a {
  margin-left: 2rem;
}

.bg-color div ul li a {
  color: #fff !important;
  font-weight: 700;
  margin-right: 4rem;
}

.title {
  margin-top: 3rem;
}

.title2 {
  margin-top: 3rem;
}

.header-text div span {
  color: #FFA245;
}

.header-text .title h1 {
  font-size: 4.5rem;
  line-height: 100px;
}

.header-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.animate {
  --animate-duration: 1.9s;
  --animate-delay: 1.9s;
  --animate-repeat: 1.9;
}

.boxed-btn {
  color: #222222;
  display: inline-block;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-top: 3rem;
}

.boxed-btn:hover {
  background: #FFA245;
  color: #fff;
}

.header-text h3 {
  color: #000;
  padding: 124px 50px;
  border-radius: 5px;
  text-align: center;
  background: #cdc5ca;
  margin-top: 2rem;
}

.header-arrow i {
  display: flex;
  justify-content: center;
  color: #fff !important;
  font-size: 35px;
}

/* services */

.services {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services-box .marge {
  margin-top: 4rem
}

.services-box .card {
  margin-bottom: 3rem !important
}

.services-box .card-body {
  padding: 2rem !important;
}

.underline,
.underline2,
.underline3 {
  position: relative;
  font-weight: 700;
  padding-top: 1rem;
}

.underline::before {
  content: '';
  height: 3px;
  width: 5rem;
  position: absolute;
  background: #0582fe;
  top: -0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.underline.color-2::before,
.underline2.color-2::before,
.underline3::before {
  background: #FFA245 !important;
}

.boxed-btn2 {
  color: #fff;
  display: inline-block;
  padding: 13px 56px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #FFA245;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
  margin-top: 2.5rem;
}

.boxed-btn2:hover {
  background: #fff;
  color: #FFA245;
  border: 1px solid #FFA245
}

.why-us {
  height: 6vh;
  width: auto
}

.why-us-2 {
  height: 5vh;
  width: auto
}

/* application */

.application {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #F7FAFF;
}

.application .underline {
  font-size: 2.5rem;
  line-height: normal;
  padding-top: 1.5rem;
}

/* canada */

.our-countries {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-countries .result {
  display: flex;
  flex: 1 15%;
  height: -webkit-fit-content;
  height: fit-content;
  margin: 1rem;
  box-shadow: 0px -2px 18px -6px rgb(0 0 0 / 30%);
}

.figure-wrapper {
  height: 7rem;
  width: 7rem;
  margin: auto;
}

.our-countries .result .teaser {
  width: 100%;
  height: 100%;
  padding: 1rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.our-countries .result .teaser .image-loaded {
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    animation-timing-function: ease-in;
  }

  50% {
    transform: scale(1.1);
  }
}

.result:hover,
.card.border-0:hover {
  transform: scale(1.1);
  -webkit-transition: box-shadow 0.2s ease-in 0s,
    -webkit-transform 0.65s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.65s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: box-shadow 0.2s ease-in 0s,
    transform 0.65s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.65s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.anim-scroll {
  -webkit-transform: translateY(20px) scale(0.9);
  transform: translateY(20px) scale(0.9);
  opacity: 0;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.image-loaded {
  height: 7rem;
  width: 7rem;
  margin: auto;
  width: 100%;
  position: relative;
}

.figure-wrapper [data-background] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.figure-wrapper figure {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.canada {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.canada .underline2,
.box-h1 {
  margin-left: 15rem;
  margin-right: 15rem;
  padding: 1rem 0;
  padding-top: 1.5rem;
}

.underline2 {
  position: relative;
  font-weight: 700;
}

.underline2::before,
.underline3::before {
  content: '';
  height: 3px;
  width: 5rem;
  position: absolute;
  background: #0582fe;
  top: -0.5rem;
}

.underline2::before,
.testimonial .underline2::before,
.underline3::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

.canada img {
  width: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.canada p {
  color: #000;
  text-align: center;
  font-size: 15px;
}

.field-title h5 {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 0 1rem;
}


/* box */

.box {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #F7FAFF;
}

.box-h1 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.check-box {
  text-align: center !important;
  padding-top: 3rem;
}

.box .card-body {
  padding: 4rem 1rem !important;
}

.icons-box {
  height: 12vh
}

/* testimonial */

.testimonial {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.testimonial h1 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.testimonial-text p {
  padding-left: 30rem;
  padding-right: 30rem;
}

.testimonial .marge {
  padding-top: -4rem;
}

.carousel-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: #000 !important;
  font-size: 1.5rem;
}

/* foire*/

.foire {
  padding-top: 6rem;
  padding-bottom: 5.5rem;
  background-color: #F7FAFF;
}

.icon-box {
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
}

[aria-expanded="true"]#accord-1 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-2 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-3 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-4 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-5 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-6 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-7 .chevron-box {
  transform: rotate(90deg);
}

[aria-expanded="true"]#accord-8 .chevron-box {
  transform: rotate(90deg);
}

/* footer */

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer p {
  font-weight: 700;
}

.social-icon a i {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px;
  color: #000;
}

.social-icon a i:hover {
  color: #FFA245 !important;
  transition: 0.5s;
}

/* copyright */

.copyright {
  background-color: #0582fe;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0 !important
}




.buttons-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Styles de base pour les boutons */
.store-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 10px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  min-width: 180px;
}

.store-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.store-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.store-text-small {
  font-size: 0.8rem;
  font-weight: normal;
  opacity: 0.8;
}

.store-text-large {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Style pour App Store */
.app-store {
  background-color: #000000;
  color: white;
}

.app-store:hover {
  background-color: #333333;
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

/* Style pour Google Play */
.play-store {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e0e0e0;
}

.play-store:hover {
  background-color: #f8f8f8;
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}


.minimal-app-store {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
}

.minimal-app-store:hover {
  background-color: #000000;
  color: white;
  transform: translateY(-2px);
}

.minimal-play-store {
  background-color: transparent;
  color: #4285f4;
  border: 2px solid #4285f4;
}

.minimal-play-store:hover {
  background-color: #4285f4;
  color: white;
  transform: translateY(-2px);
}