/*
Theme Name: Mike's Child Theme
Theme URI: https://olliewp.com
Description: This is Mike's custom child theme.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
Version: 1.7.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/


/* ══════════════════════════════════════════════════════
   1. RESET & BASE
   ══════════════════════════════════════════════════════ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: clip;
}

body {
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

hr {
    border: none !important;
    height: 1px !important;
    width: 100%;
}


/* ══════════════════════════════════════════════════════
   2. TYPOGRAPHIE
   ══════════════════════════════════════════════════════ */

h1,
h2,
h3,
.wp-block-heading {
    text-wrap: balance;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    margin-block-start: 0;
    margin-block-end: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


:root {
    --wp--preset--spacing--medium: clamp(1.5rem, 4vw, 2rem);
}

.entry-content li {
    margin-bottom: 0.5em;
}

li::marker {
    color: var(--wp--preset--color--accent);
}

.ccism-stat-number {
    line-height: var(--wp--custom--line-height--tight);
}


/* ══════════════════════════════════════════════════════
   3. MISE EN PAGE & UTILITAIRES
   ══════════════════════════════════════════════════════ */

:root {
    --site-header-height: 131.5px;
    --site-header-height-static: 83.5px;
}

.transparent-header {
    margin-top: calc(-1 * var(--site-header-height)) !important;
    padding-top: var(--site-header-height) !important;
}

.hero-height {
    min-height: 100vh;
    min-height: 100dvh;
}

.hero-height.transparent-header {
    min-height: calc(100vh + 20px) !important;
}

/* Étire chaque carte de grille pour qu'elle occupe toute la hauteur de la cellule */
.wp-block-post-template.is-layout-grid>li.wp-block-post {
    display: flex;
}

.wp-block-post-template.is-layout-grid>li.wp-block-post>.wp-block-group {
    flex: 1;
}

.wp-block-post-template.is-layout-grid>li.wp-block-post {
    display: flex;
    flex-direction: column;
}

li.wp-block-post {
    position: relative;
}

.wp-block-post-title a::after {
    content: "";
    position: absolute;
    inset: 0;
}

.wp-block-post-author a,
.wp-block-post-terms a {
    position: relative;
    z-index: 1;
}

/* Effet de survol "carte" sur les cartes d'articles de blog */
li.wp-block-post {
    transition: transform 0.25s ease;
}

li.wp-block-post:hover {
    transform: scale(0.97);
}

/* Même effet de survol sur les cartes JetEngine Listing Grid (événements, etc.) */
.jet-listing-grid__item {
    transition: transform 0.25s ease;
}

.jet-listing-grid__item:hover {
    transform: scale(0.97);
}

.wp-block-post-excerpt__more-text {
    margin-top: var(--wp--preset--spacing--s) !important;
    font-weight: var(--wp--custom--font-weight--medium);
}


/* ══════════════════════════════════════════════════════
   4. HEADER & NAVIGATION
   ══════════════════════════════════════════════════════ */
.wp-block-navigation a {
    text-decoration: none !important;
}

/* Soulignement animé sur les liens du header et du footer */
header a:not(.btn):not(.custom-logo-link) .wp-block-navigation-item__label,
footer a:not(.btn):not(.social-icon a):not(.bold-copyright):not(.contact-link a) {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

header a:not(.btn):not(.custom-logo-link) .wp-block-navigation-item__label::after,
footer a:not(.btn):not(.social-icon a):not(.bold-copyright):not(.contact-link a)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wp--preset--color--accent);
    transition: width 0.8s ease;
}

header a:not(.btn):not(.custom-logo-link):hover .wp-block-navigation-item__label::after,
footer a:not(.btn):not(.social-icon a):not(.bold-copyright):not(.contact-link a):hover::after {
    width: 100%;
}

.nav__submenu .wp-block-navigation__submenu-container {
    padding: var(--wp--preset--spacing--s) !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: var(--wp--preset--spacing--s) !important;
    min-height: 100px !important;
}

.nav__submenu ul {
    padding: var(--wp--preset--spacing--m);
}

.ccism-user-menu {
    position: relative;
}

.ccism-user-menu__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    background-color: var(--wp--preset--color--bg);
    border-radius: var(--wp--custom--radius--medium);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.ccism-user-menu__trigger svg {
    width: 24px;
    height: 24px;
}

