body {
    color: #131A38;
    background-color: #FAFAFE;
}

.tp-header-it-bg {
    background-color: #ffffff;
}

.footer-icon-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-icon-link-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tp-footer-logo {
    margin-top: -5rem;
}

.footer-special-logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-special-logo-container img {
    max-height: 75px;
}

.footer-main {
    border-top: 1px solid #D9D9D9;
    padding-top: 120px;
}

.tp-footer-it-widget ul li a {
    color: #131A38;
}

.tp-footer-top-subtitle svg path {
    fill: #D8117E;
}

.tp-footer-btn a {
    background-color: #D8117E;
    border: none;
}

.tp-footer-social ul li a {
    background: #2B3A7F;
    color: #ffffff !important;
}

.bg-blue {
    background: #2B3A7F;
}

.tp-text-slider-item span {
    color: #ffffff;
}

.tp-text-slider-item span.borders {
    background: #FFFFFF;
}

.tp-text-slider-item span svg path {
    fill: #ffffff;
}

.tp-megamenu-list ul li a.badge-thematique-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #2B3A7F;
    border: 1px solid rgba(16, 48, 42, 0.1);
    color: #D9D9D9;
    border-radius: 100px;
    margin-bottom: 16px;
    transition: all ease-in-out 0.4s;
}

.tp-megamenu-list ul li a.badge-thematique-menu:hover {
    color: #131A38 !important;
    border-color: #131A38 !important;
    background: #FFFFFF !important;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    text-transform: none;
}

.tp-megamenu-list ul li a.mega-menu-download-link {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
    .tp-main-menu nav > ul > li {
        margin: 0 10px;
    }
}

.hero-homepage {
    min-height: 80vh;
    position: relative;
}

.hero-homepage-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    position-area: center;
}

.video-bg iframe, .video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 280;
    pointer-events: none;
    position-area: center;
}

.hero-homepage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: rgba(255, 255, 255, 0.25);*/
}

.tp-hero-it-social span, .tp-hero-it-social a {
    color: #D8117E;
}

.tp-hero-social a:hover, .tp-offcanvas-social ul li a:hover {
    background: #2B3A7F;
    border-color: #2B3A7F;
}

.tp-about-area ul {
    list-style: url("../../assets/icon/ul-icon.svg");
    padding-left: 2rem;
}

.tp-about-area ul li {
    padding-left: 0.5rem;
    font-size: 18px;
}

.text-bloc-list-item-title {
    font-size: 18px;
    font-weight: 500;
}

.tp-about-area p {
    font-size: 18px;
}

.texte-decoratif {
    text-transform: capitalize;
    user-select: none;
}

.card-texte-glass {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(12px);
    padding: 2rem;
    margin: 0;
}

.text-bloc-image-col {
    width: 50%;
}

.text-bloc-text-col {
    width: 55%;
    margin-left: -5%;
}

.portfolio-thematique-text p {
    color: #ffffff;
}

.tp-portfolio-it-wrap {
    height: 100%;
}

.tp-portfolio-it-content-inner {
    min-height: 100px;
}

.btn-primary-blue.tp-text-common-white .btn-icon svg path {
    stroke: #FFFFFF;
}

.btn-primary-blue {
    background: #2B3A7F;
    border: 1px solid #2B3A7F;
    color: #ffffff;
    font-size: 15px;
}

.btn-primary-blue:hover {
    color: #ffffff;
}

.btn-secondary-blue {
    background: none;
    border: 1px solid #2B3A7F;
    color: #2B3A7F;
    font-size: 15px;
    padding: 12px 30px;
}

.btn-secondary-blue:hover {
    background: #2B3A7F;
    color: #ffffff;
}

