:root {
    --background-color: #ffffff;
    --default-color: #444444;
   /*  --heading-color: #37517e; */
    --heading-color: #5091ab;
    --accent-color: #e49f47;
    --contrast-color: #ffffff;
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: #ffffff;  /* The default color of the main navmenu links */
    --nav-hover-color: #b9d3df; /* Applied to main navmenu links when they are hovered over or active */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #47b2e4; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  }
  
.pricing .pricing-item .line-through {
    text-decoration: line-through;
    font-size: 48px;
    display: block;
    text-align: center;
    font-weight:300;
    margin-bottom: 3px;
}
.pricing ul .highlight{
    color: var(--accent-color);
}
.pricing h4 {
    color: var(--accent-color);
    font-size: 58px;
    font-weight: 400;
    font-family: var(--heading-font);
    margin-bottom: 0;
    text-align: center;
}

/* Call to action */
.call-to-action {
    --background-color: var(--heading-color);
    --default-color: #ffffff;
    --contrast-color: #ffffff;
    padding: 70px 0;
    position: relative;
    clip-path: inset(0);
}


/*
    Services
*/
.services {
    --background-color: 
color-mix(in srgb, #005dff, transparent 95%);
}
.service-details ul {
    font-size: 15px;
    font-weight: 600;
}
/*
    Header
*/
.header .logo h1 {
    font-size: 13px;
}
.header .btn-getstarted,
.header .btn-getstarted:focus {
    font-size: 13px;
}
.header .logo img {
    max-height: 40px;
    margin-right: 8px;
}
.header .navmenu .highlight {
    background-color: white;
    color: var(--accent-color);
    border-radius: 9px;
}


/*
    Hero
*/
.hero h1 {
    margin: 35px 0px 20px 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
}
.hero .offre {
    font-size: 17px;
}
.hero .offre .prix {
    font-size: 35px;
}
.hero p {
    color: 
        color-mix(in srgb, #214867, transparent 25%);
    margin: 0px 0 3px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.hero .encart {
    color: white;
    font-size: 17px;
    display: block;
    margin-top: 4px;
    border-radius: 10px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.hero p span i {
    color: white;
    font-size: 17px;
}

.hero p i {
    color: #37517e;
    font-size: 26px;
    margin-right: 10px;
}
.hero .btn-get-started {
    font-size: 17px;
}
.hero .btn-exemples {
    color: var(--accent-color);
    background: white ;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 10px 22px;
    border-radius: 9px;
    transition: 0.5s;
  }
  
  .hero .btn-exemples:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
  }
  .hero .slogan{
    margin: 15px 0px 10px 0px;
  }
  .hero .btn-get-started {
    padding: 10px 20px 10px 20px;
  
    }
@media (max-width: 640px) {
    .hero {
        --background-color: var(--hero-background-color);
        --default-color: var(--hero-color);
        --heading-color: var(--hero-color);
        --contrast-color: var(--hero-color);
        width: 100%;
        min-height: 63vh;
        position: relative;
        padding: 80px 0px 0px 0px;
        display: flex;
        align-items: center;
        background: url(../img/hero-bg.jpg);
        /* background-size: cover; */
        background-position: center left;
    }
    .hero .offre {
        font-size: 14px;
    }
    .hero .offre .prix {
        font-size: 24px;
    }
    .hero h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 20px 0px 15px 0px;
        font-weight: 500;
        text-align: center;
    }
    .hero p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
    }
    .hero p i {
        font-size: 20px;
    }
    .hero .btn-get-started, .hero .btn-watch-video {
        font-size: 1rem;
    }
    .header .logo img {
        max-height: 40px;
        margin-right: 8px;
    }

}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-wrapper {
    height: 24px;
}
.clients p{
    color: #b5b0b0;
    text-align:center;
}

  

/* Services Details */
.service-details h4 {
    font-size: 1.1rem;
    font-weight: 400;
}

/* Portfolio */
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 15px;
    font-weight: 400;
    padding-right: 50px;
}

/*
    Pricing
*/
.asterisque {
    font-style: italic;
    font-size: 13px;
    color: var(--accent-color);
    text-align: center;
    display: block;
}
.pricing h3 {
    font-size: 1.5rem;
}
.pricing .buy-btn {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--heading-font);
    transition: 0.3s;
    border: 1px solid var(--accent-color);
    padding: 12px 40px;
    border-radius: 9px;
    text-align: center;
    max-width: 250px;
}
/* Testimonials */
.swiper-slide {
    padding: 20px;
}
.testimonial-item .cta-btn {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 9px;
    transition: 0.5s;
    margin: 10px;
    color: var(--contrast-color);
    background-color: var(--accent-color);
}

/*
    FAQ
*/
.faq-2 .faq-container .faq-item h3 {
    font-size: 18px;
}

/*
    Contact
*/
.bloc-whatsapp {
    text-align: right;
}

@media (max-width: 1199px) {
    .bloc-whatsapp {
        text-align: center;
        margin: 0px 0px 46px 0px;
    }

    .whatsapp-code {
        width: 200px;
        margin-top: 0px;
    }
}

/*
    Footer
*/
.footer .footer-about a {
    text-transform: none;
}

#testimonials{
    background-color: color-mix(in srgb, #005dff, transparent 95%);
}
