/*
Theme Name:     piu
Theme URI:
Description:    piu theme
Author:         Piu
Version:        0.0.1
*/

@import url('assets/css/switzer.css');





/* Fonts */

:root {
    --default-font: 'Switzer-Regular';
    --default-font-title: 'Switzer-Semibold';

}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --white: #ffffff;
    --black: #072829;
    --black-1: #10224A;
    --dark-blue: #071431;
    --orange: #EE7049;
    --blue: #2C4F9E;
    --blue-2: #2E9195;
    --blue-3: #B8F9FD;
    --blue-4: #D2D9F8;
    --blue-5:#223F80;
    --blue-6:#3DB9BE;
    --grey-light: rgba(7, 20, 49, 0.5);

    --light-footer: #F9F0E8;
}



:root {
    --primary-color: #6B7280;
    --dark-gray: #4B5563;
    --light-gray: #E5E7EB;
    --text-dark: #1F2937;
}



/* Piu css */
body {
    color: var(--dark-blue);
    background-color: var(--background-color);
    font-family: var(--default-font);
    font-size: 1rem;
}


.piu-red {
    color: var(--red);
}

.piu-grey {
    color: var(--grey-light);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font-title);
}

h1,
.h1 {
    font-size: 3rem;
}

h2,
h3 {
    font-size: 2rem;
    font-weight: 300;
}

@media (max-width:991.98px) {

    h1,
    .h1 {
        font-size: 2.5rem !important;
    }

    h2,
    h3 {
        font-size: 1.8rem !important;
    }
}

@media (max-width:575.98px) {

    h1,
    .h1 {
        font-size: 2rem !important;
    }

    h2,
    h3 {
        font-size: 1.5rem !important;
    }

}




p {
    margin-bottom: 1.75rem;
}


.piu-p-7 {
    padding: 4rem 0;
}


.piu-mt-7 {
    margin-top: 4rem;
}

.piu-pb-7 {
    padding-bottom: 4rem;
}

.piu-pt-7 {
    padding-top: 4rem;
}

@media screen and (min-width:1200px) {
    .piu-p-7 {
        padding: 7rem 0;
    }


    .piu-mt-7 {
        margin-top: 7rem;
    }

    .piu-pb-7 {
        padding-bottom: 7rem;
    }

    .piu-pt-7 {
        padding-top: 7rem;
    }

    .piu-pt-s {
        padding-top: 12rem;
    }

    h1,
    .h1 {
        font-size: 4rem;
    }


    h2,
    h3 {
        font-size: 3rem;
        font-weight: 300;
    }
}

@media screen and (min-width:1400px) {

    h1,
    .h1 {
        font-size: 4.5rem;
    }
}



a {
    text-decoration: none;
    text-transform: none;
    color: inherit;
}

/*** venet header ***/

header .custom-logo {
    max-width: 200px;
    height: auto !important;
}








/* Navigation */
.navbar {
    padding: 1.5rem 0;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-dark) !important;
}

.nav-link {
    color: var(--text-dark) !important;
    margin: 0 1rem;
}

.btn-contact {
    background-color: var(--blue);
    color: white;
    border-radius: 25px;
    padding: 0.75rem 2rem;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;


}

.btn-contact:hover {
    background-color: var(--orange);
    color: white;
}

/* global */

.piu-c-blue {
    color: var(--blue);
}




.default-section {
    padding: 8rem 0;
}

@media (max-width:991.78px){
    .default-section {
    padding: 5rem 0;
}
}