.ccism-user-menu__trigger--avatar {
    padding: 0;
    overflow: hidden;
}

.ccism-user-menu__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}


a.ccism-user-menu__trigger {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}


button.ccism-user-menu__trigger {
    color: var(--wp--preset--color--primary);
}

.ccism-user-menu__trigger:hover {
    transform: scale(0.96);
}

.ccism-user-menu__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + var(--wp--preset--spacing--xs));
    right: 0;
    flex-direction: column;
    min-width: 200px;
    background: var(--wp--preset--color--white);
    border-radius: var(--wp--custom--radius--medium);
    box-shadow: var(--wp--preset--shadow--light);
    padding: var(--wp--preset--spacing--xs);
    z-index: 100;
}

.ccism-user-menu.open .ccism-user-menu__dropdown {
    display: flex;
}

.ccism-user-menu__dropdown a {
    padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--s);
    border-radius: var(--wp--custom--radius--small);
    font-size: var(--wp--preset--font-size--s);
    font-family: var(--wp--preset--font-family--title);
    color: var(--wp--preset--color--black);
    text-decoration: none;
    white-space: nowrap;
}

.ccism-user-menu__dropdown a:hover {
    background-color: var(--wp--preset--color--bg);
}

.wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    padding: 0 !important;
}

/* Overlay nav en vertical : forcer l'alignement à droite manuellement */
.wp-block-navigation__responsive-container.is-menu-open [aria-label="Navigation (mobile)"].is-layout-flow {
    text-align: right;
}

.wp-block-navigation__responsive-container.is-menu-open [aria-label="Navigation (mobile)"].is-layout-flow .wp-block-navigation-item {
    text-align: right;
}


/* ══════════════════════════════════════════════════════
   5. FOOTER
   ══════════════════════════════════════════════════════ */

.footer-separator {
    background: linear-gradient(to right, transparent, var(--wp--preset--color--white), transparent) !important;
}

.copywright {
    font-size: var(--wp--preset--font-size--micro);
    color: var(--wp--preset--color--white);
}


/* ══════════════════════════════════════════════════════
   6. BOUTONS & CTA
   ══════════════════════════════════════════════════════ */

.btn {
    text-decoration: none;
    cursor: pointer;
    font-family: var(--wp--preset--font-family--title);
    font-size: var(--wp--preset--font-size--s);
}

/* Bouton primaire (icône + label animés) */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: var(--wp--preset--spacing--micro);
    color: var(--wp--preset--color--white);
    font-weight: var(--wp--custom--font-weight--medium);
    transition: gap 0.2s ease;
}

.btn-primary:not(.is-disabled):hover {
    gap: 0;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--wp--preset--color--primary);
    border-radius: var(--wp--custom--radius--medium);
    color: #ffffff;
    transition: border-radius 0.2s ease;
}

.btn-label {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: var(--wp--preset--color--primary);
    border-radius: var(--wp--custom--radius--medium);
    padding: var(--wp--preset--spacing--s) 20px;
    color: #ffffff;
    transition: border-radius 0.2s ease;
}

.btn-primary:not(.is-disabled):hover .btn-icon {
    border-radius: var(--wp--custom--radius--medium) 0 0 var(--wp--custom--radius--medium);
}

.btn-primary:not(.is-disabled):hover .btn-label {
    border-radius: 0 var(--wp--custom--radius--medium) var(--wp--custom--radius--medium) 0;
}

