@charset "UTF-8";
/*style scss*/
/*Mixin*/
/* Reset */
html{
    scroll-behavior:smooth;
}


body {
    font-family: Google Sans, Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    overflow-x: hidden;
}

h1 {
    font-size: 3.3rem;
}
h1 small {
    display: block;
    font-size: 0.5em;
    letter-spacing: 0;
    line-height:1.2!important;
}
h2 small { color: white;
    display: block;
    font-size: 0.7em ;
    line-height:1.2!important;
}
@media (max-width: 992px) {
    h1 {
        font-size: 35px;
    }
    h1 small {
        display: block;
        font-size: 1.2rem;
        line-height:1.2!important;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: 35px;
}
@media (max-width: 992px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 22px;
}
@media (max-width: 992px) {
    h3 {
        font-size: 18px;
    }
}

p {
    font-size: 18px;
    font-weight: 300;
    color: #111111;
}
@media (max-width: 992px) {
    p {
        font-size: 14px;
    }
}
.rounded-max {
    border-radius: 60px;
}
.btn {
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    border: 1px solid transparent;
}
@media (max-width: 992px) {
    .btn {
        font-size: 14px;
        padding: 10px 25px;
    }
}
@media (max-width: 567px) {
    .btn {
        width: 100%;
    }
}

img {
    border-radius: 10px;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin-left: 1.2rem;
}

ul li i {
    font-size: 1.5em;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #181515;
}

.form-control {
    background: #F9F9F9;
    border-color: transparent;
}

.m-100 {
    margin: 100px 0 !important;
}
@media (max-width: 567px) {
    .m-100 {
        margin: 25px 0 !important;
    }
}

.mb-100 {
    margin-bottom: 100px;
}
@media (max-width: 992px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}
@media (max-width: 567px) {
    .mb-100 {
        margin-bottom: 25px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}
@media (max-width: 567px) {
    .mb-50 {
        margin-bottom: 25px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}
@media (min-width: 992px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}
@media (min-width: 567px) {
    .pb-100 {
        padding-bottom: 25px;
    }
}

.badge {
    color: #181515;
    font-weight: 500;
    font-size: 14px;
}

.text-left {
    text-align: left !important;
}

/*Attribut*/
.bg-grey {
    background: #F9F9F9;
}

.bg-blue {
    background: #E2F2FF;
}

.bg-yellow {
    background: #FFF1C2;
}

.bg-green {
    background: #63DFB3;
}

.bg-black {
    background: black;
    color: #ffffff !important;
}

.text-green {
    color: #198754;
}

.bold {
    font-weight: 600;
}

.btn-primary {
    background: #181515;
    color: #ffffff;
}
.btn-primary.little {
    text-transform: initial;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
}
@media (max-width: 567px) {
    .btn-primary.little {
        width: auto;
    }
}
.btn-primary.white {
    background: #ffffff;
    color: #181515;
}
.btn-primary.white:hover {
    background: #181515;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-primary.yellow {
    background: #FDFFC2;
    color: #181515;
}
.btn-primary.yellow:hover {
    background: #198754;
    color: #ffffff;
}
.btn-primary:hover {
    background: #198754;
}

.btn-secondary {
    background: #198754;
}
.btn-secondary:hover {
    background: #181515;
    border-color: #ffffff;
    color: #ffffff;
}

.navbar-nav-gdn {
    background-color: transparent !important;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.5s ease, top 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
}
@media (max-width: 992px) {
    .navbar-nav-gdn {
        padding: 0!important;
    }
}
.navbar-nav-gdn.nav-home {
    position: absolute;
}

@media (max-width: 992px) {
    .navbar-nav-gdn.nav-home {
        position: sticky;
    }
}

.language-select-wrapper {
    position: relative;
    display: inline-block;
}
.language-select-wrapper.open .language-select-trigger {
    color: #181515;
    border: 1px solid #181515;
}

.custom-select-wrapper{
    display: flex;
    align-items: center;
}

.custom-select-wrapper-mobile{
    position: relative;
}



.custom-select-wrapper-mobile::after {
    content: "▼";
    font-size: 12px;
    color: #e0e0e0;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.mobile-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px 25px 4px 10px;
    font-size: 12px;
    background-color: white;
    border: 1px solid #198754;
    border-radius: 30px;
}

/* Style du select natif masqué */
.native-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Style du select personnalisé */
.custom-select {
    position: relative;
    width: 100%;
}

.select-trigger {
    width: 100%;
    padding: 4px 25px 4px 10px;
    font-size: 12px;
    background-color: white;
    border: 1px solid #198754;
    border-radius: 30px;
    color: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
}

.select-trigger::after {
    content: "▼";
    font-size: 12px;
    color: #e0e0e0;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.select-trigger.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.select-trigger:hover {
    border-color: #000000;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
}

.custom-options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-options .option {
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    color: #000000;
    display: block;
    width: 100%;
    border: none;
    background: white;
    font-size: 16px;
}

.custom-options .option:hover {
    background-color: #FFF1C2;
    color: #000000;
}

.custom-options .option.selected {
    background-color: #FFF1C2;
    color: #000000;
}


.navbar-nav-gdn.fixed {
    position: fixed;
    top: 0;
    transform: translateY(-600%);
    opacity: 1;
}
.navbar-nav-gdn.fixed .nav-gdn {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-nav-gdn.visible {
    transform: translateY(0);
}

.nav-gdn {
    width: 100%;
    top: 15px;
    padding: 5px 25px;
    background: #ffffff;
    color: #181515;
    position: relative;
    border-radius: 30px;
}
@media (max-width: 992px) {
    .nav-gdn {
        padding: 5px 10px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 25px;
        top: 0;
    }
}
@media (min-width: 992px) {
    .nav-gdn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .nav-gdn_list {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .navbar-nav-gdn{
        padding: 0!important;
        position: sticky;
        top: 0;
    }
    .navbar-nav-gdn .container{
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .nav-gdn_list {
        padding-top: 25px;
    }
}
@media (max-width: 992px) {
    .nav-gdn .btn-talk {
        position: absolute;
        top: 27px;
        left: 55%;
        transform: translate(-80%, -50%);
    }
}
@media (max-width: 375px) {
    .nav-gdn .btn-talk {
        transform: translate(-50%, -50%);
    }
}
.nav-gdn .navbar-toggler {
    position: absolute;
    top: 7px;
    right: 10px;
}
.nav-gdn .navbar-brand {
    font-size: 34px;
    font-weight: bold;
}
.nav-gdn .navbar-brand img {
    height: 45px;
}
@media (max-width: 992px) {
    .nav-gdn .navbar-brand img {
        height: 35px;
    }
}
.nav-gdn .navbar-nav {
    gap: 20px;
}
@media (max-width: 1200px) {
    .nav-gdn .navbar-nav {
        gap: 10px;
    }
}
.nav-gdn .navbar-nav li.dropdown {
    position: initial;
}
.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin-left: 0;
}
@media (max-width: 992px) {
    .nav-gdn .navbar-nav li.dropdown .dropdown-menu_content {
        flex-direction: column;
    }
}
.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu {
    display: flex;
    justify-content: flex-start;
    gap: 10%;
    flex: 1 1 0;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu {
        flex-direction: column;
        padding-top: 0;
    }
}
@media (max-width: 992px) {
    .nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu-img {
        display: none;
    }
}
.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu h4 {
    font-size:1.3em;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu h4 a {
    color: #333333;
    text-decoration: none;
}
@media (max-width: 767px) {
    .nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu h4 .h4_border {
        flex: 1 1 0;
        height: 1px;
        background: #777777;
    }
}
.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu ul li
{
    list-style-type: none;
    margin-left: 0;

    margin-bottom: 5px;

}



.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu ul li a {
    padding-bottom: 10px;
    font-size: 16px;
    color: #181515;
    text-decoration: none;
}
.nav-gdn .navbar-nav li.dropdown .dropdown-menu_content .sous-menu ul li a:hover {
    color: #198754;
}
@media (max-width: 992px) {
    .nav-gdn .navbar-nav {
        display: flex;
        justify-content: center;
    }
    .nav-gdn .navbar-nav li.dropdown {
        position: initial !important;
    }
}
@media (max-width: 992px) and (max-width: 992px) {
    .nav-gdn .navbar-nav li:last-child {
        margin-bottom: 25px;
    }
}
@media (max-width: 992px) {
    .nav-gdn .navbar-nav li a {
        text-align: left;
    }
}
.nav-gdn .navbar-nav .nav-link {
    color: #181515;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .nav-gdn .navbar-nav .nav-link {
        font-size: 12px;
    }
}
.nav-gdn .navbar-nav .nav-link:hover, .nav-gdn .navbar-nav .nav-link.show {
    color: #198754;
}
.nav-gdn .navbar-nav .nav-link:hover.dropdown-toggle:after, .nav-gdn .navbar-nav .nav-link.show.dropdown-toggle:after {
    transform: rotate(-90deg);
}
.nav-gdn .navbar-nav .nav-link.dropdown-toggle:after {
    vertical-align: 3px;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .nav-gdn .right-nav {
        width: 100%;
        justify-content: center;
        margin-bottom: 50px;
    }
}

@media all and (min-width: 992px) {
    .navbar-nav-gdn.navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background: none;
        border: none;
        cursor: not-allowed;
        pointer-events: none;
        padding-top: 20px;
        transition: 0.5s;
    }
    .navbar-nav .nav-item:hover .dropdown-menu {
        opacity: 1;
        cursor: pointer;
        pointer-events: initial;
        top: initial;
        margin-top: 0;
        padding-top: 30px;
    }
}
.gdn-green-bar-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #04c14b;
    height: 1px;
    margin-bottom: 0px;
}

.gdn-green-bar-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #04c14b;
    height: 2px;
    margin-bottom: 0px;
}

/* Header*/
header {
    background: #181515;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 150px 0 30px 0;
}
@media (max-width: 992px) {
    header {
        height: auto;
        padding: 100px 0 100px 0;
        top: -53px;
    }
}
@media (max-width: 567px) {
    header {
        padding: 80px 0 50px 0;
    }
}
header .bloc-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;
}
@media (max-width: 992px) {
    header .bloc-text {
        gap: 0;
    }
}
header .bloc-text h1 {
    color: #ffffff;
}
header .bloc-text p {
    color: #ffffff;
    line-height: 2rem;
    font-size: 20px;
}
@media (max-width: 992px) {
    header .bloc-text p {
        font-size: 16px;
    }
}
@media (max-width: 567px) {
    header .bloc-text .btn-header {
        flex-direction: column;
    }
}
header .header-animation {
    width: 1280px;
    height: 1280px;
    left: -877px;
    top: 452px;
    border-radius: 1280px;
    opacity: 0.7;
    background: var(--vert, #339947);
    filter: blur(250px);
    position: absolute;
    transition: 1s;
}
header:hover .header-animation {
    left: 75%;
}
@media (max-width: 992px) {
    header .header-animation {
        width: 1280px;
        height: 1280px;
        left: -877px;
        top: 152px;
        border-radius: 1280px;
        opacity: 0.7;
        background: var(--vert, #228553);
        filter: blur(250px);
        position: absolute;
        transition: 1s;
    }
}
header.use_case {
    background-color: #F3F8FF;
    background-image: url("../img/bg-use-case.svg");
}
header.use_case h1 {
    color: #181515;
}
header.use_case p {
    color: grey;
    font-size: 20px;
}

.header-page-int {
    position: relative;
    overflow: hidden;
    border-radius:10px;
    background: none;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    border: solid 1px #198754;
    padding: 25px;
    margin: 50px 0;
}

.header-page-int .bg_green_animation {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: var(--vert, #339947);

    filter: blur(250px);
    transition: 1s;
    left: 75%;


}
.header-page-int:hover .bg_green_animation {
    left: 70%;
    opacity: 0.9;
    transition: 1s;
}


@media (max-width: 567px) {
    .header-page-int {
        margin: 25px 0;
    }
}
.header-page-int p {
    padding: 5px 0 0 0;
    width: 100%;
}
@media (max-width: 992px) {
    .header-page-int p {
        width: 100%;
    }
}

.Illusration-hero img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 1400px) {
    .Illusration-hero img {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .Illusration-hero img {
        height: 220px;
    }
}

@media (max-width: 992px) {
    .Illusration-hero img {
        height: 220px;
    }
}



/*Section Home*/
.parallax-left-fixed {
    background: #ffffff;
    border-radius: 10px;
}
.parallax-left-fixed_content {
    padding: 25% 15%;
    position: sticky;
    top: 0;
}
@media (max-width: 992px) {
    .parallax-left-fixed_content {
        padding: 100px 25px;
    }
}
@media (max-width: 567px) {
    .parallax-left-fixed_content {
        padding: 50px 15px 0px 15px;
    }
}
.parallax-left-fixed_content h2, .parallax-left-fixed_content p {
    text-align: center;
}
.parallax-left-fixed_list {
    padding: 10%;
}
@media (max-width: 992px) {
    .parallax-left-fixed_list {
        padding: 25px;
    }
}
.parallax-left-fixed_list img {
    margin-bottom: 15px;
    width: 100%;
}

.parallax-right-fixed_content {
    padding: 25% 0 25% 50px;
}
@media (max-width: 767px) {
    .parallax-right-fixed_content {
        padding: 5% 25px;
    }
}
.parallax-right-fixed_list {
    padding: 50px 50px 0 0;
    position: sticky;
    top: 0;
    height: auto;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .parallax-right-fixed_list {
        height: auto;
        position: initial;
    }
}
@media (max-width: 767px) {
    .parallax-right-fixed_list {
        padding: 10px 25px;
    }
}
.parallax-right-fixed_list_content {
    border-radius: 10px;
    padding: 25px;
}
.parallax-right-fixed_list ul li {
    margin-bottom: 5px;
    color: #777777;
}

.parallax-card-white {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
@media (max-width: 992px) {
    .parallax-card-white {
        padding: 50px 0;
        gap: 0;
    }
}
@media (max-width: 567px) {
    .parallax-card-white {
        padding: 30px 0;
    }
}
.parallax-card-white_bloc-content {
    margin: 0;
    padding: 25px 25px;
    border-radius: 10px;
    position: sticky;
    top: 15%;
}
@media (max-width: 992px) {
    .parallax-card-white_bloc-content {
        margin: 25px 0;
        position: initial;
        top: 0;
    }
}
@media (max-width: 567px) {
    .parallax-card-white_bloc-content {
        margin: 20px 0;
    }
}
.parallax-card-white_bloc-content img {
    width: 100%;
}
@media (max-width: 992px) {
    .parallax-card-white_bloc-content img {
        margin-bottom: 15px;
    }
}

.section-our-process {
    background: #ffffff;
    padding: 50px 0;
}
@media (max-width: 576px) {
    .section-our-process {
        padding: 50px 0;
    }
}
.section-our-process h2 {
    text-align: center;
    margin-bottom: 50px;
}

.card-gdn {
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
}
.card-gdn .see-more {
    color: #181515;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: 0.5s;
}
.card-gdn .see-more_icon {
    margin-left: 10px;
}
.card-gdn:hover {
    background: #F9F9F9;
}
.card-gdn:hover .see-more {
    color: #198754;
    padding-left: 15px;
    gap: 15px;
}
.card-gdn-img img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.card-gdn.card-blog h3 {
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .card-gdn.card-blog h3 {
        height: 45px;
    }
}

.card-gdn.card-blog p, .card-gdn-img p {
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .card-gdn.card-blog p, .card-gdn-img p {
        height: 60px;
    }
}

.date_publication {
    color: #777777;
}

.section-best-fit {
    background: #F9F9F9;
    padding: 100px 0 0 0;
}
@media (max-width: 992px) {
    .section-best-fit {
        padding: 50px 0;
    }
}
@media (max-width: 567px) {
    .section-best-fit {
        padding: 50px 0;
    }
}
.section-best-fit h2 {
    text-align: center;
    margin-bottom: 50px;
}
.section-best-fit_content {
    background: #ffffff;
    border-radius: 10px;
    padding: 75px 50px;
}
@media (max-width: 992px) {
    .section-best-fit_content {
        padding: 15px;
    }
}
.section-best-fit_content_list {
    display: flex;
    transition: 0.5s;
    margin-bottom: 50px;
}
.section-best-fit_content_list:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .section-best-fit_content_list {
        flex-direction: column;
    }
}
.section-best-fit_content_list_left, .section-best-fit_content_list_right {
    padding: 25px;
    width: 50%;
    border-radius: 10px;
}
@media (max-width: 992px) {
    .section-best-fit_content_list_left, .section-best-fit_content_list_right {
        width: 100%;
    }
}
.section-best-fit_content_list_left {
    margin-left: 0;
    margin-right: 25px;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .section-best-fit_content_list_left {
        margin: 0;
    }
}
.section-best-fit_content_list_right {
    margin-left: 25px;
    margin-right: 0;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .section-best-fit_content_list_right {
        margin: 0;
    }
}
.section-best-fit_content_list_arrow {
    position: relative;
}
.section-best-fit_content_list_arrow i {
    position: absolute;
    left: 0;
    transition: 0.5s;
}
.section-best-fit_content_list:hover .section-best-fit_content_list_left {
    margin-left: 25px;
    margin-right: 0;
}
.section-best-fit_content_list:hover .section-best-fit_content_list_right {
    margin-left: 0;
    margin-right: 25px;
}
.section-best-fit_content_list:hover .section-best-fit_content_list_arrow i {
    left: 95%;
}

/*Footer*/
footer {
    background: #181515;
    padding: 100px 0;
    color: white;
    position: relative;
    overflow: hidden;
}
@media (max-width: 992px) {
    footer {
        padding: 100px 25px;
    }
}
@media (max-width: 575px) {
    footer {
        margin-top: 50px;
        padding: 50px 25px;
    }
}
footer .footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 35px;
}
@media (max-width: 992px) {
    footer .footer {
        flex-direction: column;
    }
}
footer .footer a {
    text-decoration: none;
    color: #ffffff;
}
footer .footer_coord {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
@media (max-width: 992px) {
    footer .footer_coord {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
footer .footer_coord .logo {
    font-size: 44px;
    font-weight: 600;
}
footer .footer-menu {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex: 1 1 0;
}
@media (max-width: 992px) {
    footer .footer-menu {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    footer .footer-menu {
        flex-direction: column;
    }
}
footer .footer-menu_list h4 {
    font-size: 16px;
    color: #777777;
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .footer-menu_list .h4_border {
    flex: 1 1 0;
    height: 1px;
    background: #777777;
}
@media (max-width: 767px) {
    footer .footer-menu_list {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    footer .footer-menu_list:last-child {
        border-bottom: none;
    }
}
footer .footer-animation {
    width: 1280px;
    height: 1280px;
    bottom: -200%;
    left: 10%;
    border-radius: 1280px;
    opacity: 0.7;
    background: var(--vert, #339947);
    filter: blur(250px);
    position: absolute;
    z-index: 0;
    transition: 1s;
}
footer ul li a {
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 14px;
}
footer ul li a:hover {
    color: #198754;
}

/* contact*/
.section-contact {
    padding: 10px 0;
    background: #F9F9F9;
}
@media (max-width: 767px) {
    .section-contact {
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .section-contact_tabs {
        display: flex;
        flex-direction: column;
    }
}
.section-contact_tabs .nav-item .nav-link {
    padding: 15px 35px;
    color: #181515;
}
@media (max-width: 575px) {
    .section-contact_tabs .nav-item .nav-link {
        width: 100%;
        border-radius: 5px;
    }
}
.section-contact_tabs .nav-item .nav-link.active, .section-contact_tabs .nav-item .nav-link:hover {
    color: #ffffff;
    background: black;
}

.tab-contact-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 0 10px 10px 0;
}
.tab-contact-content  .tab-pane {
    position: relative;
    overflow: hidden;
    border-radius:10px;
}

.tab-contact-content  .tab-pane {
    padding-top: 15px;
}

.tab-contact-content  .tab-pane .session_calendar_animation {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: var(--vert, #339947);
    filter: blur(250px);
    transition: 1s;
    left: 75%;


}
.tab-contact-content .tab-pane:hover .session_calendar_animation {
    left: 55%;
    opacity: 0.5;
    transition: 1s;
}

@media (max-width: 575px) {
    .tab-contact-content {
        padding: 15px;
    }
}
.tab-contact-content .tab-pane .tab-bloc-texte, .tab-contact-content .tab-pane .tab-bloc-form {
    padding: 25px;
    height: 100%;
}

.tab-bloc-form{
    position: relative;
}

.alert-form-success{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
    background: white;
}

.tab-contact-content .tab-pane .tab-bloc-texte {
    background: #F9F9F9;
    border-radius: 10px;
}

.tab-others_list {
    display: flex;
    align-items: center;
    padding: 25px;
    gap: 15px;
    border: solid 1px #F9F9F9;
    border-radius: 10px;
    color: #777777;
    background: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    margin-bottom: 15px;
}
.tab-others_list-icon {
    width: 74px;
    height: 74px;
    font-size: 36px;
    background: #F9F9F9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.tab-others_list-content a {
    color: #777777;
    text-decoration: none;
}
.tab-others_list:hover {
    color: #181515;
    background: #F9F9F9;
}
.tab-others_list:hover .tab-others_list-icon {
    background: #181515;
    color: #ffffff;
}

/*Section use case*/
.section-use-case {
    background: #ffffff;
    padding: 100px 0;
}
@media (max-width: 1400px) {
    .section-use-case {
        padding: 50px 0;
    }
}
.section-use-case_list {
    position: relative;
}
.section-use-case_list-bloc {
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}
.section-use-case_list-bloc:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .section-use-case_list-bloc {
        margin-bottom: 200px;
    }
}
@media (max-width: 992px) {
    .section-use-case_list-bloc {
        padding: 25px;
    }
}
@media (min-height: 840px) and (min-width: 1200px) {
    .section-use-case_list-bloc {
        position: sticky;
        top: 50px;
    }
}
.section-use-case_list-bloc.bg-color {
    background: #F9F9F9;
}
.section-use-case_list-bloc img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #F9F9F9;
}
.section-use-case_list-bloc p {
    color: #181515;
}
@media (max-width: 992px) {
    .section-use-case_list-bloc .btn {
        width: 100%;
        font-size: 12px;
    }
}
.section-use-case_list-bloc-list {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.section-use-case_list-bloc-list.yellow {
    background: #FFF1C2;
}
.section-use-case_list-bloc-list.green-pastel {
    background: #E2FFE7;
}

/* Blog */
.card-white {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
}

.breadcrumb-gdn {
    background-color: #F3F8FF;
    background-image: url("../img/bg-breadcrumb-1.png"), url("../img/bg-breadcrumb-2.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    border-radius: 10px;
    padding: 25px;
    margin: 50px 0;
}
@media (max-width: 992px) {
    .breadcrumb-gdn {
        margin: 25px 0;
    }
}
@media (max-width: 767px) {
    .breadcrumb-gdn {
        margin: 20px 0;
    }
}

.breadcrumb-gdn li a {
    color: #181515;
}

/* about us*/
.about-ous_img {
    top: 25px !important;
}
@media (max-width: 767px) {
    .about-ous_img {
        top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 25px;
    }
}

/*Pricing*/
.list-pricing {
    background: #ffffff;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.15);
    padding: 35px 25px;
    color: #181515;
    border: 1px solid transparent;
    border-top: 10px solid #003839;
    border-radius: 10px;
    height: 100%;
    transition: 0.5s;
}
.list-pricing.medium {
    border-top: 10px solid #63DFB3;
}
.list-pricing.hight {
    border-top: 10px solid #B8FD00;
}
.list-pricing:hover {
    border: 1px solid #198754;
    border-top: 10px solid #198754;
}
.list-pricing p {
    margin: 25px 0;
    font-weight: 400;
    color: #181515;
}
.list-pricing ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 35px;
}
.list-pricing ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
}
.list-pricing ul li::before {
    content: "✓"; /* Ajoute un contenu vide pour l'icône */
    position: absolute;
    left: 0;
    top: -4px;
    width: 20px;
    height: 20px;
    font-size: 18px;
}
.list-pricing .btn {
    background: #B8FD00;
    color: #1E3839;
    font-size: 15px;
}

/*Our process*/
.our-process_content h2, .sprints_content h2 {
    text-align: left;
}
.our-process_content ul, .sprints_content ul {
    padding-left: 15px;
}
.our-process_content ul li, .sprints_content ul li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}
.our-process_content ul li.active, .sprints_content ul li.active {
    text-decoration: underline;
}
.our-process_content ul li a, .sprints_content ul li a {
    text-decoration: none;
    color: #181515;
}
.our-process_content ul li:hover, .our-process_content ul li.active, .sprints_content ul li:hover, .sprints_content ul li.active {
    color: #198754;
}
.our-process_content ul li:hover a, .our-process_content ul li.active a, .sprints_content ul li:hover a, .sprints_content ul li.active a {
    color: #198754;
}

#projects_list_index {
    max-height: 70vh; overflow-y: auto; padding-left: 0px;
}

@media (max-width: 992px) {
    #projects_list_index {
        max-height: none; overflow-y: visible;
    }
}

.our-process_list, .sprints_list {
    padding: 25px;
    border-radius: 10px;
}

/* Switch */
.toggle-switch {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toggle-switch .option {
    cursor: pointer;
    color: #777777;
    font-size: 16px;
    transition: color 0.3s;
}

.toggle-switch .option.active {
    color: #198754;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

input:checked + .slider {
    background-color: #198754;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/*eshop*/
.price-per-month-year {
    font-size: 12px;
    color: #198754;
}

.price-per-month {
    font-size: 35px;
    font-weight: 600;
    color: #198754;

}

.price-per-year, .price-devise, .price-per-month_no-year {
    font-size: 35px;
    color: #198754;
    font-weight: 600;
}

.price-per-month.active {
    color: #198754; /* Couleur verte */
    text-decoration: none;
}

.price-per-year.hidden, .price-per-month.hidden {
    display: none;
}

.label-price {
    font-size: 18px;
    color: #777777;
}

/*FAQ*/
.faq .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
}
.faq .accordion-item .accordion-button {
    background: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #181515;
    padding: 15px;
}
.faq .accordion-item .accordion-button:focus, .faq .accordion-item .accordion-button:hover {
    outline: none;
    box-shadow: none;
    color: #198754;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
    color: #198754;
}

.btn-green {
    background: #B8FD00;
    color: #1E3839;
    font-size: 15px;
}


.logo_client {
    overflow: hidden;
    background: #ffffff;
    padding: 45px 0;
}
.logo_client .marquee {
    display: inline-flex;
    animation: defilement 30s linear infinite;
}
.logo_client_list {
    display: flex;
    gap: 40px;
    margin: 0 40px 0 0;
    padding: 0;
    list-style: none;
}
.logo_client_list .content_logo {
    flex: 0 0 auto;
    padding: 15px;
    background: #F9F9F9;
    border-radius: 5px;
}
.logo_client_list .content_logo img {
    height: 100px;
    max-width: 150px;
    object-fit: contain;
}

@keyframes defilement {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.burger-btn {
    width: 30px;
    height: 20px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border: none;
    box-shadow: none;
    background: none;
}

.burger-btn span{
    height: 2px;
    background: #181515;
    width: 100%;
    position: relative;
    transform: rotate(0deg);
    transition: 0.2s;
}

.burger-btn.btn-active span:first-child{
    position: absolute;
    transform: rotate(40deg);
    top: 12px;
    left: 0;
}


.burger-btn.btn-active span:last-child{
    position: absolute;
    transform: rotate(-40deg);
    top: 12px;
    left: 0;
}

.nav-mobile{
    background: #ffffff;
    position: absolute;
    top: 55px;
    left: -1200px;
    width: 100%;
    height: calc(100vh - 55px);
    overflow-y:auto ;
    padding: 25px;
    transition: 0.3s;
}

.nav-mobile h4 {
    font-size: 1em;
}


.nav-mobile.active{
    left: 0;
}


.nav-mobile .navbar-nav .nav-item,.nav-mobile .navbar-nav .accordion{
    margin-left: 0!important;
}

.nav-mobile .navbar-nav > li{
    border-bottom: 1px solid #f1f1f1;
}

.nav-mobile .navbar-nav .accordion .accordion-item{
    border: none;
}

.nav-mobile .navbar-nav .accordion .accordion-button{
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #181515;
    font-weight: 500;
}

/*.nav-mobile .navbar-nav .accordion .accordion-item .accordion-body{*/
/*    border: 1px solid #f1f1f1;*/
/*}*/

.nav-mobile .navbar-nav .accordion .accordion-button:not(.collapsed), .nav-mobile .navbar-nav .accordion .accordion-button:focus{
    background: none;
    box-shadow: none;
    outline: none;
    color: #339947;
    text-decoration: none;
}

.nav-mobile .footer-menu_list ul li a{
   text-decoration: none;
    color: #181515;

}
.fa-icon-green {
    text-shadow:2px 2px 4px #28ea90;"

}
/*# sourceMappingURL=style.css.map */
