#popup-student-job-form form .cf7-row.file-upload-field {
    display: none !important;
}

.page-id-13876 #mysticky-wrap,
.page-id-13876 #site-footer,
.page-id-13876 #cmplz-cookiebanner-container,
.page-id-13876 #cmplz-manage-consent,
.page-id-13876 .breadcrumbs {
    display: none !important;
}

#preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.loader {
    width: 50px;
    height: 50px;
    border: 4px solid #e5e5e5;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}


.site-header .main-nav-button .main-toggle {
    background: transparent;
}

body b, body strong {
    font-weight: 700;
}

ul {
    padding-left: 26px;
}

.cell-26plus-merged {
    grid-column: 4;
    grid-row: 5 / 7;
}

.image-block img {
    display: block !important;
}

.hover-overlay-7a33ff:hover .elementor-custom-embed-image-overlay {
    background: rgb(122 51 255 / 50%);
}

.hover-overlay-7a33ff:hover .elementor-custom-embed-image-overlay img {
    mix-blend-mode: hard-light;
}

.hover-overlay-7a33ff:hover .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    background: transparent;
}

.hover-overlay-fa0588:hover .elementor-custom-embed-image-overlay {
    background: rgb(250 5 136 / 50%);
}

.hover-overlay-fa0588:hover .elementor-custom-embed-image-overlay img {
    mix-blend-mode: hard-light;
}

.hover-overlay-fa0588:hover .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    background: transparent;
}

.hover-overlay-fa0588 .elementor-custom-embed-play {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: #FB37A0;
    mix-blend-mode: hard-light;
}

.btn-animation-text-slide-up-down .elementor-button {
    display: block;
    position: relative;
    overflow: hidden;
}

.btn-animation-text-slide-up-down .elementor-button .elementor-button-text {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-animation-text-slide-up-down .elementor-button .span-mother,
.btn-animation-text-slide-up-down .elementor-button .span-mother2 {
    display: flex;
}

.btn-animation-text-slide-up-down .elementor-button .span-mother span,
.btn-animation-text-slide-up-down .elementor-button .span-mother2 span {
    display: inline-block;
    transition-duration: calc(0.25s + (var(--i) * 0.02s));
    transition-timing-function: ease;
    transition-delay: calc(var(--i) * 0.01s);
}

.btn-animation-text-slide-up-down .elementor-button .span-mother span {
    transform: translateY(0);
}

.btn-animation-text-slide-up-down .elementor-button:hover .span-mother span {
    transform: translateY(25px);
}

.btn-animation-text-slide-up-down.btn-animation-text-slide-up-down-2 .elementor-button:hover .span-mother span {
    transform: translateY(35px);
}

.btn-animation-text-slide-up-down .elementor-button .span-mother2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.btn-animation-text-slide-up-down .elementor-button .span-mother2 span {
    transform: translateY(-25px);
}

.btn-animation-text-slide-up-down.btn-animation-text-slide-up-down-2 .elementor-button .span-mother2 span {
    transform: translateY(-35px);
}

.btn-animation-text-slide-up-down .elementor-button:hover .span-mother2 span {
    transform: translateY(0);
}

.text-three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link-text-footer a {
    color: #ffffff !important;
    text-decoration: none;
}

.btn-header .elementor-button-icon svg {
    height: auto;
    width: 20px;
}

.subscribe-form p {
    margin: 0;
}

.subscribe-form label {
    display: block;
    margin-bottom: 5px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #0A0A0AE5;
}

.subscribe-form input[type="email"],
.subscribe-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #0A0A0A33;
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #6B7280;
    margin-bottom: 15px;
    background: #fff;
    outline: none;
}

.subscribe-form textarea {
    height: 134px !important;
    resize: vertical;
}

.form-footer,
.form-footer p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-footer .wpcf7-spinner {
    order: 2;
    margin: 0 0 0 5px;
}

.subscribe-btn {
    background: #7A33FF !important;
    font-family: "Libre Franklin", sans-serif !important;
    letter-spacing: -0.5px !important;
    border: 2px solid #7A33FF !important;
    border-radius: 4px !important;
    padding: 10px 15px 10px 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: background 0.3s
    ease;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
    color: #7A33FF !important;
    background: transparent !important;
}


.subscribe-btn:hover svg path,
.subscribe-btn:focus svg path {
    fill: #7A33FF;
}

.subscribe-btn svg {
    width: 24px;
    height: 24px;
}

.subscribe-form .wpcf7-form-control.wpcf7-acceptance {
    background: transparent !important;
}

.wpcf7-form .terms {
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #6B7280;
    color: #0A0A0AE5;
}