.btn-icon svg {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.btn-primary:not(.is-disabled):hover .btn-icon svg {
    transform: translateX(6px);
}

/* Variante claire pour fond sombre */
.btn-primary-light .btn-icon,
.btn-primary-light .btn-label {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
}

/* État désactivé */
.btn-primary.is-disabled {
    border: none;
    background: none;
    padding: 0;
    appearance: none;
    cursor: not-allowed;
    opacity: 0.5;
}

/* Bouton outline (Gutenberg) */
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline-2 .wp-block-button__link,
.ccism-pagination__prev,
.ccism-pagination__next,
.wp-load-more__button {
    background-color: transparent !important;
    border: 1px solid var(--wp--preset--color--grey) !important;
    color: var(--wp--preset--color--black) !important;
    border-radius: var(--wp--custom--radius--small) !important;
    padding: var(--wp--preset--spacing--xs) 20px !important;
    outline: none;
    transition: border 0.4s ease, transform 0.2s ease !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline-2 .wp-block-button__link:hover,
.ccism-pagination__prev:hover,
.ccism-pagination__next:hover,
.wp-load-more__button:hover {
    border: 1px solid var(--wp--preset--color--primary) !important;
    transform: scale(0.96);
}

/* Bouton fill (Gutenberg) */
.wp-block-button.is-style-fill .wp-block-button__link,
.ccism-event-link>a {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border-radius: var(--wp--custom--radius--small) !important;
    padding: var(--wp--preset--spacing--s) 20px !important;
    transition: transform 0.2s ease;
    display: inline-block;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover,
.ccism-event-link>a:hover {
    transform: scale(0.96);
}


/* ══════════════════════════════════════════════════════
   7. COMPOSANTS CCISM
   ══════════════════════════════════════════════════════ */

/* ── Cartes avantages ── */
.ccism-card-avantages {
    transition: background-color 0.5s ease-in, color 0.5s ease-in, transform 0.3s ease;
}

.ccism-card-avantages h3,
.ccism-card-avantages p {
    transition: color 0.5s ease-in;
}

.ccism-card-avantages__home {
    transition: background-color 0.5s ease-in, padding 0.5s ease, border-radius 0.5s ease-in;
}

/* (hover: hover) = appareil avec un vrai pointeur — sur tactile, :hover
   resterait "collé" (carte inversée en couleur primaire) après un tap. */
@media (hover: hover) and (pointer: fine) {
    .ccism-card-avantages:hover {
        background-color: var(--wp--preset--color--primary) !important;
        transform: scale(1.05);
    }

    .ccism-card-avantages:hover h3,
    .ccism-card-avantages:hover p {
        color: var(--wp--preset--color--white) !important;
    }

    .ccism-card-avantages__home:hover {
        background-color: var(--wp--preset--color--bg);
        padding: var(--wp--preset--spacing--m);
        border-radius: var(--wp--custom--radius--medium);
    }
}

/* ── Icônes sociales ── */
.ccism-social-icon__bg {
    fill: var(--wp--preset--color--white);
}

.ccism-social-icon__glyph {
    fill: var(--wp--preset--color--primary);
}

.ccism-social-icon {
    width: 32px;
    height: 32px;
}

/* ── Restriction de contenu (ccism-core) ── */
.ccism-event__access-notice {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xs);
}

.ccism-event__access-text {
    font-size: var(--wp--preset--font-size--micro);
}

.ccism-gated-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--wp--preset--spacing--s);
    text-align: center;
    border: 1px solid var(--wp--preset--color--grey);
    border-radius: var(--wp--custom--radius--medium);
    padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--m);
}

.ccism-gated-block__title {
    font-size: var(--wp--preset--font-size--m);
}

.ccism-gated-block__text {
    max-width: 480px;
}

.ccism-gated-block__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--wp--preset--spacing--s);
}

.ccism-gated-block .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: var(--wp--preset--font-size--s) !important;
}

.ccism-gated-block .wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: var(--wp--preset--color--black) !important;
}


/* ══════════════════════════════════════════════════════
   8. EMPLOIS & JET ENGINE
   ══════════════════════════════════════════════════════ */

.wp-block-columns.emploi-columns {
    align-items: flex-start !important;
}

.colonne-entreprise {
    position: sticky;
    top: calc(var(--site-header-height-static) + 60px);
}

.video-temoignage {
    width: 100%;
}

.video-temoignage iframe {
    width: 100%;
    aspect-ratio: 9/16;
    height: auto;
    border-radius: var(--wp--custom--radius--small);
}

.ccism-temoignage-card--highlight .ccism-temoignage__title {
    margin-bottom: var(--wp--preset--spacing--xs);
    font-size:var(--wp--preset--font-size--xxl);
    font-weight:var(--wp--custom--font-weight--bold);
}

.ccism-temoignage__description {
    margin-bottom: var(--wp--preset--spacing--s);
}

