@font-face {
    font-family: 'IvyPresto Display';
    src: url('fonts/IvyPrestoDisplay-SemiBoldItalic.woff2') format('woff2'),
    url('fonts/IvyPrestoDisplay-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary-color: #0D3D63;
    --secondary-color: #E8327C;
    --primary-font: "Inter", sans-serif;
    --secondary-font: 'IvyPresto Display', sans-serif;
    --light-blue: #F4FAFF;
    --light-gray: #D9D9D933;
    --header-height: 5.2rem; /* 83.2px */
    --mobile-header-height: 4.5rem; /* 72px */
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--primary-color);
    font-size: 0.9rem; /* 14.4px */
    line-height: 1.1rem; /* 17.6px */
    font-weight: 300;
}

a {
    color: var(--primary-color);
}

a.rose, p.rose, .job-offer__content a {
    color: #d81b60;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    transition: color 0.3s, text-decoration 0.3s;
    /*transition: opacity 0s;*/
    will-change: opacity;
}

.job-offer__content a {
    font-weight: 500;
}

a.rose:hover {
    color: #d81b60;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IvyPresto Display', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: var(--primary-color);
    /* line-height: 1em; */
    margin-top: 15px;
    margin-bottom: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1, .entry-content h1 {
    font-size: 1.8rem;
}

p {
    margin-bottom: 18px;
    /* line-height: 1.5em; */
}

.max-w {
    width: 100%;
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}

.follow-block {
    background-color: #F4FAFF;
    padding: 20px 0;
}

.follow-block h4 {
    font-size: 1.5rem;
}

.follow-block .max-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.follow-block .max-w > h4,
.follow-block .max-w > a {
    flex: 1; /* Donne un espace égal aux bords */
}

.follow-block .social-links {
    flex: 2; /* Donne plus d'espace au bloc central */
    display: flex;
    justify-content: center; /* Centre les icônes */
}

.follow-block .max-w > a {
    text-align: right;
    font-weight: 400;
}


.social-links ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.social-links ul a svg {
    width: 30px;
}

.ast-container {
    flex-direction: column;
}


.footer-block.max-w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-menus {
    display: flex;
}

.footer-menus ul {
    list-style: none;
    padding: 0;
    margin: 0 35px 0 0;
}

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

.footer-menus ul a {
    text-decoration: underline;
    font-size: 0.7rem;
}

.villes {
    padding: 25px 15px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    text-align: center;
    border-bottom: 1px solid #0D3D631A;
}

.villes.max-w {
    max-width: 1310px;
}

footer {
    padding-bottom: 70px;
}

.ast-site-title-wrap {
    display: none !important;
}

.credits img {
    width: 70px;
}

.credits p {
    font-size: 0.7rem;
    margin-top: 5px;
    color: #0d3d6361;
    text-align: right;
}

.header_home_content {
    padding: 20px 15px;
    width: calc(50% + 20px);
    color: #fff;
}

.header_home_content .wrapper {
    max-width: 500px;
}

.header_home_content h1 {
    color: #fff;
}

.header_home_content a {
    color: #fff;
    text-decoration: underline;
}

.header_home_content .trait {
    background-color: #fff;
    margin: 0 0 0;
}

.header_home {
    position: relative;
    background-size: cover;
    background-position: center 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_home .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.ast-container {
    padding-left: 0;
    padding-right: 0;
}

.ast-primary-header-bar {
    padding: 0 20px;
}


.home .ast-primary-header-bar {
    background-color: transparent;
    border: none;
}

.home .ast-builder-menu-1 .menu-item > .menu-link {
    color: #fff;
}

.home .ast-builder-menu-1 .menu-item > .menu-link:hover {
    color: #fff;
}

.form-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}

.form-block > div {
    width: 50%;
}

.form-block .description {
    padding-right: 6%;
    padding-top: 15px;
}

form input[type="text"], form input[type="email"], form textarea, form select {
    border: 1px solid #B0CADF !important;
}

input::placeholder, textarea::placeholder, .gf_placeholder {
    color: rgba(13, 61, 99, 0.78) !important;
}

form input[type="submit"] {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    padding: 10px 25px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s;
}

form input[type="submit"]:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.gform_wrapper.gravity-theme .gfield_description {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
    padding-top: 0 !important;
}


.contact-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.contact-block .info-block {
    padding: 140px 0;
}

.list-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.one-element {
    margin: 0 2% 40px;
    background-color: #F4FAFF;
    /*width: calc(20% - 4%);*/
    width: 208px;
    border-radius: 0 0 8px 8px;
}

.one-element a h3 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-decoration: underline;
    margin-top: 4px;
}