.wpcf7-form .terms a {
    color: #7A33FF;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

.subscribe-form input[type="checkbox"] {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #E11D48;
    margin-bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 5px;
    text-align: center;
}

.text-align-left,
.text-align-left .elementor-button-text {
    text-align: left;
}

.icon-size-24 .elementor-button-icon svg {
    width: 24px;
}

.icon-size-20 .elementor-button-icon svg {
    width: 20px;
}

.btn-fill-7a33ff .elementor-button:hover svg path,
.btn-fill-7a33ff .elementor-button:focus svg path {
    fill: #7A33FF;
}

.btn-fill-ffffff .elementor-button:hover svg path,
.btn-fill-ffffff .elementor-button:focus svg path {
    fill: #ffffff;
}

.btn-fill-fb37a0 .elementor-button:hover svg path,
.btn-fill-fb37a0 .elementor-button:focus svg path {
    fill: #FB37A0;
}

.btn-hover-border-451a03 .elementor-button:hover {
    border-color: #451A03 !important;
}

.social-fill-ffffff .elementor-social-icon:hover svg path,
.social-fill-ffffff .elementor-social-icon:focus svg path {
    fill: #ffffff;
}

.title-with-border .elementor-heading-title {
    position: relative;
}

.btn-read-more {
    cursor: pointer;
}

.btn-read-more > * {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 4px;
}

.read-more-text.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-title-2line h3.elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link-underline-dot,
.link-underline-dot > * {
    text-decoration-line: underline !important;
    text-decoration-style: dotted !important;
    text-underline-offset: 4px !important;
}

.contact-text a {
    text-decoration-line: underline !important;
    text-decoration-style: dotted !important;
    text-underline-offset: 4px !important;
    color: #7A33FF !important;
}

.reasons-box span {
    text-decoration-line: underline !important;
    text-decoration-style: dotted !important;
    text-underline-offset: 4px;
    font-weight: 500;
}

.list-partner {
    text-align: center;
}

.list-partner figure.gallery-item .gallery-icon {
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.list-partner figure.gallery-item .gallery-icon img {
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.link-text-footer a:hover {
    color: #FA0588 !important;
}

.elementor-custom-embed-play {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: #7A33FF;
    mix-blend-mode: hard-light;
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg  {
    opacity: 1;
}

.list-scroll-loop .elementor-loop-container {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    gap: 32px;
    padding-bottom: 32px !important;
}

.list-scroll-loop .elementor-loop-container::-webkit-scrollbar {
    height: 10px;
}

.list-scroll-loop .elementor-loop-container::-webkit-scrollbar-track {
    background: #0A0A0A33;
    border-radius: 10px;
    margin-left: calc((1600px - 1136px) / 2);
    margin-right: calc((1600px - 1136px) / 2);
}

.list-scroll-loop .elementor-loop-container::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.list-scroll-loop .elementor-loop-container .e-loop-item {
    flex: 0 0 auto !important;
    width: 240px;
}

.list-scroll {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    gap: 32px;
    padding-bottom: 32px !important;
}

.list-scroll::-webkit-scrollbar {
    height: 10px;
}

.list-scroll::-webkit-scrollbar-track {
    background: #0A0A0A33;
    border-radius: 10px;
    margin-left: calc((1600px - 1136px) / 2);
    margin-right: calc((1600px - 1136px) / 2);
}

.list-scroll::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.list-scroll > .e-con {
    flex: 0 0 auto !important;
    width: 240px;
}

.list-scroll.list-scroll-video {
    padding-bottom: 64px !important;
}

.list-scroll.list-scroll-video-2 {
    padding-bottom: 32px !important;
}

.list-scroll.list-scroll-video > .elementor-widget-video {
    flex: 0 0 auto !important;
    width: 360px;
}

.list-scroll.list-scroll-video::-webkit-scrollbar-track {
    background: #0A0A0A33;
    border-radius: 10px;
    margin-left: calc((100vw - 1136px) / 2);
    margin-right: calc((100vw - 1136px) / 2);
}

.list-scroll.list-scroll-video::-webkit-scrollbar-thumb {
    border: 2px solid #0A0A0A33;
    background: #fff;
    border-radius: 10px;
}

.list-scroll.list-scroll-video::-webkit-scrollbar-track {
    margin-left: calc((100vw - 1072px) / 2);
    margin-right: calc((100vw - 1072px) / 2);
}

#breadcrumbs > span {
    display: flex;
    gap: 10px;
}

.img-full-height {
    width: 100%;
    height: 100%;
}

.section-absolute,
.section-absolute * {
    height: 100% !important;
    display: block !important;
}

.mix-blend-mode-overlay {
    mix-blend-mode: overlay;
}

.mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
}

.mix-blend-mode-multiply {
    mix-blend-mode: multiply;
}

.mix-blend-mode-screen {
    mix-blend-mode: screen;
}

.accordion-faq .e-n-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-faq .e-n-accordion .e-n-accordion-item {
    box-shadow: 0px 1px 2px #09090933;
    border-radius: 8px;
}

.accordion-faq span.e-n-accordion-item-title-icon {
    width: 24px !important;
    height: 24px;
    border: 2px solid #FA0588;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
}

.accordion-faq span.e-n-accordion-item-title-icon svg {
    width: 12px !important;
}

.accordion-faq.accordion-faq-pro span.e-n-accordion-item-title-icon {
    border: 2px solid #7A33FF;
}

.back-to-top {
    display: none;
    opacity: 0;
}

.back-to-top.show {
    display: block;
    opacity: 1;
}

.back-to-top a {
    display: block;
}

.ecole-list-partner .gallery {
    text-align: left;
}

.formation-search-box {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 1px 3px #0A0A0A33;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.formation-search-box h3 {
    font-family: "Libre Franklin", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #171717;
    margin: 0;
}

.formation-search-form {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.formation-search-form select {
    flex: 1;
    height: 48px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #0A0A0A33;
    font-family: "Libre Franklin", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #6B7280;
}

.formation-search-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2025/12/icon-67.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
}

.formation-search-form button {
    height: 48px;
    font-family: "Libre Franklin", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: -0.5px !important;
    color: #F8F5FF !important;
    border-radius: 4px !important;
}

.formation-search-form button:hover {
    color:  var(--e-global-color-primary) !important;
}

.nav-filter-formations {
    display: inline-flex;
    gap: 8px;
}

.nav-filter-formations a {
    font-family: "Libre Franklin", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #0A0A0AE5;
    padding: 6px 22px;
    border-radius: 999px;
    background: #E5E5E5;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nav-filter-formations a.active {
    background: var(--e-global-color-primary);
    color: #fff;
}

.nav-filter-formations a:hover {
    background: #DCDCDC;
}

.nav-filter-formations a.active:hover {
    background: var(--e-global-color-primary);
}

.block-blur {
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    -webkit-mask-image: linear-gradient(to top, black 45%, transparent 100%);
    mask-image: linear-gradient(to top, black 45%, transparent 100%);
}

.feedback-box-hover .box-hover {
    transform: translateY(100%);
    transition: all .3s ease;
}

.feedback-box-hover:hover .box-hover {
    transform: translateY(0);
}

.font-libre-franklin .elementor-button {
    font-family: "Libre Franklin", sans-serif !important;
    border-radius: 4px !important;
    letter-spacing: -0.5px !important;
    padding: 10px !important;
}

.entreprises-menu .entreprises-menu-wrap {
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.entreprises-menu:hover .entreprises-menu-wrap {
    opacity: 1;
    pointer-events: auto;
}

.entreprises-menu .entreprises-menu-wrap a {
    display: block;
}

#backToTop {
    transition: right .2s ease;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: grid !important;
    grid-template-columns: 1fr 24px !important;
}

#button-toggle-menu .elementor-icon {
    display: block;
    cursor: pointer;
}

#menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(110%);
    max-height: 100vh;
    min-height: 100vh;
    background: #fff;
    overflow: auto;
    transition: all .3s ease;
}