.ccism-temoignage__iframe iframe {
    width: min(420px, 100%);
    aspect-ratio: 9/16;
    height: auto;
    border-radius: var(--wp--custom--radius--small);
}

.ccism-temoignage-card--video-highlight {
    max-width: var(--wp--style--global--wide-size);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--wp--preset--spacing--l);
}

.ccism-temoignage-card--video-highlight .ccism-temoignage-card__info {
    display: flex;
    flex-direction: column;
}

.ccism-temoignage-card--video-highlight .ccism-temoignage-card__date {
    margin-bottom: var(--wp--preset--spacing--xs);
}

.ccism-temoignage-card--video-highlight .ccism-temoignage__description {
    margin-bottom: 0;
}

.ccism-temoignage-card--video-highlight .ccism-temoignage__iframe {
    text-align: right;
}

@media (max-width: 781px) {
    .ccism-temoignage-card--video-highlight {
        grid-template-columns: 1fr;
    }
}

.ccism-temoignage-card--written {
    display: block;
    max-width: 375px;
    text-align: left;
    border-radius: var(--wp--custom--radius--medium);
    color: inherit;
}

.ccism-temoignage-card__image {
    aspect-ratio: 3 / 4;
    margin-bottom: var(--wp--preset--spacing--s);
}

.ccism-temoignage-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--wp--custom--radius--medium);
}

.ccism-temoignage-card--written .ccism-temoignage__title {
    margin-bottom: var(--wp--preset--spacing--micro);
}

.ccism-temoignage-card__date {
    display: block;
    font-size: var(--wp--preset--font-size--xs);
    color: var(--wp--preset--color--muted-text);
    margin-bottom: var(--wp--preset--spacing--s);
}

.ccism-temoignage-card__excerpt {
    font-size: var(--wp--preset--font-size--s);
    color: var(--wp--preset--color--black);
    margin: 0;
}


.ccism-temoignages-nav {
    display: none;
}