.btn-primary-pink {
    background: #D8117E;
    border: 1px solid #D8117E;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}

.btn-primary-pink:hover {
    background: none;
    color: #D8117E;
}

.btn-primary-pink:hover svg path {
    fill: #D8117E;
}

.btn-primary-pink-stroke svg path {
    stroke: #ffffff;
}

.btn-primary-pink-stroke:hover svg path {
    stroke: #D8117E;
}

.btn-secondary-blue svg path, .btn-primary-pink svg path {
    transition: all ease-in-out 0.3s;
}

.btn-secondary-blue:hover svg path {
    fill: #ffffff;
}

.tp-portfolio-it-tag {
    max-height: 28px;
    overflow: hidden;
}

.tp-portfolio-it-tag a:hover {
    color: #ffffff;
}

.tp-portfolio-it-wrap {
    padding-top: 200px;
    max-height: 660px;
}

.tp-portfolio-it-content-inner {
    margin-bottom: 80px;
}

.tp-portfolio-it-content {
    transform: translateY(240px);
}

.tp-team-it-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(180, 231, 23, 0) 55.57%, #FAFAFE 100%);
    bottom: -1px;
    left: 0;
    border-radius: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s
    ease;
}

.tp-team-it-thumb {
    background: none;
}

.tp-team-it-shape {
    bottom: 15%;
}

.tp-about-it-blur {
    background: #FF88C9;
    opacity: 0.5;
}

.tp-testimonial-area p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    margin-bottom: 0;
}

.tp-testimonial-it-title h2 {
    font-size: 98px;
}

.tp-team-it-big-title .h2 {
    font-size: 300px;
    background: linear-gradient(180deg, rgba(16, 48, 42, 0.1) 0%, rgba(6, 18, 22, 0) 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

/*INSTAGRAM*/
#sbi_images > :nth-child(n+5) {
    display: none !important;
}
#sb_instagram #sbi_load {
    display: none !important;
}

.encart-catalogue {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 733px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -180px;
}

.encart-catalogue-nav {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: -1px;
}

.encart-catalogue-nav-tab {
    padding: 12px 32px;
    border-radius: 8px 8px 0 0;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(24px);
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
}

.encart-catalogue-nav-tab.active {
    background: rgba(255, 255, 255, 0.85);
    color: #131A38;
}

.encart-catalogue-body {
    padding: 28px 32px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    border-radius: 16px;
    position: relative;
}

/* Les 2 contenus se superposent, et on anime l'opacité */
.encart-catalogue-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;

    position: absolute;
    inset: 0;

    opacity: 0;
    pointer-events: none;

    transition: opacity .4s ease-in-out;
}

/* état actif */
.encart-catalogue-content.active{
    opacity: 1;
    pointer-events: auto;
    position: relative; /* reprend sa place normale */
}

.encart-catalogue-content .btn-primary-blue{
    width: fit-content;
}

.encart-catalogue-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.encart-catalogue-content-top .h3{
    font-weight: 600;
    font-size: 24px;
}

.encart-catalogue-content-top::before {
    content: url('../../assets/icon/fleche-gauche.svg');
    position: absolute;
    top: 40px;
    left: -50px;
}

.encart-catalogue-content-top::after {
    content: url('../../assets/icon/fleche-droite.svg');
    position: absolute;
    top: 40px;
    right: -50px;
}

.encart-catalogue-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    width: 100%;
}

.color-rose {
    color: #D8117E;
    font-weight: 500;
}

