.btn{
    padding: 12px 25px;
    font-weight: 600;
}

/* NAVBAR */
.navbar{
    background-color: transparent!important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /* margin-top: 10px; */
    z-index: 1000;
}
.navbar.v2{
    position: relative;
}
.container-fluid{
    padding: 20px;
}
.navbar-nav .nav-item .dropdown-toggle:hover ~ .container-fluid{
    background-color: red;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
.navbar-nav .nav-item, .navbar-nav .nav-item-second {
    display: flex;
    align-items: center;
    font-family: Quicksand;
    font-weight: 600;
    flex-wrap: wrap;
}
ul.navbar-nav.ms-auto li, a {
    margin-right: 43px;
}
li.nav-item a {
    color: white !important;
}
li.nav-item-second a{
    color: #034c8c;
}
.navbar img {
    height: 100px;
    border: 3px solid transparent;
    border-image: linear-gradient(to left,#71A2FE, #0C3687);
    border-image-slice: 1;
    padding: 10px;
}
.navbar .logo-backg{
    background-color: white;
    padding: 10px;
}
.navbar-nav .nav-item li a, .navbar-nav .nav-item-second li a{
    color: white;
}
.navbar .collapse .navbar-nav .nav-item .dropdown-menu, 
.navbar .collapse .navbar-nav .nav-item-second .dropdown-menu{
    background-color: rgb(255, 255, 255);
    padding: 30px 90px;
    /* width: 100vw; */
    /* display: flex; */
}
.navbar .collapse .navbar-nav .nav-item .dropdown-menu ul,
.navbar .collapse .navbar-nav .nav-item-second .dropdown-menu ul{
    list-style: none;
    padding: 0 25px;
}
.navbar .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item,
.navbar .collapse .navbar-nav .nav-item-second .dropdown-menu .dropdown-item{
    color: black!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: .25rem 0rem;
}
.navbar .collapse .navbar-nav .nav-item .dropdown-menu #item-title,
.navbar .collapse .navbar-nav .nav-item-second .dropdown-menu #item-title{
    color: #79A7FF !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.dropdown-placement{
    display: flex;
    margin-bottom: 30px;
}
.nav-list-unstyled{
    position: relative;
}
.nav-list-unstyled:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    bottom: 0;
    width: 1px; 
    background-color: #79A7FF; 
}
.dropdown-menu .dropdown-link{
    color: #034C8C !important;
    text-decoration: underline;
    margin-top: 10px !important;
}
span.navbar-toggler-icon {
    background-color: white;
    border-radius: 3px;
}
@media (max-width: 992px){
    .logo-backg{
        display: none;
    }
}

/* HERO SECTION */
.hero-section{
    background-image: url(ressource/hero-section.png);
    height: 900px;
    background-size: cover;

}
.text-white {
    text-align: right;
}
.text-white a {
    margin-right: 0;
}
.hero-section h1{
    line-height: 1;
    color: white;
    font-size: 120px;
    line-height: 106px;
    letter-spacing: -2.4px;
    text-shadow: 0px 4px 10px #003A68;
}
.hero-section .img {
    max-width: 100%;
    height: auto;
}
.hero-section .container::before {
    position: absolute;
    content: '';
    background-color: rgb(95 154 255 / 31%);
    top: 35%;
    z-index: 0;
    left: 30%;
    right: 50%;
    width: 70%;
    height: 71%;
}
.hero-section .container{
    position: relative;
}
.hero-section .container .row{
    display: flex;
    align-items: flex-end;
}
@media (max-width: 1200px){
    .hero-section h1 {
        font-size: 90px;
    }
}
@media (max-width: 992px){
    .hero-section h1 {
        font-size: 70px;
    }
    .hero-section{
        height: 750px;
    }
}
@media (max-width: 768px){
    .hero-section {
        height: auto;
        padding: 100px 0 50px 0;
    }
    .text-white {
        text-align: center;
        margin-bottom: 20px;
    }
    .hero-section h1 {
        font-size: 60px;
    }
    .hero-section .container::before{
        content: none;
    }
}
@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 50px;
    }

    .hero-section .img {
        width: 80%;
    }
}