.tag-role {
    background: var(--wp--preset--color--bg);
    border-radius: var(--wp--custom--radius--small);
    padding: var(--wp--preset--spacing--micro);
    width: fit-content;
    font-size: var(--wp--preset--font-size--micro);
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.tag-emploi {
    font-size: var(--wp--preset--font-size--micro);
    border-radius: var(--wp--custom--radius--small);
    padding: 2px var(--wp--preset--spacing--xs);
    background: var(--wp--preset--color--bg);
    border: 1px solid var(--wp--preset--color--grey);
    text-transform: capitalize;
}

.tag-type-emploi {
    text-transform: uppercase;
}


/* ══════════════════════════════════════════════════════
   9. PAGINATION
   ══════════════════════════════════════════════════════ */

/* Pagination buttons */
.ccism-pagination--prev,
.ccism-pagination--next {
    border: 1px solid var(--wp--preset--grey)
}

/* Pagination JetSmartFilters */
.jet-smart-filters-pagination {
    display: flex;
    justify-content: center;
}

.jet-filters-pagination {
    column-gap: 16px !important;
}

.jet-filters-pagination__current .jet-filters-pagination__link {
    font-size: var(--wp--preset--font-size--s) !important;
}

.jet-filters-pagination__link {
    padding: 0 !important;
}

.jet-filters-pagination__item.prev-next {
    background-color: transparent !important;
    border: 1px solid var(--wp--preset--color--grey) !important;
    color: var(--wp--preset--color--black) !important;
    border-radius: var(--wp--custom--radius--small) !important;
    padding: var(--wp--preset--spacing--xs) 20px !important;
    outline: none;
    transition: border 0.4s ease, transform 0.2s ease !important;
}

.jet-filters-pagination__item.prev-next:hover {
    border: 1px solid var(--wp--preset--color--primary) !important;
    transform: scale(0.96);
}


/* ══════════════════════════════════════════════════════
   10. JET SMART FILTERS — DROPDOWN
   ══════════════════════════════════════════════════════ */

.jet-filter-items-dropdown {
    display: inline-block !important;
    width: auto !important;
}

.jet-filter-items-dropdown__label {
    border: none !important;
}

.jet-filter-items-dropdown.jet-dropdown-open .jet-filter-items-dropdown__body {
    width: max-content !important;
    min-width: 100%;
}

.jet-filter+.jet-filter {
    margin-top: 0 !important;
}

.jet-filter-items-dropdown__label {
    display: grid !important;
    grid-template-columns: 1fr 36px;
    align-items: center;
    gap: var(--wp--preset--spacing--s);
}

/* Fond gris carré — statique. Même cellule de grille que la flèche
   (grid-column/row 2/1 pour les deux) : elles se superposent automatiquement,
   sans offset en pixels à calculer/deviner comme dans la 1ère tentative. */
.jet-filter-items-dropdown__label::before {
    content: '' !important;
    grid-column: 2;
    grid-row: 1;
    width: 36px !important;
    height: 36px !important;
    background-color: var(--wp--preset--color--bg) !important;
    border-radius: var(--wp--custom--radius--small) !important;
}

/* Flèche — seule cette couche tourne, centrée dans la cellule partagée avec ::before. */
.jet-filter-items-dropdown__label::after {
    content: '' !important;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    position: static !important;
    top: auto !important;
    transform: none !important;
    border: none !important;
    width: 16px !important;
    height: 16px !important;
    background-color: var(--wp--preset--color--black) !important;
    -webkit-mask-image: url("assets/icons/arrow-down.svg");
    mask-image: url("assets/icons/arrow-down.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform 0.3s ease !important;
    cursor: pointer;
}

.jet-filter-items-dropdown.jet-dropdown-open .jet-filter-items-dropdown__label::after {
    transform: rotate(180deg) !important;
}


/* ══════════════════════════════════════════════════════
   11. MEDIA QUERIES
   ══════════════════════════════════════════════════════ */
@media (max-width: 1025px) {
    .nav__row {
        width: 100%;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .wp-block-navigation__responsive-container-content>.wp-block-navigation__container {
        display: none !important;
    }

    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }

    .home-hero_container {
        min-height: auto !important;
    }

    .home-hero__title {
        width: 100%;
    }

    .home-hero__subtitle {
        width: 70%;
    }

    .ccism-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ccism-event-home__grid {
        grid-template-columns: 1fr !important;
    }

    /* Slider témoignages dès la tablette (<= 1025px), pas seulement mobile —
       le scaling desktop prend le relai au-dessus, voir @media min-width:
       1026px plus haut. */
    ul.ccism-temoignages-slider.ccism-grid,
    ul.ccism-temoignages-home.ccism-grid {
        display: flex !important;
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    ul.ccism-temoignages-slider.ccism-grid::-webkit-scrollbar,
    ul.ccism-temoignages-home.ccism-grid::-webkit-scrollbar {
        display: none;
    }

    ul.ccism-temoignages-slider.ccism-grid>li.wp-block-post,
    ul.ccism-temoignages-home.ccism-grid>li.wp-block-post {
        flex: 0 0 100%;
        scroll-snap-align: center;
        min-width: 0;
        opacity: 1 !important;
        transform: none !important;
    }

    .ccism-temoignages-nav {
        display: flex;
        justify-content: center;
        gap: var(--wp--preset--spacing--s);
        margin-top: var(--wp--preset--spacing--s);
    }

    .ccism-temoignages-nav__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: none;
        background-color: var(--wp--preset--color--white);
        border-radius: var(--wp--custom--radius--small);
        cursor: pointer;
    }

    .ccism-temoignages-nav__arrow::after {
        content: '';
        width: 16px;
        height: 16px;
        background-color: var(--wp--preset--color--primary);
        -webkit-mask-image: url("assets/icons/arrow-down.svg");
        mask-image: url("assets/icons/arrow-down.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .ccism-temoignages-nav__arrow--prev::after {
        transform: rotate(90deg);
    }

    .ccism-temoignages-nav__arrow--next::after {
        transform: rotate(-90deg);
    }
}

@media (max-width: 781px) {
    .footer__container-logo {
        width: 100%;
        align-items: center;
    }

    .footer-block__legal,
    .footer-link__legal {
        justify-content: center;
    }

    .transparent-header {
        margin-top: -123.5px !important;
        padding-top: 123.5px;
    }

    .w-100 {
        width: 100%;
    }

    .colonne-entreprise {
        position: static;
    }

    .ccism-grid {
        grid-template-columns: 1fr !important;
    }
}