/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Banner
    - About
    - About Boxes
    - Team
    - Work
    - Counter
    - Review
    - Pricing
    - Blog
    - Google Map
    - Contact
    - Footer
    - Loader
    - Scroll Top
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif};
.alt-font{font-family: 'Source Sans Pro', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:whitesmoke;
    border-left: 0 solid whitesmoke;
    border-right: 0 solid whitesmoke;
}
::-webkit-scrollbar-thumb {
    background: #6ad225;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: whitesmoke;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: 'Source Sans Pro', sans-serif; font-size: 16px; color: #23262d; background-color: whitesmoke; font-weight:normal; line-height:25px; width: 100%; overflow-x: hidden;}
h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {font-family: 'Source Sans Pro', sans-serif;font-size: 18px;color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p{margin-bottom: 0 !important; font-family: 'Source Sans Pro', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
.hidden{display: none;}
section{padding: 4.2rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
.padding-bottom-half {padding-bottom: 5rem;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.bx-container {
    width: 95%;
    margin: 0 auto;
}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 1; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 4px; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #181a1f; color: #181a1f;}
.btn.btn-trans:hover {background: #181a1f !important; border-color: #181a1f; color: whitesmoke !important}

/* Yellow button */
.btn.btn-yellow {background: #6ad225;  color: whitesmoke; border: 2px solid #6ad225;}
.btn.btn-yellow:hover {background: whitesmoke !important; border: 2px solid #6ad225; color: #6ad225 !important}

/* Green button */
.btn.btn-green {background: #6ad225; border-color: #6ad225; color: #181a1f;}
.btn.btn-green:hover {background: #181a1f !important; border: 2px solid #6ad225; color: #6ad225 !important}



/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 42px; line-height: 2em}
.btn.btn-large {font-size:20px; text-transform: uppercase;  padding: 13px 64px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-yellow {color: #6ad225;}
.text-yellow2{background: #6ad225; color: whitesmoke;}
.text-green {color: #6ad225;}
.text-black {color: #000000;}
.text-white {color: #f5f5f5;}

/* Background color */
.bg-yellow {background: #6ad225;}
.bg-black {background: #181a1f;}
.bg-light-black {background: #23262d;}
.bg-light-gray {background: #eeeeee;}
.bg-transparent {background: transparent;}
.bg-green {background-color: rgb(106, 210, 37);}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#ff7300 !important;}

.heading-area .sub-heading {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .heading{
    font-size: 42px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 31px;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 40px;
    width: 95%;
}

/* ===================================
    Header
====================================== */

header{
    position: relative;
    width: 100%;
    z-index: 999;
}

.top-banner{
    margin-top: 31px;
}

.aboutBTN{
    margin-top: 42px;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #23262d;
    font-weight: bold;
    text-align: center;
    padding: 1.9rem 2.0rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.navbar-simple .navbar-nav .nav-link:hover {
    color: #6ad225;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

/*nav line*/
.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #6ad225;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 38px;
    padding: 6px;
    margin-left: .5rem;
    margin-top: .4rem;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #23262d;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.banner-icons a i{
    margin: 0 2px 0 0;
    margin-bottom: 5px;
    font-size: 31px;
    padding: 7px;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #6ad225;
    border: 2px solid transparent;
}
.banner-icons a i:hover{
    border: 2px solid #000;
    background-color: #6ad225;
    color: #000;
}

/* ===================================
        Side Menu
====================================== */

.side-menu {
    width: 25%;
    position: fixed;
    right: 0;
    top: 0;
    background: whitesmoke ;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    right: -50px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #23262d;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 2rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    height: 80%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 600ms;
    -o-transition: all 0.8s ease 600ms;
    transition: all 0.8s ease 600ms;
    -webkit-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    transform: translateZ(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #23262d;
    font-size: 20px;
    position: relative;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 0 10px 0 !important;
    font-family: Montserrat, sans-serif;
}

.side-nav .navbar-nav .nav-link:hover,
.side-nav .navbar-nav .nav-link:focus {
    color: #6ad225;
    
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #6ad225;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
    
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.logo-side-menu{
    width: 31%;
    margin-bottom: 24px;
}

.side-menu p{
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}
.banner-icons a i{
    margin: 0 2px 0 0;
    margin-bottom: 5px;
    font-size: 31px;
    padding: 7px;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #6ad225;
    border: 2px solid transparent;
}
.banner-icons a i:hover{
    border: 2px solid #000;
    background-color: #6ad225;
    color: #000;
}
.bluesky-text-hvr:hover {
    
    color: #2684FF; /* Exemple de couleur bleue pour correspondre à la marque Bluesky */
    text-decoration: underline;
}

.social-icons-simple li a {
    margin: 0 2px 0 0;
    margin-bottom: 13px;
    font-size: 31px;
    padding: 13px;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #000;
    border: 2px solid transparent;
    /* display: block;
    font-size: 24px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease; */
}

.social-icons-simple li a:hover{
    border: 2px solid #6ad225;
    background-color: whitesmoke;
    color: #6ad225 !important;
    /* background-color:#6ad225;
    color: #23262d !important; */
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: whitesmoke;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Fixed nav scroll
====================================== */
.fixed-nav-on-scroll{
    background-color: #6ad225;
    position: fixed;
    top: 0;
    z-index: 111;
    width: 120px;
    animation: 1s fadeInLeft;
    display: inline-block;
    margin: 0;
    height: 120px;
    border-radius: 0 0 120px 0;
    transition: .5s ease;
    cursor: pointer;
}

.fixed-nav-on-scroll .menu_bars span {
    background: #23262d;
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    position: relative;
    top: 20%;
    left: -10%;
}

.fixed-nav-appear{
    display: block;
}

.menu_bars, .menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}

.menu_bars span {
    background: #23262d;
    width: 30px;
    height: 3px;
    display: block;
}

.menu_bars2 {
    height: 36px;
    position: absolute;
}

.menu_bars2 span {
    background: #23262d;
    width: 30px;
    height: 3px;
    display: block;
}

.transparent-bg .menu_bars span, .menu-outer.menu_bars span {
    background: whitesmoke;
}

.transparent-bg.black .menu_bars span, .just-menu .menu_bars span {
    background: #212622;
}

.menu_bars, .menu_bars span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.menu_bars span:nth-child(1) {
    width: 30px;
}

.menu_bars span:nth-child(2) {
    width: 30px;
    margin: 5px auto;
}

.menu_bars span:nth-child(3) {
    width: 30px;
}

.menu_bars:hover span:nth-child(2) {
    width: 30px;
}

.menu_bars2 span:nth-child(2) {
    display: none;
}

.menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
    width: 30px;
    top: 20px;
    position: absolute;
    left: 5px;
    margin-top: -1px;
}

.menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars2.active {
    position: fixed;
    top: 1.9rem;
    left: 1.5rem;
}

.logo-wrapper {
    position: relative;
    width: 100%;
    height: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper img {
    border: 2px solid #eb8c26;
    width: 310px; /* logo plus grand */
    max-width: 64%;
    opacity: 0;
    animation: logoCinematic 2.2s cubic-bezier(.22,1,.36,1) forwards;
}

/* Animation spectaculaire */
@keyframes logoCinematic {

    0% {
        transform: translateX(-200px) scale(1.6) rotate(-12deg);
        opacity: 0;
    }

    50% {
        transform: translateX(20px) scale(1.1) rotate(4deg);
        opacity: 1;
    }

    75% {
        transform: translateX(-10px) scale(1.02) rotate(-2deg);
    }

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.polit_conf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: #6ad225;
    padding: 25px 20px;
}

.m-image2 {
    position: relative;
    display: inline-block;
}

.m-image2::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translate(-50%, 10px);
    background: #6ad225;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.m-image2:hover::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

body {
    padding-top: 13px; /* hauteur du header */
    overflow-x: hidden;
}

.btn.btnMore{
    margin-top: 242px;
}

.quarter-circle {
    background-color: #6ad225;
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 120px;
    animation: 1s fadeInLeft;
    display: inline-block;
    margin: 0;
    height: 120px;
    border-radius: 0 0 120px 0;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Banner Section
====================================== */

.banner {
    width: 100%;
    margin: 0;
}

.slider-area{    
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                      url("../img/imgMountain42.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    width: 100%;
    min-height: 100vh; /* plein écran */
    
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.slider-area h4 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
}

.slider-area h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;;
}

.slider-area .btn.btn-expand {
   padding: 10px 30px;
   position: relative;
   z-index: 1;
    color: #f5f5f5;
}

.slider-area .btn.btn-expand span{
   top: 0;
   left: 0;
    width: 35%;
    height:100%;
   z-index:-1;
    border-radius: 50px;
    background: #cee002;
    position:absolute;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
}

.slider-area .btn.btn-expand:hover {
    color: #23262d;
}

.slider-area .btn.btn-expand:hover span  {
   width:100%!important;
}

/* ===================================
    About Section
====================================== */

.about {
    position: relative;
}

.about .main-title {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}

.about .main-title h5 {
    font-weight: 300;
    color: whitesmoke;
    opacity: 0.7;
    font-size: 16px;
    margin-bottom: 1.1rem;
    font-family: "Montserrat", sans-serif;
}

.about .main-title h2 {
    font-weight: 500;
    color: #23262d;
    font-size: 42px;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.about .main-title p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 20px;
    color: #23262d;
    font-weight: 600;
    
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.about .about-img-small {
    margin-left: 30px;
}

.about ul li {
    font-size: 18px;
    display: flex;
    color: #23262d;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.about ul li:before{
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #6ad225;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
}

/* Image Curl Effect */
figure.about-image {
    color: whitesmoke;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #23262d;
    text-align: center;
}

figure.about-image * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.about-image img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.about-image > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.about-image > div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

figure.about-image .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, whitesmoke, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .4s ease;
}

figure.about-image .curl:before,
figure.about-image .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
    transform: skew(-10deg) rotate(-6deg);
}

figure.about-image .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.about-image:hover > div::before,
figure.about-image.hover > div::before {
    opacity: 1;
}

figure.about-image:hover .curl,
figure.about-image.hover .curl {
    width: 100px;
    height: 100px;
}

/* ===================================
    About Boxes Section
====================================== */

.about-boxes .about-box {
    transition: .5s linear;
    text-align: left;
    background: #181a1f;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 70px 30px;
    max-width: 350px;
    color: whitesmoke;
}

.about-boxes .about-box-green {
    transition: .5s linear;
    text-align: left;
    background: #6ad225;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 70px 30px;
    max-width: 350px;
    color: #181a1f;
}

.about-boxes .about-box h5 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
}

.about-boxes .about-box p {
    font-size: 16px;
    font-weight: 500;
   
}

.about-boxes .about-box i {
    font-size: 30px;
    position: relative;
    transition: .5s ease;
}

.about-boxes .about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
} 

.about-media {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .3s ease-out;
    z-index: 0;
}

.about-media::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 0px));
    width: 100%;
    height: 100%;
    background: #6ad225;
    transition: transform .25s ease-out;
}

.about-box:hover i {
    color: #6ad225;
    transition: .5s ease;
}

.about-media:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
}

.about-media-green {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .3s ease-out;
    z-index: 0;
}

.about-media-green::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 0px));
    width: 100%;
    height: 100%;
    background: #181a1f;
    transition: transform .25s ease-out;
}

.about-box-green:hover i {
    color: #181a1f;
    transition: .5s ease;
}



.about-boxes .mt-25px {
    margin-top: 25px;
}

.about-boxes .mb-15px {
    margin-bottom: 15px;
}

.about-boxes .heading {
    margin-bottom: 100px;
}

/* ===================================
   Founder Section
====================================== */

.team-founder-card{
    border: 2px solid #6ad225;
    margin-bottom:42px;
    background:#202020;
    border-radius:13px;
    position:relative;
    overflow:hidden;
    text-align:center;
    will-change:transform;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
    transition:transform .3s ease, box-shadow .3s ease;
}

/* Bordure dessinée au chargement */

.border-draw{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
pointer-events:none;
z-index:2;
}

.border-draw rect{
fill:none;
stroke:#6ad225;
stroke-width:2;
stroke-dasharray:400;
stroke-dashoffset:400;
animation:drawBorder 2.2s ease forwards;
}

@keyframes drawBorder{
to{
stroke-dashoffset:0;
}
}

/* Halo lumineux */

.team-founder-card::before{
content:"";
position:absolute;
inset:0;
background:radial-gradient(
circle 200px at var(--x,50%) var(--y,50%),
rgba(106,210,37,0.15),
transparent 60%
);
opacity:0;
transition:opacity .3s ease;
pointer-events:none;
}

.team-founder-card:hover::before{
opacity:1;
}

/* Image */

.founder-photo{
width:100%;
object-fit:cover;
}

/* Contenu */

.founder-content{
padding:40px;
color:whitesmoke;
position:relative;
z-index:3;
}

.founder-content h3{
font-size:28px;
margin-bottom:5px;
}

.founder-content h5{
margin-bottom:20px;
font-weight:500;
}

.founder-intro{
font-size:17px;
margin-bottom:15px;
}

.founder-text{
opacity:.85;
margin-bottom:20px;
}

/* Skills animation */

.founder-skills{
list-style:none;
padding:0;
margin-bottom:25px;
}

.founder-skills li{
margin-bottom:8px;
opacity:0;
transform:translateX(-30px);
animation:slideInLeft .6s ease forwards;
}

.founder-skills li:nth-child(1){animation-delay:.4s;}
.founder-skills li:nth-child(2){animation-delay:.7s;}
.founder-skills li:nth-child(3){animation-delay:1s;}

@keyframes slideInLeft{
to{
opacity:1;
transform:translateX(0);
}
}

/* Buttons */

.founder-actions{
margin-bottom:20px;
}

.founder-actions .btn{
margin:5px;
}

/* Social */

.team-social{
display:flex;
justify-content:center;
gap:24px;
list-style:none;
padding:0;
margin-top:24px;
margin-bottom:-13px;
}

.team-social li{
opacity:0;
transform:translateY(20px);
animation:socialUp .6s ease forwards;
}

.team-social li:nth-child(1){animation-delay:1.2s;}
.team-social li:nth-child(2){animation-delay:1.4s;}
.team-social li:nth-child(3){animation-delay:1.6s;}

@keyframes socialUp{
to{
opacity:1;
transform:translateY(0);
}
}

.team-social a{
font-size:22px;
color:whitesmoke;
transition:.3s ease;
}

.team-social a:hover{
color:#6ad225;
transform:translateY(-3px);
}

/* ===================================
   Work Section – Carousel Version
====================================== */

.work-carousel {
    background: #f5f5f5;
    padding: 100px 0;
}

.work-image {
    border-radius: 13px;
    box-shadow: 0 10px 31px rgba(0,0,0,0.15);
}

.work-text {
    padding: 30px 40px;
}

.work-text h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.work-text p {
    color: #6c757d;
    margin-bottom: 20px;
}

.badge {
    background: #f5f5f5;
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 8px;
    font-size: 0.75rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #6ad225;
    border-radius: 50%;
    padding: 15px;
}

/* .btn-green {
    background-color: #6ad225;
    color: whitesmoke;
    border: none;
}

.btn-green:hover {
    background-color: #59b81e;
    color: whitesmoke;
} */

.btn-green {
    background-color: #6ad225;
    color: #202020;
    border: 2px solid #202020;
}

.btn-green2{
    background-color: #6ad225;
    color: #202020;
    border: 2px solid #6ad225; 
}

.btn-green2:hover {
    background-color: #202020;
    color: #6ad225;
    border: 2px solid #6ad225;
}

.btn-outline-green {
    background: whitesmoke;
    border: 2px solid #6ad225;
    color: #6ad225;
}

.btn-outline-green:hover {
    background: #6ad225;
    border: 2px solid #202020;
    color: #202020;
}

.btn-outline-light{
    background: #202020;
    color: whitesmoke;
    border: 2px solid whitesmoke;
}

.btn-outline-light:hover{
    background: whitesmoke;
    color: #202020;
    border: 2px solid whitesmoke;
}

.custom-indicators {
  bottom: -40px;
}

.custom-indicators button {
  width: 60px;
  height: 4px;
  background-color: #ccc;
  border: none;
  margin: 0 6px;
  border-radius: 2px;
}

.custom-indicators .active {
  background-color: #6ad225;
}

/* ===================================
    Counter Section
====================================== */

.counter {
    background-color: #6ad225;
}

.counter-content h3 , .counter-content h3 span {
    font-family: Montserrat ,sans-serif;
    font-weight: 500    ;
    font-size: 30px;
    color: #23262d;
    line-height: 1.5;
}

.counter-content p {
    color: #23262d;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    width: 95%;
}

.counter-content .underline{
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 3px;
    background-color: whitesmoke;
}

.parallax-box:hover i, .parallax-box:hover h2 {
    color: whitesmoke;
    cursor: pointer;
    transition: .5s ease;
}

.parallax-box i{
    font-size: 42px;
    transition: .5s ease;
}

.parallax-box h2{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
    transition: .5s ease;
    font-family: Montserrat ,sans-serif;
}

.parallax-box h5{
    font-weight: normal;
    font-size: 16px;
    color: #23262d;
    opacity: .7;
    font-family: 'Source Sans Pro', sans-serif;
}

/* ===================================
   Review / Testimonial Section
====================================== */

/* -------------------------
   Global container
------------------------- */

.testimonial {
  background: #000;
  padding: 80px 0;
}

.testimonial .item {
  max-width: 800px;
  margin: auto;
}

.testimonial {
  text-align: center;
}

/* -------------------------
   Testimonial text
------------------------- */

.testimonial .description p,
.testimonial .paragraph {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.7;
}

/* -------------------------
   Author / title
------------------------- */

.testimonial-tittle h4 {
  font-size: 21px;
  font-weight: normal;
}

.testimonial-tittle span {
  font-size: 18px;
  font-weight: normal;
  opacity: 0.7;
}

/* -------------------------
   Avatar
------------------------- */

.testimonial .testimonial-img {
  margin: 30px 0;
}

.testimonial .testimonial-img img {
  max-width: 90px;
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.4));
}

/* =========================
   Premium dots (Owl Carousel)
========================= */

.testimonial .owl-dots {
  margin-top: 42px;
  text-align: center;
}

.testimonial .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: rgba(106, 210, 37, 0.42);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.testimonial .owl-dots button.owl-dot:hover {
  background: rgba(106, 210, 37, 0.6);
}

.testimonial .owl-dots button.owl-dot.active {
  width: 24px;
  background: #6ad225;
  border-radius: 20px;
}

/* ===================================
    Pricing Section
====================================== */

.pricing .price-item-dark {
    padding: 5rem 0 2.5rem 0;
    background: #23262d;

}

.pricing .price-item {
    padding: 5rem 0 2.5rem 0;
    background: #6ad225;

}



.pricing .price_header_text{
    font-size: 24px;
    font-weight: 500;
    display: block;
    font-family: 'Montserrat' , sans-serif;
}

.pricing .price_header_content {
    font-size: 16px;
    padding: 20px;
    opacity: .7;
    line-height: 1.4;
    font-weight: normal;
    font-family: 'Source Sans Pro' , sans-serif;
}

.pricing .actual_price{
    text-align: center;
    font-size: 62px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 30px 0;
    transition: .5s ease;
    font-family: 'Montserrat' , sans-serif;
}

.pricing .actual_price .dollar {
    font-size: 24px;
    padding-right: 10px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.pricing .actual_price .small_font{
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.pricing .price-list{
    list-style: none;
    padding-left: 0;
}

.pricing .price-list li{
    padding: 5px;
    text-align: center;
    font-size: 16px;
    opacity: .7;
    font-weight: normal;
    font-family: 'Source Sans Pro' , sans-serif;
}

.pricing .btn-margin{
    margin: 10px 0;
}

.pricing .padding-bottom {
    padding-bottom: 7.5rem;
}

.pricing .price-item .actual_price, .pricing .price-item .price_header_text, .pricing .price-item .price-list, .pricing .price-item .price_header_content{
    color: #23262d;
}

.pricing .price-item-dark .actual_price, .pricing .price-item-dark .price_header_text, .pricing .price-item-dark .price-list, .pricing .price-item-dark .price_header_content{
    color: whitesmoke;
}

.pricing .underline {
    display: inline;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pricing .underline:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    width: 0;
    bottom: -5px;
    background: whitesmoke;
    height: 4px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.pricing .price-item:hover .actual_price {
    color: #23262d;
    transition: .5s ease;
}

.pricing .price-item-dark:hover .actual_price {
    color: #6ad225;
    transition: .5s ease;
}

.pricing .price-item:hover .underline:after,
.pricing .price-item:focus .underline:after,
.pricing .price-item:active.underline:after {
    left: 0;
    right: auto;
    width: 100%;
}

/* ===================================
    Blog Section
====================================== */

.blog h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.blog p {
    font-size: 18px;
    opacity: .7;
    padding: 30px 0 35px 0;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.blog a:hover{
    color: #6ad225 !important;
    text-decoration: underline !important;
}

.blog .left-text {
    margin-bottom: 40px;
}

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

.blog .right-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* ===================================
    Google Map Section
====================================== */

/* ===== Carte optimisée au clic ===== */

.map-container{
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}

.map-placeholder{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

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

.map-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1b1b1b;
    color: #6ad225;
    border: 2px solid #6ad225;
    padding: 14px 22px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.map-button:hover{
    background: #6ad225;
    color: #111;
}

.map-container iframe{
    width: 100%;
    height: 560px;
    border: 0;
    display: block;
}

.contact-info p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.contact .sub-heading {
    font-size: 20px;
    margin-bottom: 13px;
}

/* ===================================
Contact Section (Optimisé)
====================================== */

.contact-form {
max-width: 750px;
margin: 0 auto;
text-align: center;
}

/* Champs */
.contact-form .form-control {
width: 100%;
border: none;
border-bottom: 2px solid rgba(106, 210, 37, 0.4);
padding: 14px 0 8px;
background: transparent;
border-radius: 0;
box-shadow: none;
color: #f5f5f5;
font-size: 22px;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}

/* Textarea */
.contact-form textarea.form-control {
min-height: 160px;
resize: none;
padding-top: 22px;
}

/* Groupe */
.contact-form .form-group {
margin-bottom: 2rem;
}

/* Hover */
.contact-form .form-control:hover {
border-bottom-color: rgba(106, 210, 37, 0.7);
}

/* Focus */
.contact-form .form-control:focus {
outline: none;
border-bottom-color: #6ad225;
box-shadow: 0 5px 15px rgba(106, 210, 37, 0.15);
}

/* ===================================
Floating Labels
====================================== */

/* ===== Désactivation du floating ===== */

.floating {
    display: flex;
    flex-direction: column;
}

/* Label en dessous */
.floating label {
    position: static;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* On supprime les animations flottantes */
.floating input:focus + label,
.floating textarea:focus + label,
.floating input:valid + label,
.floating textarea:valid + label {
    top: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* ===================================
Fix UX divers
====================================== */

/* Supprime les styles par défaut moches */
.contact-form .form-control:focus-visible {
outline: none;
}

/* Améliore le rendu mobile */
@media (max-width: 768px) {
.contact-form .form-control {
font-size: 16px;
}
}


/* ===================================
   Social Sharing Blog Section
====================================== */



.social-share {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-link img {
    width: 40px;
    height: 40px;
    transition: filter 0.3s ease;
}

.social-link:hover img {
    filter: drop-shadow(0 0 2px #6ad225);
}


/* ===================================
   Rating Blog Section
====================================== */

.rating-image img {
    width: 100%; /* Ajuste la largeur de l'image à 100% de son conteneur */
    height: auto; /* Conserve les proportions de l'image */
    max-width: 500px; /* Largeur maximale pour s'assurer que l'image ne dépasse pas une certaine taille */
    display: block; /* Assure que l'image est traitée comme un bloc */
    margin: 0 auto; /* Centre l'image horizontalement */
}

/* =========================
   COOKIE CONSENT BANNER
========================= */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: whitesmoke;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(106, 210, 37, 0.12);
    z-index: 1000;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Animation fermeture */
.cookie-consent-banner.hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.cookie-consent-content {
    max-width: 800px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Petit cookie décoratif ultra léger */
.cookie-consent-content::before {
    content: "🍪";
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 8px;
}

.cookie-consent-logo {
    width: 24%;
    max-width: 180px;
    height: auto;
    margin-bottom: 13px;
    display: block;
}

.cookie-consent-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.cookie-consent-content a {
    color: #1e3a5f;
    font-weight: 600;
    text-decoration: underline;
}

.cookie-consent-content a:hover {
    color: #6ad225;
}

.cookie-consent-buttons {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-consent-button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.cookie-consent-button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

#acceptCookies {
    background-color: #6ad225;
    color: white;
}

#declineCookies {
    background-color: #f44336;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-consent-banner {
        padding: 16px 14px;
    }

    .cookie-consent-logo {
        width: 38%;
        max-width: 130px;
    }

    .cookie-consent-content::before {
        font-size: 1.7rem;
        margin-bottom: 6px;
    }

    .cookie-consent-content p {
        font-size: 0.95rem;
    }

    .cookie-consent-button {
        width: 100%;
        max-width: 220px;
    }

    .cookie-consent-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}


/* ===================================
   Footer Section
====================================== */

/* Footer Styles */
.footer {
    background-color: #6ad225;
    color: whitesmoke;
    padding: 60px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer-logo {
    max-width: 142px;
    display: block;
    margin: 0 auto;
}

.footer .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer-logo {
        margin: 0; /* aligné à gauche sur desktop */
    }
}

.footer .row {
    display: flex;
    align-items: center; /* ← aligne toutes les colonnes */
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: whitesmoke;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: whitesmoke;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #202020;
    font-weight: 600;
}

.footer-logo {
    max-width: 142px;
    margin-bottom: 20px;
}

.footer-social ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.footer-social ul li {
    margin: 0 10px;
}

.footer-social ul li a {
    color: whitesmoke;
    font-size: 24px;
    transition: color 0.3s ease;
}

.footer-social ul li a:hover {
    color: #202020;
    font-weight: 600;
}

.footerIcon{
  color: #202020;  
}

.text-green {
    color: #6ad225;
}

/* Sub-footer Styles */
.sub-footer {
    background-color: #202020;
    color: whitesmoke;
    padding: 20px 0;
    font-size: 14px;
}

.sub-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.sub-footer-text {
    margin: 0;
    font-weight: 300;
}

/* Animation Styles */
.wow {
    visibility: hidden;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* ===================================
   Loader
====================================== */

.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color:whitesmoke;
}

.pinkBg {
    background-color: #f1c30f!important;
    background-image: linear-gradient(90deg, #6ad225, #6ad225);
}

.intro-banner-vdo-play-btn{
    height: 60px;
    width: 60px;
    position :absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    z-index: 1
}

.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}

.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 50%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
}

@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 3px;
    border-radius: 50%;
    color: #23262d;
    background-color: #6ad225;
    z-index: 4;
    width: 42px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #23262d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.go-top:hover {
    color: #6ad225;
    transition: .5s ease;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
    transition: .5s ease;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    font-size: 22px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.standalone-area .sub-heading{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .heading{
    margin: 15px 0;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
}

.standalone-area .stand-img-des .para_text{
    text-align: left;
    font-size: 18px;
    margin: 0 auto;
    font-family: 'Roboto' , sans-serif;
}

.page-title{
    background:url("../img/imgMountain.avif");
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:whitesmoke;
    font-weight:bold;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size: 64px;
    text-transform:none;
    font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:whitesmoke;
    font-size:20px;
    font-weight: 500;
    text-transform:none;
    font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:whitesmoke;
    font-size: 16px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:whitesmoke;
    font-weight: 500;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #6ad225;
}

.page-breadcrumb li a:hover{
    color: whitesmoke;
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1600px) and (min-width: 1366px) {
    .side-menu {
        width: 30%;
    }
    .sidemenu_btn {
        right: -20px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 0;
    }
    .side-menu p {
        
        font-size: 16px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .counter-content h3, .counter-content h3 span {
        font-size: 28px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .sidemenu_btn {
        right: -15px;
    }
    .side-menu {
        width: 40%;
    }
}

@media screen and (max-width: 1199px) {
    .team-sec h1, .team-sec .h1 {
        font-size: 3.56rem;
    }
    .team-sec h2 {
        font-size: 2.45rem;
    }
    .team-sec h3 {
        font-size: 1.65rem;
    }
    .team-sec h4 {
        font-size: 1.15rem;
    }
    .team-sec h5 {
        font-size: 1rem;
    }
    .team-sec .team-classic-content {
        padding: 59px 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .heading-area .heading {
        font-size: 36px;
    }
    /* Navbar */
    .banner-icons{
        display: none;
    }
    .logo-center{
        position: relative;
        left: 136%
    }

    

    /* Side Menu */
    .sidemenu_btn {
        right: -15px;
    }
    .side-menu {
        width: 60%;
    }

    /* Banner */
    .slider-area h4 {
        font-size: 26px;
    }

    /* About */
    .about .about-img-small {
        margin: 60px 0 0 0;
    }
    .about-boxes {
        padding: 0;
    }

    .about-boxes .heading {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* Team */
    .team-sec h1, .team-sec .h1 {
        font-size: 2.95rem;
    }
    .team-sec h2 {
        font-size: 2.3rem;
    }
    .team-sec h3 {
        font-size: 1.4rem;
    }
    .team-sec h4 {
        font-size: 1.125rem;
    }

    /* Counter */
    .counter-content span {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        font-size: 26px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 22px;
    }

    /* Review */
    .testimonial .h1, .testimonial h1 {font-size: 58px;}
    .testimonial .h3, .testimonial h3 {font-size: 32px;}

    /* Pricing */
    .pricing .heading-area .heading {
        font-size: 34px;
    }
    .pricing .heading-area .sub-heading {
        font-size: 16px;
    }
    .pricing .padding-bottom {
        padding-bottom: 5.5rem;
    }
    .pricing .price-margin {
        margin: 50px 0;
    }
    .pricing .price-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Blog */
    .blog {
        text-align: center;
    }
    .blog h2 {
        text-align: center;
    }
    .blog .blog-img {
        width: 100%;
        margin-top: 80px;
    }
    .blog .right-text {
        justify-content: center;
        text-align: center!important;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .para_text {
        font-size: 22px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

/* Footer */

@media only screen and (max-width: 942px) {
    .footer-social ul {
        flex-direction: column; /* Change la direction en colonne pour les petits écrans */
        align-items: center; /* Centre les éléments horizontalement */
    }

    .footer-social ul li {
        margin-bottom: 10px; /* Ajoute un espace entre les éléments de la liste */
    }
}

@media screen and (max-width: 767px) {

    body {
        text-align: center;
        overflow-x: hidden;
    }
    section {
        padding: 6rem 0;
    }

    .logoHome{
        max-width: 70% !important;
       height: auto !important; 
    }

    .about-boxes .heading {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .heading-area .sub-heading {
        font-size: 16px;
    }
    .heading-area .heading {
        font-size: 31px;
    }
    .btn.btn-medium {
        font-size: 12px;
    }
    .btn.btn-large {
        font-size: 14px;
    }

    /* Navbar */
    .banner-icons {
        display: none;
    }
    .logo-center {
        display: block;
        position: relative;
        left: 13%;
        top: -54%;
    }
    .sidemenu_btn {
        right: 0;
        top: 10px;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .quarter-circle {
        display: block;
    }
    .side-menu p {
        font-size: 14px;
    }

    /* Fix Nav */
    .fixed-nav-on-scroll {
        height: 80px;
        width: 80px;
    }
    .fixed-nav-on-scroll .fixed-icon-scroll {
        top: 0;
    }
    .menu_bars span:nth-child(2) {
        margin: 3px auto;
    }
    .menu_bars span:nth-child(1),.menu_bars span:nth-child(2),.menu_bars span:nth-child(3) {
        width: 25px;
    }
    .quarter-circle {
        width: 80px;
        height: 80px;
    }
    .menu_bars2.active {
        position: fixed;
        top: 1rem;
        left: .8rem;
    }

    /* Banner Section */
    .slider-area h4 {
        font-size: 16px;
    }
    .slider-area h2 {
        font-size: 40px;
    }

    /* About */
    .about .main-title h5 {
        font-size: 14px;
    }
    .about .main-title h2 {
        font-size: 26px;
    }
    .about .main-title p {
        font-size: 15px;
    }
    .about ul li {
        font-size: 15px;
    }
    .about .about-img-small {
        margin: 60px auto auto auto;
    }
    .about-boxes .about-box p {
        font-size: 15px;
    }

    /* Team */
    .team-sec {
        text-align: center;
    }
    .team-sec h1, .team-sec .h1 {
        font-size: 2.65rem;
    }
    .team-sec h2, .team-sec .main-title.style-two h2 {
        font-size: 2.2rem;
    }
    .team-sec h3 {
        font-size: 1.375rem;
    }
    .team-sec h4 {
        font-size: 1.115rem;
    }
    .team-sec p {
        font-size: 14px;
    }
    .team-sec .main-title {
        margin-bottom: 2.5rem;
    }
    .team-sec .main-title h2 {
        margin-bottom: 1.2rem;
    }

    /* Portfolio */
    .cbp-l-filters-button {
        margin: 20px 0 20px 0;
    }
    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
        visibility: hidden;
    }
    .cbp-popup-lightbox .cbp-popup-prev {
        visibility: hidden!important;
    }
    .cbp-popup-lightbox .cbp-popup-next {
        visibility: hidden!important;
    }

    /* Counter */
    .counter-content .underline {
        margin: 20px auto;
    }
    .counter-content span, .counter-content p {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        margin-top: 10px;
    }
    .parallax-box {
        padding: 40px 0;
    }

    /* Review */
    .testimonial  {text-align: center;}
    .testimonial .h1, .testimonial h1 {font-size: 36px;}
    .testimonial .h2, .testimonial h2 {font-size: 36px;}
    .testimonial .h3, .testimonial h3 {font-size: 24px;}
    .testimonial p {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonial .paragraph {
        font-size: 14px;
    }

    /* Pricing */
    .pricing  {
        text-align: center;
    }
    .pricing .padding-bottom {
        padding-bottom: 4.5rem;
    }
    .pricing .heading-area .sub-heading {
        font-size: 14px;
    }
    .pricing .heading-area .heading {
        font-size: 26px;
    }
    .pricing .heading-area .text {
        font-size: 14px;
    }
    .pricing .btn.btn-medium {
        font-size: 14px;
    }
    .pricing .price-margin {
        margin: 50px 0;
    }

    /* Blog */
    .blog .blog-img {
        width: 100%;
        margin-top: 80px;
    }
    .blog .right-text {
        justify-content: center;
        text-align: center!important;
    }

    /* Google Map */
    .mapouter {
        margin-top: 80px;
        margin-right: 42px !important;
        border: 4px solid #6ad225 !important;
    }
    .contact .sub-heading {
        font-size: 14px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 36px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {

    body {
        text-align: center;
        overflow-x: hidden;
    }
    .heading-area .heading {
        font-size: 24px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 4px 0;
    }

    /* Banner */
    .slider-area h4 {
        font-size: 14px;
    }
    .slider-area h2 {
        font-size: 54px;
    }

    /* About */
    .about .main-title h2 {
        font-size: 24px;
    }
    .about-boxes {
        padding: 0;
    }

    /* Team */
    .team-sec .main-title h5 {
        line-height: 1;
        margin-bottom: 1rem;
    }

    /* Review */
    .testimonial .h1, .testimonial h1 {
        font-size: 30px;
    }

    /* Pricing */
    .pricing .heading-area .heading {
        font-size: 24px;
    }

    /* Blog */
    .blog h2 {
        text-align: center;
        font-size: 26px;
    }
}