/* products section */
.products-section{
    margin: 50px 0px 50px 0;
}
.products-section #subheading{
    margin-bottom: 80px;
}
.products-section .product img, h3{
    top: -80px;
    position: relative; 
}
.products-section .product h3 {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 24px;
    text-transform: uppercase;
}
#product-v1, #product-v2, #product-v3, #product-v4 {
    box-sizing: border-box;
}
.products-section .product {
    position: relative;
}
.product-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F3F4FB;
}
.product-image-container.v2{
    background-color: rgb(247, 243, 237)!important;
}
.product-image-container img {
    transition: opacity 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.product-image-container .default-image{
    transition: top 0.3s ease-in-out;
}
.product h3{
    transition: top 0.3s ease-in-out;
    color: #182246;
    font-weight: 600;
}
.product-image-container .hover-image {
    position: absolute!important;
    top: 20% !important;
    opacity: 0;
    width: 0%;
    transition: width 0.5s ease-in-out;
}
.products-section #product-v1, #product-v2{
    color: #034C8C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
#product-v1 p{
    color: #034C8C;
}
#product-v2 p{
    color: #BD8C4D;
}
.product p{
    position: absolute;
    top: 100%;
    padding: 0 50px;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.42, 0, 0, 1), top 0.5s;
}
.product:hover p{
    top: 70%;
    opacity: 1;
}
.product:hover h3{
    top: -100px;
}
.product:hover .hover-image {
    opacity: 1;
    width: 120%;
}
.product:hover .default-image{
    top: -100px;
    scale: 1.1;
}
.product-image-container .default-image {
    position: relative;
    z-index: 2;
}
@media (max-width: 992px){
    .products-section .product{
        margin: 40px 10px 10px 10px;
    }
}