/* Hero Section */
.hero-section {
    padding: 4rem 0 2rem;
    position: relative;
    margin-bottom: 0;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-content p {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
}


.btn-primary-custom .icon svg {
    width: 24px;
    height: 24px;
}


.btn-primary-custom {
    background-color: var(--blue);
    color: white;
    border-radius: 25px;
    padding: 0.75rem 2rem;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    /* espace entre l’icône et le texte */
    text-decoration: none;
}

.btn-primary-custom:hover {
    background-color: var(--orange);
    color: white;
}

.hero-image-wrapper {
    position: relative;
    z-index: 3;
}

.hero-image img {
    border-radius: 30px;
    min-height: 400px;
    object-fit: cover;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-bottom: -200px;
    border-radius: 35px;
}

.hero-content p {
    color: var(--black-1);
}

span.icon-stars {
    position: absolute;
    bottom: -56px;
    z-index: 5;
    left: 30%;
}

@media (min-width:576px) and (max-width: 991.98px) {
    span.icon-stars {
        bottom: -107px;
        right: 20px;
        left: auto;
    }

    .hero-content {
        position: relative;
    }
}

@media (max-width:575.98px) {
    span.icon-stars {
        display: none;
    }

}

/* Stats Section */
.stats-section {
    background-color: var(--blue-3);
    padding: 6rem 0 8rem;
    margin: 0;
    position: relative;
    z-index: 2;
    padding-top: 270px;
}

@media (max-width:991.98px) {
    .stats-section {
        padding-bottom: 5rem;
    }

}


.stats-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: left;
}

.stats-section h2 span {
    color: var(--blue-2);
}

.stat-item {
    text-align: left;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    height: 100%;


}

.stat-body {
    min-height: 200px;

}

.stat-item {
    position: relative;
}

/* Bordure verticale à droite de chaque item sauf le dernier */
.col-stat-item:not(:last-child) .stat-item::after {
    content: '';
    position: absolute;
    right: -0.75rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--blue-2);
    /* Ajuste la couleur selon tes besoins */
    transform: translateX(50%);
}

/* Responsive : masquer les bordures sur mobile après chaque 2ème élément */
@media (max-width: 1199.98px) {
    .col-stat-item:not(:last-child) .stat-item::after {
        display: none;
    }

    .col-stat-item:nth-child(odd) .stat-item::after {
        content: '';
        display: block;
        position: absolute;
        right: -0.75rem;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: var(--blue-2);
        transform: translateX(50%);
    }

    /* Masquer la bordure du dernier item si impair */
    .col-stat-item:last-child .stat-item::after {
        display: none;
    }
}



.stat-number {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.stat-number span {
    font-size: 1.5rem;
    display: flex;
    line-height: normal;
}

.stat-description {
    color: var(--primary-color);
    line-height: 1.5;
    margin-bottom: 0;
}


@media (max-width: 575.98px) {
    .col-stat-item:not(:last-child) .stat-item::after {
        display: block;
        left: 0;
        right: auto;
        top: auto;
        bottom: -0.75rem;
        width: 100%;
        height: 1px;

        transform: none;
    }

    .stat-number {
        font-size: 1.75rem;

    }

    .stat-number span {
        font-size: 1.5rem;

    }

    .stat-description {
        margin-top: 1rem;
    }

    .stat-body {
        min-height: auto;
    }

}

/* Services Section */
.services-section {
    padding: 9rem 0 0;
    overflow: visible;
    position: relative;
    z-index: 1;
    margin-top: -60px;
}

.services-section .intro {
    color: var(--blue-4);
    font-size: 1.375rem;
}



.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 333px;
    /* S'arrête 253px avant la fin de la section */
    background-color: var(--blue-5);
    z-index: -1;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.services-section .sub-s {
    background-color: transparent;
    padding: 2rem 0;
    overflow: hidden;
}

.services-section .form-label {
    color: var(--orange);
}

.search-presta {
    border-radius: 32px;
}

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

    .search-presta {
        border-radius: 15px;
    }
}

.sub-s-2 {
    margin-bottom: -253px;
    padding-bottom: 253px;
    position: relative;
    overflow: visible;
}

.services-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.services-section h2 span {
    color: var(--blue-2);
}

.services-section p {
    color: var(--primary-color);
    margin-bottom: 3rem;
}

.search-box {
    background-color: white;
    border: 1px solid var(--light-gray);
    border-radius: 30px;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
}