#menu-mobile.active {
    transform: translateX(0);
}

#menu-mobile .icon-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-mobile .icon-dropdown .elementor-icon-wrapper {
    height: 20px;
}

#menu-mobile .icon-dropdown svg {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    transition: all .3s ease;
}

#menu-mobile .icon-dropdown.active svg {
    transform: rotate(0deg);
}

#menu-mobile .entreprises-menu .entreprises-menu-wrap {
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: all .3s ease;
}

#menu-mobile .max-width-110 .elementor-button-text {
    max-width: 110px;
}

#menu-mobile .max-width-95 .elementor-button-text {
    max-width: 95px;
}

.calendar-wrap .formation-calendar .calendar-header {
    gap: 32px;
    grid-template-columns: 194px auto auto;
}

.calendar-wrap .formation-calendar .calendar-header select {
    width: 222px;
}

.calendar-wrap .formation-calendar .calendar-header input {
    width: 367px;
}

.calendar-wrap .formation-calendar .calendar-body {
    order-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 3px #0A0A0A33;
}

.formation-session-title {
    font-family: "Libre Franklin", Sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #171717;
    margin: 0;
}

.formation-session-date {
    font-family: "Libre Franklin", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #171717;
}

.formation-session-location {
    font-family: "Libre Franklin", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #171717;
}

.elementor-kit-6 button.e-filter-item:focus,
.elementor-kit-6 button.e-filter-item:hover {
    border-radius: 99px;
}