.one-element .infos {
    padding: 15px;
}

.one-element .role {
    font-weight: bold;
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1.2em;
}

.one-element .infos p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.team-management.max-w {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 25px;
}

.team-management h1 {
    margin-top: 40px;
}

.team-management .description {
    max-width: 1040px;
    margin: 0 auto;
}

.page .entry-header {
    margin-bottom: 1.5em;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    text-align: center;
}

.ast-builder-grid-row {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.search-form {
    position: relative;
    margin-bottom: 25px;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 25px 40px 25px 15px;
    border: 1px solid #0D3D63;
    border-radius: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="gray"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.55l.27.28v.79l5 4.99L20.49 19l-4.99-5zM9.5 14C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14z"/></svg>') no-repeat right 10px center;
    background-size: 20px;
}

.title {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}

.filters button, .filters a {
    background: #B0CADF;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 24px;
    transition: 0.3s;
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 600;
    margin: 5px;
    display: inline-block;
}

.filters .filter-sector {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid #ff4081;
    border-radius: 0;
}

.l-rubrique h2, .l-rubrique .description {
    text-align: center;
}

.image {
    position: relative;
    display: block;
}

.image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-articles {
    display: flex;
    flex-wrap: wrap;
}

.featured-articles > div {
    width: 50%;
    padding: 0 10px;
}

article.secondary {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

article.secondary > .image {
    width: 44%;
    display: flex;
}

article.secondary .infos {
    width: 56%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featured-articles h3 {
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 1.25rem;
}

.featured-articles a.read-more, .article-item a.read-more {
    color: var(--secondary-color);
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
}

.featured-articles .secondary a.read-more {
    margin-top: auto;
}

.format {
    background-color: #8B1E3F;
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 0.6rem;
    text-transform: uppercase;
    margin-top: 10px;
}

[data-format="Replay"] .format {
    background-color: #7D3C98;
}

[data-format="Podcast"] .format {
    background-color: #E8327C;
}

/*[data-format="Inspiration"] .format {
    background-color: #A3D5FF;
}*/

.excerpt p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.infos h3 a {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image .overlay img {
    width: 33px;
}

.see-more a, #load-more {
    color: var(--secondary-color);
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
}

.see-more {
    text-align: center;
    margin: 30px 0 60px;
}

.bloc-expertise {
    margin-bottom: 40px;
}

.articles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.article-item {
    /* width: calc(25% - 15px); */
}

.article-thumb img {
}

.article-item h3 {
    font-size: 1.1rem;
    margin-top: 7px;
    margin-bottom: 5px;
}

.article-item p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bloc-expertise h2 {
    text-align: center;
    margin-bottom: 20px;
}

.bloc-expertise .description {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

.article-item.podcast {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 440px;
}

.contenu-archive .article-item.podcast {
    width: calc(25% - 15px);
}

.article-item.podcast .infos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.article-item.podcast .infos h3 a {
    color: #fff;
}

.article-item.podcast a.read-more {
    color: #fff;
}

.img-play {
    margin: 6px 0;
}

.img-play img {
    width: 33px;
}

article.article-item.inspiration {
    /*background-color: #F7F7F7;*/
    background-color: #D9D9D999;
    height: 100%;
}

.article-item.inspiration .infos {
    padding: 15px 15px 20px;
}

.article-categories .category {
    padding: 8px 15px 6px;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--secondary-color);
    font-weight: 400;
}

.article-item.inspiration p {
    margin-bottom: 0;
    text-overflow: inherit;
    overflow: visible;
    width: 100%;
    display: block;
}

.social-links img {
    width: 25px;
}

.wrapper-home .villes {
    padding: 15px 15px;
    min-height: 64px;
    border-bottom: none;
}

.kea-worldmap-section {
    text-align: center;
    margin-top: 40px;
}

.img-maps-international img {
    width: 900px;
}

.img-maps-international {
    text-align: center;
    margin-bottom: 40px;
}

.clients-worldwide__container h3 {
    text-align: center;
}

.wrapper-international + .max-w {
    max-width: 1160px;
}

.publications-intro {
    text-align: center;
}

.publication-categories.filters {
    list-style: none;
    justify-content: center;
    margin: 0 0 45px 0;
    flex-wrap: wrap;
}

.evenements-grille {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    gap: 20px;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.carte-evenement {
    position: relative;
    display: flex;
    background: #f5faff;
    max-width: 390px;
    width: calc(25% - 15px);
    min-width: 300px;
}

.carte-evenement.svg-bubble {
    z-index: 0;
}

.carte-evenement.svg-bubble::after {
    content: "";
    top: -30px;
    right: -65px;
    position: absolute;
    width: 106px;
    height: 69px;
}

.carte-date {
    text-align: center;
    padding: 10px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #e1007e;
    font-size: 2rem;
    border-right: 3px solid #fff;
}

.carte-date .jour {
    font-size: 2.6rem;
    line-height: 0.8em;
}

.carte-date .mois {
    font-size: 0.8rem;
    text-transform: lowercase;
}

.carte-contenu {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carte-contenu .type {
    color: #e1007e;
    margin-bottom: 5px;
    font-weight: 400;
}

.carte-contenu .titre {
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    font-style: italic;
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
}

.carte-contenu .format-event,
.carte-contenu .adresse {
    color: #153b5c;
    margin-top: 5px;
    margin-bottom: 0;
}

.carte-evenement > a {
    display: flex;
    gap: 3px;
}

.inscription_publication {
    text-align: center;
    margin-bottom: 25px;
    margin-top: -25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
}

.inscription_publication a:hover {
    text-decoration: underline;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .next,
.pagination .prev {
    font-weight: bold;
}

.sector-dropdown-content a {
    display: block;
    text-align: center;
}

.ast-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ast-pagination .pagination .page-numbers {
    padding: 2px;
}

.bloc-inspiration .swiper-slide {
    height: auto;
}

.filters .filter-sector {
    white-space: nowrap;
}

.featured-secondary .format {
    margin-top: 0;
}

.new-article-home {
    margin-top: 25px;
}

.title-new-article .description {
    max-width: 580px;
    margin: 0 auto 40px;
}

.home .bloc-evenements {
    display: flex;
    max-width: 1150px;
    margin-bottom: 40px;
}

.events-home {
    display: flex;
    gap: 8%;
}

.m-title {
    text-align: center;
    padding: 0 6%;
}

.events-home .carte-evenement {
    gap: 3px;
}

.events-home .carte-contenu, .events-home .carte-date {
    border: 1px solid #0D3D631A;
}

.home .carte-evenement.svg-bubble::after {
    display: none;
}

.publication-card a {
    text-transform: uppercase;
}

.cat-head {
    color: var(--secondary-color);
    padding: 6px 15px;
    background-color: #F7F7F7;
    font-weight: 400;
    text-transform: uppercase;
}

.bloc-expertise h2 + .publications-carousel-container {
    margin-top: 50px;
}

.article-content-standard P {
    line-height: 1.5em;
}

a.custom-logo-link img {
    width: 80px;
    margin-bottom: 10px;
}

.single-team-text .wp-block-separator {
    margin: -8px 0 10px !important;
    width: 10px;
    height: 2px;
    background-color: var(--secondary-color);
    border: none;
}

.profile-card {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 210px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff;
    max-width: 900px;
}

.profile-info p {
    margin: 0;
    line-height: 0.9rem;
    font-size: 0.7rem;
}

.profile-info {
    flex: 1;
    padding-right: 15px;
}

.single-team-container {
    margin-bottom: 4.5rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 2.9rem;
    margin-top: -148px;
    background-color: #fff;
}


.titre-timeline h4 {
    color: #E8327C;
    font-family: 'IvyPresto Display', sans-serif;
}

.etapes-carriere {
    background-color: #F4FAFF;
    position: relative;
}


.timeline-content-carriere {
    margin-bottom: 30px;
    background-color: white;
    padding: 5px 15px;
    flex: 1;
}


.texte-etaps h4 {
    margin-top: 10px;

}

.intro-parcours h4 {
    margin-top: 10px;
}


.timeline-consultant h3 {
    text-align: center;
}

.inrto-conception {
    text-align: center;
    margin-bottom: 30px;
}

.conception-section__intro {
    text-align: center;
}

.intro-conception {
    text-align: center;
    margin-bottom: 30px;
}

.temoignage {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    align-items: flex-start;
    gap: 30px;
}

.col-gauche-conception {
    width: 190px;
    text-align: left;
}

.nom-conception {
    color: #E8327C;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'Playfair Display', sans-serif;
}

.fonction-conception {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 0.75rem;
}

.description-conception {
    font-size: 0.75rem;
}

.col-droite-conception {
    flex: 1;
    background-color: #F4FAFF;
    padding: 20px;
}

.texte-droite-conception {
    /*background-color: #F4FAFF;
    padding: 20px;*/
}

.lire-la-suite {
    display: inline-block;
    margin-top: 15px;
    color: #003366;
    font-size: 14px;
    text-decoration: underline;
}

.contenu-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.timeline-container .swiper-wrapper {
    align-items: stretch;
}


.timeline-container .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timeline-content-carriere h4 {
    color: var(--secondary-color);
    margin-top: 8px;
    margin-bottom: 12px;
}

.texte-droite-conception a, .btn-close a {
    color: var(--primary-font);
    text-decoration: underline;
    font-weight: 400;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 5px !important;
}

.photo-conception img {
    border-radius: 13px;
}

.conception-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
    background-color: #F4FAFF;
    padding: 20px;
    border-radius: 13px;
    justify-content: space-between;
}

.texte-conception {
    width: 70%;
}

.img-concetion {
    position: relative;
    width: 30%;
    bottom: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 20px;
    border: 10px solid #fff;
    margin-top: -80px;
}

.conception-item:nth-child(odd) {
    flex-direction: row-reverse;
}


.conception-item:nth-child(odd) .img-concetion {
    margin-right: -50px;
}

.conception-item:nth-child(even) .img-concetion {
    margin-left: -50px;
}

.img-concetion .forme-rose {
    position: absolute;
    left: inherit;
    z-index: 1;
    width: 110px;
    top: -30px;
    right: -40px;
}

.conception-item:nth-child(even) .img-concetion .forme-rose {
    right: inherit;
    transform: rotate(238deg);
    left: -40px;
    top: -20px;
}

.img-concetion img {
    /*margin: -80px 0 -33px 0;*/
    border-radius: 10px;
}

.texte-conception h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.texte-conception h3 + h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}

ol li {
    margin-bottom: 15px;
}

.items-conception-content .articles__part-2__text {
    width: 100%;
}

.slide-why-join-kea {
    position: relative;
}

.slide-why-join-kea .wrapper {
    display: flex;
    align-items: flex-start;
    background-color: #F4FAFF;
    border-radius: 16px;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.slide-why-join-kea .bg-letters__top {
    position: absolute;
    top: 0;
    transform-origin: top;
    width: 54%;
    left: 9%;
}

.slide-why-join-kea .bg-letters__bot {
    position: absolute;
    bottom: -1px;
    right: 1.55rem;
    width: 25rem;
    transform-origin: bottom;
}

.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.swiper-controls .swiper-pagination {
    position: static;
}

.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev {
    position: static;
}

.swiper-controls .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
}

.slide-why-join-kea .slide-video-join-kea {
    flex: 1;
}

.slide-why-join-kea .contenu-video img {
    max-width: 100%;
    max-height: 455.2px;
    object-fit: cover;
}

.l-slider-marque {
    padding: 0 15px;
    width: 320px;
}

.slide-right .trait {
    margin: 15px 0;
}

.l-slider-marque .swiper-button-next:after, .l-slider-marque .swiper-button-prev:after {
    font-size: 12px;
}

.l-slider-marque .swiper-button-next, .l-slider-marque .swiper-button-prev {
    height: 16px;
    margin-top: 0;
}


.slider-marque {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.slide-marque-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.slide-left {
    flex: 1;
    position: relative;
}

.video-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0A3A75;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.video-title {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.video-subtitle {
    color: #fff;
    font-size: 1rem;
}

.slide-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.slide-right-inner {
    max-width: 400px;
}

.l-slider-marque .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #12355B;
    box-shadow: inset 0 0 0 2px #fff;
    opacity: 1;
}

.l-slider-marque .swiper-pagination-bullet-active {
    background-color: #12355B;
}

.l-slider-marque .swiper-pagination-bullet-active {
    background-color: #DB0A5B !important;
}

.l-slider-marque .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.expertise-grid a.en-savoir-plus, .liste-expertises-sectorielles a.en-savoir-plus {
    font-size: 0.7rem;
}

.title-transfers h2 {
    color: #4A7192;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.box.box-logos {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 12px 12px 12px 0;
}

.logo-1 img, .logo-3 img {
    max-height: 60px;
}

.raison-etre .support-insights .swiper-wrapper {
    justify-content: center;
}

.l-publications {
    margin-top: 60px;
    margin-bottom: 60px;
}

.support__container-affaires {
    margin-top: 70px;
}

.certification-text p:last-child {
    margin-bottom: 0;
}

.button {
    background-color: #E8327C;
    border-radius: 12px;
    display: inline-block;
}

.button:hover {
    background-color: #D81B60;
    color: #fff;
}

.l-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.l-btn .button {
    min-width: 250px;
    text-align: center;
}

.bloc-contenu-contributions {
    background-color: #F4FAFF;
    padding: 10px 25px;
    margin-bottom: 15px;
}

section.contributions {
    margin-top: 30px;
    margin-bottom: 40px;
}

.bloc-small p:last-child {
    margin-bottom: 0;
}

.cas-clients .customers-carousel-container {
    margin-top: 60px;
}

.cas-clients section.customers-block {
    /*margin-top: 0;*/
    margin-bottom: 60px;
}

.cas-clients section.customers-block .swiper-wrapper {
    /*justify-content: center;*/
}

.l-publications h2 {
    margin-bottom: 60px;
}

section.expertise-private-equity {
    margin-top: 60px;
}

section.expertise-private-equity .description {
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.expertise-private-equity .customer-card {
    padding: 15px;

}

.expertise-private-equity .customer-card .wrapper {
    box-shadow: 0 0 20px 0 #00000033;
    border-radius: 15px;
    padding-bottom: 10px;
}

.expertise-private-equity .customer-text {
    background-color: #F4FAFF;
    padding: 15px;
}

.expertise-private-equity .en-savoir-plus {
    font-size: 0.7rem;
    margin-top: 10px;
    margin-bottom: 7px;
}

.expertise-private-equity .date {
    font-weight: 600;
}

.temoignage .articles__part-2__text {
    width: 100%;
}

