.services-slider {
    margin-left: auto;
    padding-left: 15px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.swiper {
   /* overflow: visible !important;*/
}

.swiper-slide {
    width: 320px;
    height: auto;
}

.services-slider .swiper-slide {
    height: auto;
    min-width: 320px;
}

.service-card {
    background-color: white;
    border: 1px solid var(--light-gray);
    border-radius: 15px;
    padding: 1.5rem;
    height: auto;
    position: relative;
    padding-bottom: 200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.service-card-header {
    margin-bottom: 0.5rem;
}



.service-card-icon {

    position: absolute;
    top: 1rem;
    right: 1rem;
}

.service-card-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.2rem!important;
    font-weight: 600;
    margin: 0;
    flex: 1;
    width: calc(100% - 56px);
}

.service-title-icon {
    width: 24px;
    height: 24px;
    background-color: var(--light-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-gray);
    font-size: 0.8rem;
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.service-card ul li {
    padding: 0;
    color: var(--blue);
    font-size: 0.875rem;
    line-height: 1.2rem;
    list-style: none;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.service-card-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.service-card-image img {
    object-fit: cover;
    height: 100%;
}

/* Value Proposition Section */
.value-section {
    background-color: white;
    padding-top: 280px;
    margin-top: 0;
    position: relative;
    z-index: 0;
}

.value-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: var(--black-1);
}

.value-section h2 span {
    color: var(--blue);
}

.value-section p {
    color: var(--black-1);
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.value-badges {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}

.badge-custom {
    background-color: white;
    border: 1px solid var(--blue);
    border-radius: 30px;
    padding: 0.75rem 1.5rem;
    color: var(--blue);
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;

}

@media (max-width:991px) {

    .badge-custom {
        min-width: 150px
    }

    .value-badges {
        align-items: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .value-badges > :nth-child(5) {
  grid-column: 1 / -1;
}

    .value-badges div:last-of-type a{
        width: 100%;
        justify-content: center;
    }
}

.badge-custom i {
    font-size: 1rem;
}

.value-cta {
    background-color: var(--orange);
    color: white;
    border-radius: 30px;
    padding: 0.75rem 1.75rem;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.value-cta:hover {
    background-color: var(--black-1);
    color: white;
}



.value-image {
    border-radius: 32px;
    height: 100%;
    max-height: 340px;
    position: relative;
    overflow: hidden;
}

.value-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* slide client */

.clients-logos-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    overflow: hidden;
}

.clients-logos-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.clients-logos-section .section-title h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.clients-logos-section .section-title p {
    font-size: 1.1rem;
    color: #666;
}

.clients-logos-slider,.partenaires-logos-slider {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.clients-logos-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 272px;
}

.clients-logos-slider .client-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

}

/*.clients-logos-slider .client-logo:hover {
    transform: translateY(-5px);
}*/

.clients-logos-slider .client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* Navigation buttons */
.clients-logos-slider .swiper-button-next,
.clients-logos-slider .swiper-button-prev,.partenaires-logos-slider .swiper-button-next,
.partenaires-logos-slider .swiper-button-prev,.services-slider-fullwidth  .swiper-button-next,.services-slider-fullwidth  .swiper-button-prev{
    color: #4a6fa5;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.clients-logos-slider .swiper-button-next:after,
.clients-logos-slider .swiper-button-prev:after,.partenaires-logos-slider .swiper-button-next:after,
.partenaires-logos-slider .swiper-button-prev:after,.services-slider-fullwidth  .swiper-button-next:after,.services-slider-fullwidth  .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.clients-logos-slider .swiper-button-next:hover,
.clients-logos-slider .swiper-button-prev:hover,.partenaires-logos-slider .swiper-button-next:hover,
.partenaires-logos-slider .swiper-button-prev:hover,.services-slider-fullwidth  .swiper-button-next:hover,.services-slider-fullwidth  .swiper-button-prev:hover {
    background: #4a6fa5;
    color: white;
}

/* Pagination */
.clients-logos-slider .swiper-pagination {
    bottom: -5px;
}

.clients-logos-slider .swiper-pagination-bullet {
    background: #4a6fa5;
    opacity: 0.3;
}

.clients-logos-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
    .clients-logos-slider .swiper-slide {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .clients-logos-section .section-title h2 {
        font-size: 2rem;
    }

    .clients-logos-slider .swiper-slide {
        height: 200px;
    }

    .clients-logos-slider .swiper-button-next,
    .clients-logos-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .clients-logos-slider .swiper-button-next:after,
    .clients-logos-slider .swiper-button-prev:after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .clients-logos-section .section-title h2 {
        font-size: 1.5rem;
    }

    .clients-logos-slider .swiper-slide {
        height: 150px;
    }
}

/* end slide /
       

        /* Recrutement Section */
.recrutement-section {
    padding: 8rem 0;
    background-color: var(--blue-5);
}

.recrutement-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.recrutement-section h2 span {
    color: var(--blue-2);
}

.recrutement-section>.container>.row .intro {
    color: var(--blue-4);
    margin-bottom: 3rem;
    font-size: 1.375rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 0;
}

.benefit-card {
    background-color: white;
    border-radius: 32px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.benefit-card-icon {
    padding: 2rem 1.5rem;

    display: flex;
    align-items: start;
    justify-content: start;
    padding-bottom: 3rem;
    flex: 1 0 0;

}



.benefit-card p {
    margin: 0;
    color: white;
    font-size: 0.95rem;
    line-height: 1.5;
    background-color: var(--black-1);
    width: 100%;
    margin-bottom: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 2rem 1.5rem;
    min-height: 110px;



}

.recrutement-cta-wrapper {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border-radius: 32px;
    padding: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width:575.98px) {
    .recrutement-cta-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0.5rem;
    }

    .recrutement-cta-text {
        font-weight: 600;
    }

}

.recrutement-cta-text {
    padding: 0 1.5rem;
    color: var(--dark-blue);
    font-size: 1rem;
    font-weight: 500;
}



.recrutement-image {
    height: 100%;
    text-align: center;
}

.recrutement-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 32px;

}

@media (max-width: 991px) {



    .recrutement-image img {
        object-fit: cover;
        border-radius: 32px;
        height: auto;
        width: auto;
        margin: auto;

    }

    .benefits-grid {
        gap: 1rem
    }

}

@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

}


/* section close home */
.s-close .h4 {
    list-style: none;
    padding-left: 0;
    font-size: 3.5rem;
    color: var(--dark-blue);
}



.s-close p {
    margin-top: 2rem;
    font-size: 2.8rem;
    color: var(--blue);
    line-height: 3.2rem;
}


@media (max-width:991.98px) {
    .s-close .h4 {
        font-size: 2.5rem;
    }

    .s-close p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

}

@media (max-width:575.98px) {
    .s-close .h4 {
        font-size: 1.8rem;
    }

    .s-close p {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

}



/* Footer */
.footer {
    padding: 0 0 1.5rem;
}

@media (max-width:991.98px) {
    .footer .custom-logo {
        max-width: 200px;
    }
}


.footer h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer ul li a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
}

.footer ul li a:hover {
    color: var(--orange);
}

.footer-2 .single-footer-part,
.footer-2 .menu-menu-footer-container,
.footer-2 .menu {
    height: 100%;
}

footer address {
    color: var(--blue);
    font-weight: 500;
}


.company-values {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
}

.company-values h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

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

.company-values ul li {
    padding: 0.3rem 0;
    color: var(--primary-color);
}






/** footer **/

.footer-cta-btn {

    position: relative;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    border: solid 1px var(--menu-hover-color);
    text-decoration: none;
    background-color: var(--menu-hover-color);
    color: #fff;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    letter-spacing: 0.02em;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    min-width: 335px;
    text-align: center;

}
@media  (max-width: 360px) {
    .footer-cta-btn{
        max-width: 100%;
        text-align: center;
    }
    
}

.footer-cta-btn:hover {
    background-color: var(--blue);
    color: white;
    border-color: var(--blue);
}


/** end footer **/



/** about page **/

.about-section {
    background-color: var(--blue-5);
    padding: 6rem 0 8rem;
    margin: 0;
    position: relative;
    z-index: 2;
    padding-top: calc(8rem + 170px);
    padding-bottom: calc(8rem + 60px);
}

@media (max-width:991.78px){
    .about-section {
        padding-top: calc(5rem + 170px);
    padding-bottom: calc(5rem + 60px);
    }
}

.about-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: left;
    color: white;
}

.about-section .intro {
    color: var(--blue-4);
    font-size: 1.375rem;
}

.about-section p {
    color: var(--primary-color);
    margin-bottom: 3rem;
}

.about-section .img-1,.about-section .img-2{
    max-height: 350px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 32px;
}

@media (max-width:991.98px) {
   /* .about-section .img-2{
                text-align: center;
        display: block;
        margin-top: 2rem;
    }*/
}

.about-value-section{
    padding: 8rem 0;
    overflow: visible;
    position: relative;
    z-index: 3;
    margin-top: -60px;
    background-color: var(--blue-3);
}

@media (max-width:991.98px) {
   .about-value-section{
    padding: 5rem 0;
    
}
}


.about-value-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: left;
}