.custom-blog-excerpt {
    font-family: "Libre Franklin", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.audience-b2b .audience-tag {
    background-color: #7A33FF !important;
}

.audience-b2c .audience-tag {
    background-color: #FB37A0 !important;
}

.blog-item .featured-image a {
    display: block;
    width: 100%;
}

/* Pagination */
.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.elementor-pagination .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    border-radius: 4px;
    background: #e5e5e5;
    color: #0A0A0AE5;
    text-decoration: none;
    margin: 0 !important;
    transition: all 0.25s ease;
}

.elementor-pagination .page-numbers:hover {
    background: #d9d9d9;
}

.elementor-pagination .page-numbers.current {
    background: #FB37A0;
    color: #fff;
    cursor: default;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0;
    background: #E5E5E5;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    background-image: url("/wp-content/uploads/2026/01/icon-90.svg");
}

.elementor-pagination .page-numbers.prev {
    transform: rotate(180deg);
}

.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
    background: #d9d9d9;
}

.elementor-pagination .page-numbers.prev:not([href]) {
    opacity: 0.5;
    pointer-events: none;
}

.elementor-pagination .elementor-screen-only {
    display: none;
}

/* Button submit form animation */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.wpcf7-form.submitting .submit-button .elementor-button {
    position: relative;
    pointer-events: none;
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}

.wpcf7-form.submitting .submit-button .elementor-button-content-wrapper {
    visibility: hidden;
    opacity: 0;
}

.wpcf7-form.submitting .submit-button .elementor-button::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s ease-in-out infinite;
    z-index: 2;
}

.mobile-menu-pro nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    z-index: 9;
    margin-top: 20px;
}

.limit-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-offer-item .job-offer-content p {
    margin: 0 !important;
}

.job-offer-item .job-offer-content p strong {
    font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1700px) {
    .splash-page-container.elementor-element.elementor-element-8aa3134 {
        --content-width: 95% !important;
    }
}

@media (max-width: 1200px) {
    .list-scroll::-webkit-scrollbar-track {
        margin-left: 0;
        margin-right: 0;
    }

    .list-scroll.list-scroll-video::-webkit-scrollbar-track {
        margin-left: 0;
        margin-right:0;
    }

    .list-scroll.list-scroll-video::-webkit-scrollbar-track {
        margin-left: 0;
        margin-right: 0;
    }

    .list-scroll.list-scroll-video {
        padding-bottom: 32px !important;
    }
}

@media (max-width: 1024px) {
    .calendar-wrap .calendar-header {
        grid-template-columns: 1fr;
        margin: 0 0 20px 0;
    }

    .calendar-wrap .calendar-header > div {
        justify-content: flex-start;
    }

    .header-pro .mobile-menu-pro nav {
        right: -10px;
    }

    .page-id-13876 .img-gradient-left,
    .page-id-13876 .img-gradient-right {
        bottom: 0;
    }

    .page-id-13876 .img-center {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .list-partner figure.gallery-item .gallery-icon img {
        max-width: 100%;
        max-height: 100px;
    }

    .list-partner figure.gallery-item {
        width: 50%;
    }

    .list-partner figure.gallery-item .gallery-icon {
        height: auto;
    }

    .list-scroll.list-scroll-video > .elementor-widget-video {
        width: 300px;
    }

    #breadcrumbs span span {
        display: none;
    }

    #breadcrumbs span span:first-child,
    #breadcrumbs span span.breadcrumb_last {
        display: inline;
    }

    #breadcrumbs span {
        font-size: 0;
        gap: 0;
    }

    #breadcrumbs span span {
        font-size: 16px;
    }

    #breadcrumbs span span:first-child::after {
        content: " > ";
        color: rgba(255,255,255, 1);
        display: inline-block;
        margin: 0 10px;
    }
	
	#breadcrumbs span span.breadcrumb_last {
        white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 75%;
    }

    .breadcrumbs-pro #breadcrumbs span span:first-child::after {
        color: #0A0A0AE5;
    }

    .form-footer p {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .form-footer .subscribe-btn {
        order: 2;
    }

    .formation-search-box {
        padding: 40px 20px;
    }

    .formation-search-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .elementor-kit-6 h3 {
        font-size: 22px;
    }

    .header-pro .elementor-menu-toggle {
        padding: 0;
    }

    .formation-session-title {
        font-size: 16px !important;
    }

    .elementor-pagination .page-numbers {
        width: 36px;
        height: 36px;
    }

    .elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
        width: 36px;
        height: 36px;
        background-size: 20px;
    }

    .single-post .content-post h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .single-post .content-post h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .single-post .content-post h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .single-post .content-post h5,
    .single-post .content-post h6 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}