/* History section */
.history-section{
    background-image: url(ressource/history-section.png);
    padding: 55px 0 ;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.history-section h2{
    position: relative;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -1px;
    font-size: 50px;
}
.history-section h2::after{
    content: url(ressource/logo_.png);
    position: absolute;
    width: 50px;
    height: 50px;
    right: 115px;
    top: -50px;
}
.history-section p {
    padding: 0px 150px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.history-section h2, p, a{
    color: white;
}
.history-section .btn{
    margin-right: 0px;
    position: relative;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    background-color: transparent;
    color: white;
}
.history-section .btn:hover {
    background-color: #034C8C;
}
.history-section .btn:before{
    content: "";
    width: 1px; 
    background-color: rgb(255, 255, 255);
    top: -41px;
    left: 50%;
    height: 40px;
    position: absolute;
}
@media (max-width: 1200px){
    .history-section h2::after{
        right: 100px;
    }
}
@media (max-width: 992px){
    .history-section h2::after{
        right: 40px;
    }
}
@media (max-width: 767px){
    .history-section p {
        padding: 0px 75px;
    }
 }


.needs-section{
    margin-top: 30px;
}
.needs-section h4{
    margin-bottom: 20px;
}
.needs-section img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0px;
}
.needs-section h3{
    color: white;
    font-size: 32px;
    top: -90px;
}
.needs-section .col-sm-6 {
    position: relative;
    overflow: hidden;
}

.buttons-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.needs-section .buttons {
    position: absolute;
    bottom: -100px; 
    /* left: 50%;
    transform: translateX(-50%); */
    opacity: 0; 
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px; 
    transition: opacity, bottom 0.3s ease;
}
button.btn.btn-primary.btnm,
button.btn.btn-secondary.btnm  {
    font-size: 13px;
}
.needs-section h3 {
    position: relative;
    transition: transform 0.3s ease;
    font-family: "Abhaya Libre SemiBold";
}

.needs-section .col-sm-6:hover h3 {
    transform: translateY(-50px); 
}

.needs-section .col-sm-6:hover .buttons {
    bottom: 80px; 
    opacity: 1; 
}


/* FOOTER */
.footer {
    /* background-color: #123456;  */
    background-image: url(ressource/footer_.png);
    /* filter: brightness(0.5) contrast(1.2); */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 0 15px 0;
}
.footer::before{
    /* content: '';
    position: absolute;
    background-color: #123456;
    opacity: 0.8; 
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}
.footer a {
    color: white;
}
.footer a:hover {
    text-decoration: none;
}
.footer .footer-title {
    color: #E5EDFD;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.list-unstyled{
    position: relative;
}
.list-unstyled li{
    margin-left: 15px;
}
.list-unstyled a{
    margin-right: 0px;
    font-weight: 500;
    line-height: 20px;
}
.list-unstyled:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 1px; 
    background-color: #fff; 
}
.sep{
    position: relative;
    margin-top: 20px; 
    padding-top: 10px; 
    border-top: 1px solid #fff; 
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}






/* PRODUCT PAGE */

.product-page.product-section {
    /* background-color: #ef9090; */
    padding: 0 0 150px 0;
}
.product-info {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    gap: 30px;
}
.product-info h1{
    color: #034C8C;
    font-size: 50px;
    line-height: 44px;
    letter-spacing: -1px;
}

.product-image {
    width: 300px;
}
.thumbnail-images img{
    width: auto;
    height: 75px;
}
.thumbnail {
    width: 85px;
    height: 85px;
    text-align: center;
    border: 1px solid #E5EDFD;
    margin-bottom: 10px;
}

.product-details {
    align-items: center;
    text-align: left;
    gap: 20%;
}

.product-details p {
    font-size: 18px;
    color: #434F59;
}
.product-details h3 {
    font-size: 15px;
    color: #182246;
    top: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-details .product-info .description{
    margin-bottom: 30px;
    padding: 0 60px 0 0;
}
.product-gallery {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3%;
}
/* .product-info {
    padding: 0 0 0 50px;
} */

.btn-secondary {
    padding: 10px 20px;
    text-decoration: none;
}
button.btn-format {
    border: 1px solid;
    padding: 3px 10px;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
button.btn-format:hover {
    background-color: #023859;
    color: white;
}
.product-info .tags{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.product-info .tag{
    background-color: #E5EDFD;
    padding: 8px 10px;
    font-size: 14px;
    color: #034C8C;
    font-weight: 600;
    line-height: 16px;
}
.product-info .tag:hover {
    background-color: #023859;
    color: white;
}
.product-info .formats{
    gap: 8px;
    display: flex;
}
.formats span{
    font-weight: 500;
}









.product-details-section h3{
    top: 0;
}







/* Section produits description */
.product-details-section {
    position: relative;
    padding: 50px 0;
    background-color: #F3F4FB;
}
.product-details-section img{
    margin-right: 20px;
}
.icon img{
    margin-right: 0px
}
.left-column, .right-column {
    padding: 20px;
}


.detail-block {
    margin-bottom: 35px;
}
.detail-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.detail-block p {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    font-weight: 500;
}
.detail-section{
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.key-info, 
.key-ingredients {
    margin-bottom: 35px;
}
.key-info h3, 
.key-ingredients h3,
.detail-block h3{
    font-size: 15px;
    font-weight: 700;
    color: #034C8C;
    margin-bottom: 10px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.infos {
    display: flex;
    gap: 15px;
}
.ingredient-block{
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.info-block {
    display: flex;
    align-items: center;
    background-color: #e7f1ff;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.info-block p{
    color: #034C8C; 
    margin-bottom: 0;
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
}
.icon {
    margin-right: 10px;
    color: #034C8C;
}

.text h4 {
    margin: 0;
    font-size: 16px;
    color: #256F96;
    font-weight: 600;
    line-height: 24px;
}
.text p {
    margin: 0;
    font-size: 16px;
    color: #434F59;
    font-weight: 500;
    line-height: 24px;
}
.product-details-section::before{
    content: url(ressource/PngItem_1.png);
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 1;
}
.product-details-section::after{
    content: url(ressource/PngItem_2.png);
    position: absolute;
    z-index: 1;
    bottom: -125px;
}
@media (max-width: 768px) {
    .left-column, .right-column {
        padding: 10px;
    }

    .detail-block h3, .key-info h3, .key-ingredients h3 {
        font-size: 18px;
    }

    .detail-block p, .info-block p, .ingredient-block p {
        font-size: 14px;
    }

    .icon {
        font-size: 20px;
    }
}



.results-section {
    padding: 3rem 0;
}
.results-section h2,
.products-section h2 {
    font-size: 50px;
    letter-spacing: -1px;
}
.results-section #subheading, .products-section #subheading {
    font-size: 15px;
    color: #182246;
    font-weight: 500;
    letter-spacing: 0.75px;
    margin-bottom: 80px;
    text-transform: uppercase;
}
.result-block {
    background-color: #034C8C;
    color: #fff;
    padding: 7rem 1rem;
    margin: 0.5rem;
}
.result-block#mid {
    background-image: url(ressource/footer.png);
    background-size: cover;
}
.result-block .percentage {
    font-size: 80px;
    font-weight: bold;
    font-family: "Abhaya Libre";
}
.result-block p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: white;
    padding: 0 35px;
    line-height: 30px;
}
.results-section .container .row .col-md-4{
    padding-left: 0;
    padding-right: 0;
}


/* breadcrumb */
.breadcrumb{
    background-color: white;
}
nav .breadcrumb a {
    color: #B2B2B2;
    margin-right: 0;
    font-weight: 300;
}
.breadcrumb-item.active {
    color: #034C8C;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #B2B2B2;
    content: "|";
    font-weight: 300;
}