.about-value-section h2 span {
    color: var(--blue-2);
}

.about-value-section .stat-body{
min-height: auto;
}

.team-section{
    background-color: var(--blue-5);
    margin-top:-60px;
    padding-top: calc(8rem + 60px);
    /*padding-bottom: 8rem;*/
}

.partenaires-logos-section{
    padding-top: 8rem;
}

@media (max-width:991.98px){
    .team-section,.partenaires-logos-section{
   
    padding-top: calc(5rem + 60px);
}
}

.team-section h2{
font-size: 3.5rem;
color: white;
}

.team-section h2 span{
    color: var(--blue-2);
}


.team-section .intro {
    color: var(--blue-4);
    margin-bottom: 3rem;
    font-size: 1.375rem;
}


.team-section .badge-custom{
background-color: transparent;
color: white;
border-color: white;
}

@media (max-width:991.98px){

    .team-section .value-badges{
        grid-template-columns: revert;
                justify-content: center;
    }
}


.map-section{
    background-color: var(--blue-5);
    padding-bottom: 8rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.map-section h2{
font-size: 3.5rem;
color: white;
}

.map-section h2 span{
    color: var(--blue-2);
}

.map-section .intro {
    color: var(--blue-4);
    margin-bottom: 3rem;
    font-size: 1.375rem;
}

.bg-map{
    height: 600px;
}



.cercle-map {
    width: 1000px;
    height: 1000px;
    background: rgb(226 236 251 / 20%);
    z-index: 0;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50%;
    top: 50%;
    position: absolute;
}

@media (max-width:992px){
    .cercle-map {
     width: 600px;
    height: 600px;
    }

    .bg-map{
    height: 450px;
}
}


/* page recrutement */

.page-recrutement .stats-section .col-stat-item h2{
font-size: 1.5rem;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}

.page-recrutement .stats-section .stat-body{
    min-height: auto!important;
}

@media (min-width: 992px){
.row-job-list .col-lg-4.col-md-6:nth-of-type(-n+3){
margin-bottom: 4rem;
}
}

.job-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-card-content{
    background-color: var(--blue);
    color: white;
    padding: 1.5rem 1.5rem;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    flex: 1;
}

.job-card-content h3{
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.job-card-content p{
    font-size: 0.875rem;
    margin-bottom: 0;
}

.job-card-image{
    position: relative;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    overflow: hidden;
}

.job-card-image img{
    object-fit: cover;
    height: 125px;
}

.job-card-icon svg{
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.job-section{
    padding: 8rem 0;
    padding-bottom: 0;
}
.job-section h2{
    font-size: 2rem;
}

.job-section .intro{
    font-size: 1.375rem;
    color: var(--black-1);
}

.row-job-list{
    padding-top: 8rem;
}

.sub-s-job{
    background-color: var(--blue-5);
    padding: 10rem 0;
    border-radius: 2rem;
    padding-top: calc(190px + 10rem);
    z-index: 1;
}


.debordement{
    margin-bottom: -190px;
    z-index: 2;
}
.sub-s-job .title{
    font-size: 3.5rem;
    color: white;
}

@media (max-width: 991.98px){
.job-card-content h3{
font-size: 1.25rem!important;
}

.sub-s-job{
    padding-bottom: 5rem;
        padding-top: calc(190px + 5rem);

}

}


/** page de contact **/



.form-contact-section {
    background-color: var(--blue-5);
    padding: 6rem 0 8rem;
    margin: 0;
    position: relative;
    z-index: 2;
    padding-top: calc(8rem + 170px);
    padding-bottom: calc(10rem + 60px);
}

@media (max-width: 991.78px) {
    .form-contact-section {
        padding-top: calc(5rem + 170px);
        padding-bottom: calc(5rem + 60px);
    }
}




/* Section formulaire */


/* Étoiles décoratives */
.contact-form-section::before,
.contact-form-section::after {
    content: '';
    position: absolute;
    background: white;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.contact-form-section::before {
    width: 120px;
    height: 120px;
    bottom: 80px;
    left: 180px;
    opacity: 0.15;
}

.contact-form-section::after {
    width: 60px;
    height: 60px;
    bottom: 200px;
    left: 380px;
    opacity: 0.15;
}

/* Titre */
.contact-form-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Formulaire CF7 */
/*.wpcf7-form {
    max-width: 1200px;
    margin: 0 auto;
}*/

/* Champs de formulaire */
.wpcf7-form .form-control,
.wpcf7-form .form-select {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 18px 30px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.wpcf7-form .form-control::placeholder,
.wpcf7-form .form-select {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

.wpcf7-form .form-control:focus,
.wpcf7-form .form-select:focus {
   /* background: rgba(255, 255, 255, 0.05);*/
    border-color: rgba(255, 255, 255, 0.6);
   /* color: white;*/
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
    outline: none;
}

/* Select custom */
.wpcf7-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 16px 12px;
    padding-right: 3rem;
    cursor: pointer;
}

.wpcf7-form .form-select option {
   /* background: #2c5aa0;
    color: white;*/
    color: var(--black-1);
}

/* Textarea */
.wpcf7-form textarea.form-control {
    min-height: 180px;
    resize: vertical;
    border-radius: 30px;
}



/* Messages de validation CF7 */
.wpcf7-not-valid-tip {
    color: #ffcccc;
    font-size: 0.9rem;
    margin-top: 5px;
}

.wpcf7-response-output {
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.wpcf7-validation-errors {
    border: 2px solid #ffcccc;
    color: #ffcccc;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #90ee90;
    color: #90ee90;
}

/* Responsive */
@media (max-width: 767px) {
    .contact-form-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .wpcf7-form .form-control,
    .wpcf7-form .form-select {
        padding: 15px 25px;
        font-size: 0.95rem;
    }
    
    .wpcf7-form .btn-submit {
        width: 100%;
        justify-content: center;
        padding: 15px 30px;
    }
    
    .contact-form-section::before {
        width: 80px;
        height: 80px;
        bottom: 40px;
        left: 30px;
    }
    
    .contact-form-section::after {
        width: 40px;
        height: 40px;
        bottom: 120px;
        left: 150px;
    }
}
.wpcf7-spinner{
    display: none;
}

.wpcf7-response-output{
    color: white;
}

/* Bouton submit */
.wpcf7-form .btn-submit {
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(255, 107, 61, 0.3);
}

.wpcf7-form .btn-submit svg {
    flex-shrink: 0;
}

.wpcf7-form .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 61, 0.4);
    background-color: #ff9770;
}

.wpcf7-form .btn-submit:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 767px) {
    .wpcf7-form .btn-submit {
        width: 100%;
        justify-content: center;
        padding: 15px 30px;
    }
}

.stars-contact{
    position: absolute;
    bottom: 2rem;
    left: 20%;
}


/* Wrapper de l'acceptance */
.acceptance-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Cache la checkbox par défaut */
.wpcf7-form input[type="checkbox"].custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="checkbox"].custom-checkbox:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

/* État coché */
.wpcf7-form input[type="checkbox"].custom-checkbox:checked {
    background: #ff8a5c;
    border-color: #ff8a5c;
}

/* Coche (checkmark) */
.wpcf7-form input[type="checkbox"].custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Label */
.acceptance-wrapper label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    cursor: pointer;
}

/* Message d'erreur si non coché */
.wpcf7-not-valid-tip {
    color: #ffcccc;
    font-size: 0.85rem;
    margin-top: 8px;
    display: block;
}

/* Responsive */
@media (max-width: 767px) {
    .acceptance-wrapper {
        padding: 15px;
        gap: 10px;
    }
    
    .acceptance-wrapper label {
        font-size: 0.85rem;
    }
    
    .wpcf7-form input[type="checkbox"].custom-checkbox {
        width: 20px;
        height: 20px;
    }
}

.section-map-contact{
    padding: 8rem 0;
    padding-bottom: 0;
}

.section-map-contact h2 {
   font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: var(--black-1);
}

.section-map-contact h2 span {
    color: var(--blue);
}

.section-map-contact .intro{
    max-width: 800px;
    color: var(--black-1);
    font-size: 1.375rem;
    line-height: 1.6;
}


@media (max-width:991.78px){
    .section-map-contact{
        padding: 5rem 0;
        padding-bottom: 0;
    }
}




/* ============================================
   SECTEUR PAGE - Styles généraux
   ============================================ */

   .bg-blue-no-presta{
    background-color: var(--blue-5);
    margin-bottom: 8rem!important;
   }

   .secteur-page .hero-image img,.prestations-page .hero-image img{
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
   }

   .secteur-page .hero-subtitle,.prestations-page .hero-subtitle{
font-size: 2.7rem;
line-height: 3rem;
display: inline-block;
   }

   .list-presta{   
    margin: 0;
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 8rem;

   }

   .list-presta .service-card p{
    color: #2c4f9e;
   }

.list-presta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 356px;
    /* S'arrête 253px avant la fin de la section */
    background-color: var(--blue-5);
    z-index: -1;
    border-radius: 2rem;
}

    @media (max-width: 991px) {
       .list-presta::before{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
       } 
    }


   .zone-txt{
    color: var(--blue-4);
    font-size: 22px;
   }

   .head-cat .icon{
    display: inline-flex;
    margin-right: 20px;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
        width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
   }

   .cat-nav-item{
    background-color: var(--blue-6);
    color: #03191A ;
    border-radius: 16px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 1rem;
  
    display: flex;
    gap: 5px;
    align-items: center;

   }
           .cat-nav-scroll {
            display: flex;
            flex-wrap: wrap;
           }

           .cat-nav-icon svg{
            height: 20px;
            width: 20px;
            fill: #03191A;
           }
           .cat-nav-icon svg path{
                        fill: #03191A;

           }

  /* Version mobile : scroll horizontal */
    @media (max-width: 991px) {
        

        .cat-nav-scroll {
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding: 0 15px;
            display: flex;
        }

        .cat-nav-scroll::-webkit-scrollbar {
            display: none;
        }

        .cat-nav-item {
            scroll-snap-align: start;
        }

       
    }
    .cat-nav-label {
    white-space: nowrap;
}
  
 .cat-nav-item {
                    transition: all 0.3s ease;
                }
                .cat-nav-item:hover {
                    background-color: #f0f7ff !important;
                }
               


                .prestations-page .recrutement-cta-wrapper{
                    box-shadow: none;
                    border: solid 1px var(--blue);
                }


                .partenaires-logos-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


.partenaires-logos-slider .client-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


/*** update slide homepage service ***/

.services-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.services-slider {
    position: relative;
}

.swiper-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: background .2s, opacity .3s;
}

.swiper-nav-btn:hover {
    background: #f0f0f0;
}

.services-swiper-prev { left: 0; }
.services-swiper-next { right: 0; }

.swiper-nav-btn.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}