.horaire-ouverture {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.horaire-ouverture-pastille, .pastille {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.horaire-ouverture-pastille.ouvert, .pastille.vert {
    background: #26D016;
}

.pastille.orange {
    background: #FD9722;
}

.fixed-btn {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
}

.hero-page-container {
    height: 100%;
}

.hero-pâge-image {
    height: 100%;
    object-fit: cover;
}

.modal-footer, .modal-header {
    padding: 2rem;
}

.modal-body {
    padding: 0 2rem;
}

.wpcf7 .wpcf7-response-output {
    color: #f4bd0e;
    padding: 1rem 1rem !important;
    font-weight: bold;
    margin: 0px !important;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #0fca7a;
    border: 1px solid #0fca7a !important;
    color: #ffffff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #f4bd0e;
    border: 1px solid #f4bd0e !important;
    color: #FFFFFF;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label a {
    text-decoration: underline;
}

.tp-postbox-details-remember .tp-checkbox:checked::after {
    color: #ffffff;
}

.tp-contact-form {
    padding: 30px;
}

.scrollToTop .arrowUp {
    color: #ffffff;
}

.tp-team-it-content {
    background: #ffffff;
    border-radius: 20px;
}

.tp-about-it-expreance-wrap {
    border-radius: 1rem;
    display: flex;
    align-items: center;
}

.main-page .tp-about-it-expreance-wrap {
    max-height: 400px;
    overflow: hidden;
    margin-top: -3rem;
}

h2 .color-rose {
    font-weight: 700;
}

.catalogue-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.encart-catalogue-filters {
    max-width: 100%;
    width: fit-content;
}

.catalogue-filters-row, .catalogue-filters-row-first {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.catalogue-filter {
    border: 1px solid #CECECE;
    color: #131A38;
    padding: 8px 24px;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
}

.catalogue-filter-search {
    display: flex;
    align-items: center;
}

.catalogue-filter-search input {
    background: none;
    height: auto;
    padding-left: 1rem;
    padding-right: 0;
    border: none;
    line-height: initial;
    color: #131A38;
}

.catalogue-filter-select {
    appearance: none;        /* Reset modern browsers */
    -webkit-appearance: none;
    -moz-appearance: none;

    background: url("data:image/svg+xml;utf8,<svg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.7 4.93333L0.2 1.6C-0.294427 0.940764 0.175955 0 1 0H6C6.82405 0 7.29443 0.940764 6.8 1.6L4.3 4.93333C3.9 5.46667 3.1 5.46667 2.7 4.93333Z' fill='%23999999'/></svg>")
    no-repeat right 1rem center;
    background-size: 10px;

    padding-right: 32px;
}

.catalogue-filter-check{
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* SVG caché */
.catalogue-filter-check svg{
    opacity: 0;
    width: 0;
    overflow: hidden;

    transform: scale(.6);
    transform-origin: left center;

    transition:
            opacity .15s ease,
            transform .15s ease,
            width .15s ease;
}

/* SVG visible */
.catalogue-filter-check.active svg{
    width: 19px;   /* largeur réelle du SVG */
    opacity: 1;
    transform: scale(1);
}

.catalogue-filter-check:hover,
.catalogue-filter-check.active{
    background-color: #131A38;
    color: #ffffff;
}

.catalogue-filter-check.active{
    gap: .5rem;
}

.catalogue-formation-item {
    transition: all ease-in-out 0.2s;
}

.catalogue-formation-item:hover {
    transform: translateY(-10px);
}

.catalogue-formation-item img {
    height: 240px;
    object-fit: cover;
}

.catalogue-formation-item h3 {
    font-size: 18px;
}

.catalogue-formation-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.tp-team-it-content {
    padding: 30px;
}

.catalogue-formation-item .tp-team-it-socials {
    width: 80%;
}

.catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger {
    width: 100%;
}

.catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger:before {
    right: calc(100% - 5px);
}

.catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger:after {
    left: calc(100% - 5px);
}

.catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger .tp-team-it-socials-share {
    width: 91%;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: initial;
    height: auto;
}

.catalogue-formation-item-bottom .btn-primary-blue {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none !important;
}

.catalogue-no-results {
    text-align: center;
    margin: 40px 0;
    font-size: 18px;
    font-weight: 500;
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tp-gallery-it-thumb {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-gallery-it-thumb img {
    object-fit: cover;
}

.catalogue-formation-item .absolute-cpf {
    position: absolute;
    top: 8px;
    left: 8px;
    max-width: 90px;
    max-height: 90px;
    object-fit: cover;
    border-radius: 0;
}

.tp-sidebar-wrap p a {
    color: #D8117E;
}

.tp-sidebar-widget {
    padding: 30px 30px 15px 30px;
}

.link-list a {
    transition: all ease-in-out 0.2s;
}

.link-list a:hover {
    color: #D8117E;
}

.tp-sidebar-widget-content p h4 {
    color: #525252;
}

.btn-primary-small-padding {
    padding: 12px 30px;
}

.tp-faq-wrap .tp-faq-active {
    background: #ffffff;
}

.tp-faq-wrap .accordion-header {
    background: #2B3A7F;
    color: #ffffff;
}

.tp-faq-wrap .accordion-header .tp-faq-btn {
    color: #ffffff;
    text-transform: uppercase;
}

.tp-faq-wrap .tp-faq-active .accordion-btn {
    color: #ffffff;
}

.tp-faq-wrap .accordion-body {
    padding: 18px 30px;
}

.accordion-body h3 {
    font-size: 24px;
}

.accordion-body p {
    font-size: 16px;
}

.fil-arianne {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex-wrap: wrap;
}

.fil-arianne-separator {
    width: 8px;
    height: 8px;
    background: #131A38;
    border-radius: 50px;
}

.fil-arianne a {
    color: #131A38;
    font-size: 12px;
}

.fil-arianne-current {
    font-weight: 700;
    color: #131A38;
    font-size: 12px;
}

.tp-blog-pagenation ul li span.current {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-grey-1);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--tp-common-white-2);
    border-radius: 50%;
}

.tp-blog-pagenation ul li span.current {
    background: var(--tp-theme-primary);
    color: #FFFFFF;
}

.tp-blog-pagenation ul li a.next, .tp-blog-pagenation ul li a.prev {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    display: flex;
    align-items: center;
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    padding: 6px 17px;
    transition: all 0.4s
    ease;
    width: fit-content;
    height: auto;
    background: none;
}

.tp-blog-pagenation-nav:hover, .tp-blog-pagenation ul li a:hover {
    color: #ffffff;
}

.tp-blog-item .tp-blog-thumb .tp--hover-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.tp-blog-item .tp-blog-thumb .tp--hover-img img {
    object-fit: cover;
}

.tp-blog-pagenation-nav {
    padding: 0;
}

.tp-blog-pagenation-nav a {
    padding: 6px 17px;
}

.tp-blog-details-content h2 {
    font-size: 32px;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.tp-blog-details-content h3 {
    font-size: 24px;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.tp-faq-wrap h2.accordion-header {
    margin-bottom: 0;
}

.tp-blog-details-content ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.tp-blog-details-content a {
    color: #D8117E;
    font-weight: 600;
    text-decoration: underline;
}

.tp-service-cst-thumb {
    height: 500px;
}

.tp-service-cst-thumb img {
    height: 100%;
    object-fit: cover;
}

.tp-service-cst-item:hover .tp-service-cst-content {
    background: #ffffff;
}

.tp-service-cst-item:hover .tp-service-cst-item-border {
    border-color: #D8117E;
}

.tp-service-cst-item-border {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tp-service-cst-item-border {
    max-height: 120px;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.2s ease-in-out;
}

.tp-service-cst-content {
    padding: 30px;
    margin: 25px;
    margin-right: 53px;
}

.tp-service-cst-content:hover .tp-service-cst-item-border {
    max-height: 340px;
}

.tp-blog-content h3 a, .tp-blog-content h2 a {
    font-size: 24px;
    line-height: 1.2;
}

.tp-banner-cst-widget {
    width: 40%;
}

.tp-banner-cst-logo-wrap {
    clip-path: none;
    background: none;
    width: 100%;
}

.tp-banner-area .tp-video-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.tp-about-it-content h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.tp-service-pp-content .tp-section-title {
    font-size: 32px;
    color: #ffffff;
}

.tp-service-pp-content ul {
    padding-left: 2rem;
}

.tp-service-pp-content p {
    font-size: 18px;
    color: #ffffff;
}

.tp-service-pp-content, .tp-service-pp-content ul li, .tp-service-pp-content ol li, .tp_text_invert > div, .tp-service-area .tp-section-pp-title {
    color: #ffffff;
}

.tp-service-pp-content a {
    font-weight: 600;
    text-decoration: underline;
}

.tp-service-pp-content a:hover {
    color: #D8117E;
}

.tp-service-pp-item, .tp-service-area.tp-bg-common-blue {
    background: #2B3A7F;
}

.tp-service-pp-content .accordion-item .accordion-body p, .tp-service-pp-content .accordion-item .accordion-body ul li, .tp-service-pp-content .accordion-item .accordion-body ol li {
    color: #525252;
}

.tp-service-pp-content .accordion-item .accordion-body a {
    color: #D8117E;
}

.accordeons-sur-titre {
    color: #D8117E;
    font-size: 16px;
}
.accordeons-titre {
    color: #131A38;
    font-size: 24px;
}

.tp-service-pp-content .tp-faq-wrap .accordion-header {
    background: #ffffff;
    border-bottom: 1px solid #131A38;
}

.tp-service-pp-content .tp-faq-wrap .tp-faq-active .accordion-btn {
    color: #131A38;
}

.tp-faq-wrap .accordion-item:not(:first-of-type) {
    border: none;
}

.tp-service-pp-thumb iframe {
    width: 100%;
}

.cards-transparentes {
    flex-wrap: wrap;
}

.card-transparente-container {
    position: relative;
    max-width: 44%;
}

.card-transparente {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    padding: 2rem;
}

.card-transparente h2 {
    font-size: 2rem;
}

.card-transparente-absolute-icon {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 134px;
}

.tp-team-it-thumb img {
    max-height: 340px;
    object-fit: cover;
}

.tp-team-it-thumb .image-placeholder {
    width: 300px;
    height: 300px;
    border-radius: 16px;
}

.inscription-step-alert {
    color: #653C0E;
    border: 1px solid #FED5A7;
    background: #FFEAD3;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
}

.inscription-step-title {
    font-size: 18px;
    color: #131A38;
    font-weight: 600;
}

.inscription-step-title-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.modal-title-container {
    margin-bottom: 1rem;
    margin-top: -55px;
}

.modal-title-container h3{
    color: #131A38;
    font-size: 1.5rem;
    font-weight: 600;
}

.progress {
    width: 100%;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    transition: width 0.3s ease;
}

.progress-bar--orange {
    background-color: #FD9722;
}

.progress-bar--vert {
    background-color: #0FCA7A;
}

.progress-bar--rouge {
    background-color: red;
}

.badges-inscription {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
}

.badge-inscription {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #131A38;
    font-weight: 500;
    font-size: 14px;
    padding: 0 14px;
    border: 1px solid #131A38;
    border-radius: 50px;
}

.inscription-step-buttons-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.inscription-step-buttons-container .btn-primary-pink {
    padding: 14px 30px;
}

.inscription-step .tp-postbox-details-input label{
    font-weight: 600;
    color: #030303;
    font-size: 16px;
}

.inscription-dates-badges {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.inscription-date-badge {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: calc(50% - 0.5rem);
    border-radius: 100px;
    border: 1px solid #cecece;
    padding: 8px 24px;
    color: #131A38;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.inscription-date-badge-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inscription-date-badge .active-check {
    display: none;
}

.inscription-date-badge.active, .inscription-date-badge:hover {
    background: #131A38;
    color: #ffffff;
}

.inscription-date-badge.active .active-check {
    display: initial;
}

.inscription-date-badge-date {
    font-size: 16px;
    font-weight: 600;
}

.inscription-date-badge-places {
    font-size: 12px;
}

.submit-inscription, .btn-next {
    display: inline-block;
}

.btn-prev:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.wc-block-components-checkout-place-order-button {
    background: #D8117E;
    border: 1px solid #D8117E;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all ease-in-out 0.2s !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background: none;
    color: #D8117E;
}

.modal-header {
    z-index: 10;
}

.order-again {
    display: none;
    pointer-events: none;
}

.order-again a {
    display: none;
    pointer-events: none;
}

.video iframe {
    aspect-ratio: 640 / 360;
    width: 100%;
    height: auto;
}

.tp-faq-details-para ul li {
    list-style: disc;
}

.hero-page {
    height: 50vh;
}

.tp-section-it-para ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.tp-section-it-para a {
    color: #D8117E;
}

.tp-portfolio-it-btn .btn-primary-blue {
    font-size: 15px;
}

.btn-primary-blue:focus {
    color: #ffffff;
}

.tp-main-menu nav ul li:hover > .submenu {
    width: fit-content;
}

.dropdown-white-bg nav ul li .tp-submenu li a {
    text-wrap: nowrap;
}

.tp-sidebar-widget-content h3 {
    color: #525252;
    font-weight: 800;
    font-size: 20px;
}

.tp-blog-details-content h3 {
    color: #525252;
}

.tp-megamenu-wrapper.megamenu-white-bg {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
    border-bottom: 1px solid #d1d1d1;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul::after {
    background-color: #d1d1d1;
}

.tp-megamenu-wrapper.megamenu-white-bg
.col-xl-4:first-child .tp-megamenu-list ul::after{
    content: none;
}

.accordion-body .tp-team-it-item {
    min-height: 450px;
}

.pin-spacer {
    height: auto !important;
}

.tp-service-pp-item.tp-service-pp-panel {
    height: auto !important;
    max-height: 100% !important;
}

.tp-postbox-details-remember label a {
    text-decoration: underline;
}

.wc-block-components-checkbox__label a {
    color: #D8117E;
}

.encart-catalogue-content-top {
    text-align: center;
}

.inscription-step {
    padding: 1rem;
}

.tp-bg-common-white-2 {
    background-color: #f5f6fa;
    border-radius: 10px;
}

.tp-postbox-details-input .tp-input, .tp-postbox-details-input .tp-textarea, .tp-postbox-details-input .tp-select {
    height: 40px;
    max-width: 100%;
}

.tp-postbox-details-input .tp-select {
    line-height: 39px;
}

/*.tp-postbox-details-input .tp-textarea {
    line-height: 5px;
}*/

.tp-offcanvas-top {
    margin-bottom: 30px;
}

.logo-header {
    width: 200px;
    max-width: 200px;
}

.tp-counter-cst-item-inner {
    justify-content: center;
}

.tp-footer-copyright {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tp-offcanvas-menu ul li.active > .tp-menu-close {
    background-color: #131A38;
    color: var(--tp-common-white);
    border-color: #131A38;
}

.inscription-date-badge-places {
    gap: 1rem;
}

.thematique-absolute-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    display: none;
}

.tp-team-it-big-title .h2 {
    font-size: 300px;
    background: linear-gradient(180deg, rgba(16, 48, 42, 0.1) 0%, rgba(6, 18, 22, 0) 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

@media (min-width: 500px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (max-width: 1500px) {
    .tp-portfolio-it-btn .btn-primary-blue {
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    .btn-primary-blue {
        font-size: 14px;
    }
}

@media (max-width: 1850px) {
    .video-bg iframe, .video-bg video {
        width: auto;
        height: 80vh;
        aspect-ratio: initial;
    }

    .hero-homepage {
        min-height: 80vh;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .btn-primary-blue {
        font-size: 14px;
        padding: 14px 18px;
    }
}

@media (max-width: 992px) {
    .fixed-btn {
        bottom: 4.5rem;
    }

    .cards-transparentes {
        flex-direction: column;
        gap: 2rem;
    }

    .card-transparente-container {
        position: relative;
        max-width: 100%;
    }

    input[type=date] {
        line-height: normal;
        -webkit-appearance: none;       /* neutralise l'apparence iOS */
        appearance: none;
    }
}

@media (max-width: 800px) {
    .inscription-date-badge {
        width: 100%;
    }

    .hero-page {
        height: 30vh;
    }
}

@media (max-width: 700px) {
    .catalogue-filters-row {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .encart-catalogue-body {
        padding: 1.5rem 1rem;
    }

    .encart-catalogue-content {
        gap: 0.5rem;
    }

    .catalogue-filters-row-first .catalogue-filter{

    }

    .catalogue-filters {
        width: 100%;
    }

    .catalogue-filters-row, .catalogue-filters-row-first {
        width: 100%;
    }

    .catalogue-filters-row-first .catalogue-filter {
        font-size: 13px;
    }

    .catalogue-filters-row-first .catalogue-filter {
        padding: 8px 15px;
    }

    .inscription-step-alert {
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
    }

    .inscription-step-alert svg {
        display: none;
    }

    .logo-header {
        width: 160px;
        max-width: 160px;
    }
}

@media (max-width: 600px) {
    .fixed-btn {
        right: 5rem;
        bottom: 1.25rem;
    }

    .tp-contact-form {
        padding: 1rem;
    }

    .modal-body {
        padding: 0 0.5rem;
    }

    .tp-footer-cst-bottom {
        padding-bottom: 4rem;
    }

    .tp-testimonial-it-title h2 {
        font-size: 2rem;
    }

    .pb-115 {
        padding-bottom: 0px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .encart-catalogue-content-bottom {
        gap: 1rem;
    }

    .formation-item-two .tp-team-it-content{
        padding: 30px 16px;
    }

    .formation-item-two .catalogue-formation-item-bottom {
        margin-bottom: 20px !important;
    }

    .formation-item-two .catalogue-formation-item .tp-team-it-socials {
        width: 100%;
    }

    .formation-item-two .catalogue-formation-item .tp-team-it-socials-trigger {
        margin: 0;
    }

    .formation-item-two .catalogue-formation-item .tp-team-it-socials-trigger:before, .formation-item-two .catalogue-formation-item .tp-team-it-socials-trigger:after {
        content: none;
    }

    .formation-item-two .tp-team-it-socials {
        left: 0;
    }

    .formation-item-two .catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger .tp-team-it-socials-share {
        width: calc(100% - 1rem);
        margin: 0 0.5rem;
    }

    .tp-testimonial-it-ratings-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .tp-testimonial-it-ratings-wrap img {
        max-width: 120px;
    }
}

@media (max-width: 450px) {
    .more-formations-title {
        padding: 0.5rem;
    }

    .catalogue-filters-row {
        flex-direction: column;
        width: 100%;
    }

    .catalogue-filter {
        width: 100%;
    }

    .tp-faq-wrap .accordion-body {
        padding: 18px;

    }

    .tp-faq-details-para ul li, .tp-faq-details-para p {
        font-size: 14px;
        line-height: 1.2;
    }

    .tp-service-pp-content ul {
        padding-left: 1rem;
    }

    .video-bg iframe, .video-bg video {
        width: auto;
        height: 50vh;
        aspect-ratio: initial;
    }

    .hero-homepage {
        min-height: 50vh;
        position: relative;
    }

    .main-page .encart-catalogue {
        margin-top: -220px;
    }

    .tp-counter-cst-item-inner {
        justify-content: start !important;
    }

    .tp-team-it-thumb img {
        object-fit: contain;
    }

    .tp-footer-copyright {
        flex-direction: column;
        gap: 0;
    }

    .btn-primary-blue {
        width: 100%;
    }

    .tp-service-cst-item-border {
        max-height: 600px;
    }

    .tp-service-cst-content {
        padding: 20px;
        margin: -93px 0 0;
    }

    .tp-banner-cst-widget {
        height: 200px;
    }

    .tp-banner-cst-logo-wrap {
        height: auto;
        padding-top: 0;
    }

    .tp-banner-cst-bottom {
        margin-top: 50px;
    }

    .catalogue-formation-item img {
        height: 160px;
        object-fit: cover;
    }

    .catalogue-formation-item .tp-team-it-socials {
        width: 100%;
        left: 0;
    }

    .catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger {
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger:before {
        content: none;
    }

    .catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger:after {
        content: none;
    }

    .catalogue-formation-item .tp-team-it-content {
        padding: 20px;
    }

    .catalogue-formation-item-bottom .btn-primary-blue .btn-icon {
        display: none;
    }

    .catalogue-formation-item-bottom .btn-primary-blue {
        padding: 14px 12px;
    }

    .catalogue-formation-item-bottom .btn-primary-blue .btn-text {
        margin-right: 0;
    }

    .catalogue-formation-item .tp-team-it-socials .tp-team-it-socials-trigger .tp-team-it-socials-share {
        font-size: 12px;
    }

    .catalogue-formation-item.tp-team-it-item {
        margin-bottom: 25px;
    }

    .tp-postbox-wrapper, .tp-postbox-wrapper .tp-faq-wrap {
        margin-bottom: 0;
    }

    .tp-blog-details-area {
        padding-bottom: 0;
    }

    .modal-body {
        position: relative;
    }

    .inscription-step-buttons-container {
        position: sticky;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        z-index: 50;
    }

    .inscription-step-buttons-container .btn-secondary-blue {
        background-color: #FFFFFF;
    }

    .inscription-step-buttons-container .btn-secondary-blue:hover {
        background: #2B3A7F;
        color: #ffffff;
    }

    .inscription-date-badge-body {
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
    }

    .inscription-date-badge-places {
        gap: 4px;
        flex-direction: column;
        margin-right: -18px;
        line-height: 1.2;
        text-align: center;
        width: 30%;
    }

    .inscription-date-badge-date {
        font-size: 14px;
        width: 70%;
    }

    .inscription-date-badge.active .inscription-date-badge-date {
        width: 100%;
        text-align: center;
    }

    .inscription-date-badge.active .inscription-date-badge-places {
        margin-right: 0;
    }

    .inscription-date-badge {
        padding: 8px 16px;
    }

    .inscription-date-badge.active .inscription-date-badge-body {
        flex-direction: column;
    }

    .inscription-step.inscription-step--2 {
        padding: 0.5rem 0.25rem;
    }

    .nice-select.open .list {
        z-index: 100;
    }

    .tp-portfolio-it-wrap {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background: rgba(16, 48, 42, 0.2);
    }

    .tp-portfolio-it-wrap .tp-portfolio-it-content {
        transform: translateY(0);
    }

    .service__item-8 {
        position: relative;
    }

    .thematique-absolute-img {
        display: flex;
    }

    .thematique-absolute-img::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(32, 40, 45, 0.5);
    }
}

@media (max-width: 400px) {
    .inscription-date-badge {
        flex-direction: column;
        gap: 4px;
    }

    .inscription-date-badge-date {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-portfolio-it-wrap {
        padding-top: 150px;
    }

    .tp-portfolio-it-content {
        transform: translateY(250px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-it-wrap {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-portfolio-it-wrap {
        padding-top: 50px;
    }
}

@media (max-width: 1600px) {
    .tp-portfolio-it-title a {
        font-size: 24px;
    }
}

@media (max-width: 1300px) {
    .catalogue-filters {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .text-bloc-text-col {
        width: 60%;
        margin-left: -10%;
    }
}

@media (max-width: 900px) {
    .text-bloc-image-col {
        width: 100%;
        margin-top: -5%;
    }

    .text-bloc-text-col {
        width: 100%;
        margin-left: 0;
        margin-top: -20%;
    }
}

.cmplz-link.cmplz-manage-third-parties.cookie-statement {
    display: none !important;
}

form p #bouton {
    background: #2B3A7F;
    border: 1px solid #2B3A7F;
    color: #ffffff;
    font-size: 15px;
    padding: 18px 30px;
    font-family: var(--tp-ff-inter);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 0;
    border-radius: 26px;
    text-transform: uppercase !important;
    display: inline-block !important;
}