/* Nav */

.navbar ul.nav.nav-menu {
    width: 80vw;
    max-width: 20rem;
    position: absolute;
    z-index: 999;
    top: 50px;
    display: none;
    min-width: 220px;
    margin: 0;
    padding: 0.2rem;
    list-style: none;
    cursor: default;
    background-color: #fff;
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 40%);
    border: 1px solid #dbdbdb !important;
    border-radius: 0.5em;
}

.navbar ul.nav-menu svg {
    width: 20px;
}

.navbar ul.nav.nav-menu.active {
    display: block;
    float: left;
}

.navbar ul.nav-menu a {
    padding: 1.5rem;
    border-radius: 0.8rem;
}


/* MOBILE NAV */
.header-area .button-burger {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.btn .navbar-burger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.navbar-burger .lines {
    fill: none;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-burger .line-white {
    stroke: #fff;
}

.navbar-burger .line-dark {
    stroke: #000 !important;
}

.navbar-burger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.navbar-burger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.navbar-burger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

/* Mobile */
@media(max-width: 992px) {
    body {
        width: 100%;
    }

    .mobile-menu {
        display: block !important;
    }
}

.mobile-menu {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
}

.mobile-menu.active {
    right: 0;
    z-index: 8;
}

.mobile-menu .accordion-button:focus,
.mobile-menu .accordion-button:not(.collapsed) {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
    color: black !important;
    background-color: white !important;
}

.mobile-menu .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.mobile-menu .accordion-button:not(.collapsed):after,
.mobile-menu .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.mobile-menu .accordion-body {
    padding: 0 2rem;
}

.mobile-menu .flex-column {
    padding-left: 1em;
}


/* Prev Next */
.icon {
    flex-shrink: 0;
    /* Empêche la flèche de rétrécir si l'espace est limité */
}

.text,
.text-truncate {
    width: 100%;
}

.topic-card {
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px !important;
    padding: 2.2rem;
    margin-bottom: 28px;
    height: calc(100% - 28px);
}

.stylish-header {
    content: "";
    background: url('_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/assets.tpop.com/tpop/gallery/bg-rainbow.png');
    height: 800px;
    background-size: cover;
    position: absolute;
    top: -400px;
    left: 750px;
    right: 0;
    z-index: -1;
}

.stylish-header-2 {
    content: "";
    background: url('_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/assets.tpop.com/tpop/gallery/bg-rainbow.png');
    background-size: cover;
    position: fixed;
    top: -150px;
    left: 60%;
    right: 0;
    width: 80%;
    height: 800px;
    z-index: -1;
}


/* CSS Simple Pre Code */
pre {
    background: #333;
    white-space: pre;
    word-wrap: break-word;
    overflow: auto;
    color: white;
    border-radius: 5px;
    padding: 1em;
}


.ce-code__textarea {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    tab-size: 4;
    white-space: pre;
}

.boutons-test.mb-10 {
    display: none;
}

/* Front */
.docs .post-content p a {
    color: #f40de1;
}



/**/

::marker {
    color: #c0c0C0;
    margin-right: 10em;
}


/* Main wrapper */
.columns-custom {
    display: flex;
    width: 100%;
}

.columns-custom img {
    max-width: 100% !important;
    height: auto !important;
    padding-bottom: 1em;
}

/* One column */
.column-custom {
    width: 100%;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Main column (with text) */
.column-custom.main-column {
    padding: 30px;
}

/* Main Layout full width (outside the container) */
.column-custom.full {
    width: 100% !important;
}

/* Main Layout split with image */
.column-custom.split {
    width: 50% !important;
}

/* Main Layout regular (in the middle alone, just like me) */
.column-custom.regular {
    width: 50% !important;
    margin: auto;
}

/* Main Layout wide full (in the container)*/

/* END Main Layout */

/* Flip Layout */

.columns-custom-left {
    flex-direction: row;
}

.columns-custom-left .custom-column:first-child {
    order: 2;
}


/* END Flip Layout */

/* Button column */

.button-container {
    margin: 0 auto;
}

.button-column {
    font-size: 14px;
    text-decoration: none !important;
    text-align: center !important;
    margin-left: 8px;
    opacity: 1;
    line-height: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 0.6rem 0.75rem;
    transition-timing-function: ease-in;
    font-weight: 500 !important;
    letter-spacing: .25px;
    box-shadow: var(--box-shadow-btn);
    width: 200px;
    margin: auto;
}

.columns-custom {
    margin-top: 5em;
    margin-bottom: 5em;
}

.columns-custom p {
    margin-top: 2vmin !important;
    margin-bottom: 0;
    font-size: 18px;
}


.post-content hr {
    margin: 4em auto !important;
    width: 80%;
}

/* Image header */
.column-custom.sub-column img {
    object-fit: contain;
    width: 100%;
    cursor: pointer;
}

/* Header and subtitle column placeholder */
.content-editable-header[aria-placeholder]:empty::before,
.content-editable-subtitle[aria-placeholder]:empty::before {
    content: attr(aria-placeholder);
    color: #555;
}

/* Header and subtitle column placeholder Bis */
.content-editable-header[aria-placeholder]:empty:focus::before,
.content-editable-subtitle[aria-placeholder]:empty:focus::before {
    content: "";
}


.pagination .d-flex {
    flex-wrap: wrap;
}

/* TEMP */

/* Extra-wide and centering */

.columns-custom {
    padding: 2em;
}

.sub-column img {
    padding: 2em;
}

.post-content.page .stretched {
    margin-top: 10vmin;
}

.content-block-image .stretched {
    width: 75vw;
    margin-left: calc(-37.5vw + 50%);
    max-width: unset !important;
}

.content-block-image img {
    max-width: 100% !important;
}

.columns-custom .btn {
    font-size: 16px;
}

.columns-custom .content-block-image {
    max-width: 600px;
    margin: 0 auto !important;
}

.column-custom.main-column {
    margin: auto;
    line-height: 2em;
}

.columns-custom-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 100px;
    /* flex-direction: row-reverse !important; */
}


.columns-custom-left {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 100px;
}


.custom-column img {
    margin: 0 !important;
    padding: 0 !important;
}



.custom-column .image-container {
    text-align: center;
}

.custom-column .image-container img {
    text-align: center;
    width: 100% !important;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}



.post-content .columns-custom h1,
.post-content .columns-custom h2,
.post-content .columns-custom h3,
.post-content .columns-custom h4,
.post-content .columns-custom h5,
.post-content .columns-custom h6 {
    margin-top: 0vmin;
}


h1 {
    font-size: 70px;
    line-height: 80px;
}

.post-title {
    font-weight: 900;
}

#GINUaJ93sf {
    background: url('_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/pages/themes/tpop/assets/css/bootstrap/_assets/content/images/size/w1600/2024/01/background-3.png') !important;
    background-repeat: no-repeat !important;
}

.alert {
    margin-top: 4vmin;
    margin-bottom: 4vmin;
    color: #000;
    font-size: 16px;
}

.alert-primary {
    background: rgba(33, 172, 232, .12);
}

.custom-column .image-container img {
    max-width: 600px !important;
}


/* Pages */


.regular {
    margin: 0 auto !important;
    margin-top: 7em !important;
    margin-bottom: 6em !important;
}

.regular {
    margin-top: 5em !important;
    margin-bottom: 7em !important;
    border-radius: 20px;
    padding: 4em;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 6vmin;
}


.post-content.page p,
.post-content.page ul,
.post-content.page img {
    margin-top: 5vmin;
    font-size: 18px;
    line-height: 32px;
    max-width: 100%;
}

.post-content.page p:not(.custom-column p),
.post-content.page ul:not(.custom-column ul),
.post-content.page img:not(.custom-column img) {
    margin-bottom: 2em;
}


.columns-custom p {
    margin-bottom: 0 !important;
}


.post-content li+li {
    margin-top: 1em;
}

.post-image {
    width: 100%;
    height: 100%;
}

.blog-post a:not(.btn) {
    color: #fd018c;
    text-decoration: underline;
}

.page blockquote {
    font-size: 1.5em;
    width: 100%;
    margin: 2em auto;
    font-style: italic;
    color: #000;
    padding: 1.2em 30px 1.2em 40px;
    border-left: 8px solid #fd018c;
    line-height: 1.6;
    position: relative;
}



.search-content {
    display: flex;
    justify-content: space-between;
}

th {
    font-weight: 700;
    letter-spacing: .2px;
    text-align: left;
    text-transform: uppercase;
    background-color: #f4f8fb;
}

td,
th {
    padding: 6px 10px;
    border: 1px solid #e2ecf3;
}

table {
    display: inline-block;
    overflow-x: auto;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* background: radial-gradient(ellipse at left, rgba(0, 0, 0, .3) 0, transparent 10%) 0, radial-gradient(ellipse at right, rgba(0, 0, 0, .1) 0, transparent 100%) 100%;
    */
    background-size: 0px 100%, 1em 100%;
    background-repeat: no-repeat;
    margin-bottom: 2em;
    width: 100%;
}

td,
th {
    padding: 6px 10px;
    border: 1px solid #e2e2e2;
    border-left: 0;
}

table th:last-child,
table td:last-child {
    border-right: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table th {
    border-top: 0;
    background-color: #fff;
}

.post-content table {
    margin-top: 2em;
}

@keyframes chenillard {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.powered-footer {
    padding: 0.5em 1em !important;
    color: #000;
    border-radius: 5px;
    position: relative;

}

.powered-footer::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    background: linear-gradient(258deg, #ff0095, #00c3ff, #58dc9f, #ff0095, #00c3ff, #58dc9f);
    background-size: 300% 300%;
    animation: chenillard 7s linear infinite;
    border-radius: 6px;
}

.animated-button {
    padding: 0.5em 1em !important;
    color: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 100;
    font-weight: 500;
}

.animated-button:hover {
    opacity: 0.8;
}


.animated-button::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    background: linear-gradient(258deg, #ff0095, #00c3ff, #58dc9f, #ff0095, #00c3ff, #58dc9f);
    background-size: 300% 300%;
    animation: chenillard 4s linear infinite;
    border-radius: 20px;
}



.post-content p a {
    color: #ff038c;
    text-decoration: underline;
}

footer .nav-link {
    color: #aeb7c1e6;
    font-size: 15px;
}

footer .nav-link:hover {
    color: #ff038c;
}

/* Page integrations */
[id="772P_86g9-"] {
    border: 1px solid #61cd94 !important;
    background-color: #f7fffa !important;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    margin: 0;
    min-height: unset;
    box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, .08);
}


/** TOP MENU */


.login-button {
    position: relative;
    border: none;
    background-color: black;
    color: white !important;
    z-index: 1;
    border-radius: 20px;
}

/*****/


.nav-menu {
    border-radius: 0;
    border-style: none;
    box-shadow: none;
}

.dark-menu .nav-menu svg {
    fill: white !important;
}

.light-menu svg {
    fill: black !important;
}

.nav-menu.has-submenus.active {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem;
}

.navbar ul.nav.nav-menu:not(.has-submenus) {
    width: unset;
    max-width: unset;
}

.multiple-subcategories .primary-menu-title {
    font-size: 18px;
}

.multiple-subcategories .menu-top-section {
    border-bottom: 1px solid #d100c8;
    padding-top: 0;
}

.multiple-subcategories .menu-top-section .menu-desc {
    display: none;
}

.nav-menu.has-submenus.active {
    max-height: 800px;
    position: absolute;
    left: 0;
}

.multiple-subcategories {
    max-width: 500px;
    margin: 0 auto;
    min-width: 100px;
}

.navbar ul.nav.nav-menu.has-submenus {
    min-width: 100%;
    padding: 1.5em 1em 2em;
}

.navbar ul.nav.nav-menu {
    top: 55px !important;
    box-shadow: rgba(110, 50, 100, 1) 0 20px 60px 10px !important;

}

.dark-menu ul.nav-menu a:hover {
    box-shadow: rgba(85, 127, 224, 0.5) -6px -6px 42px 8px, rgba(244, 125, 222, 0.5) 6px 6px 40px 8px !important;
}

.navbar .light-menu ul.nav.nav-menu {
    box-shadow: rgba(110, 50, 100, 0.2) 0 20px 60px 10px !important;

}

.light-menu ul.nav-menu a:hover {
    box-shadow: rgba(85, 127, 224, 0.1) -6px -6px 42px 8px, rgba(244, 125, 222, 0.1) 6px 6px 40px 8px !important;
}

.light-menu .multiple-subcategories {
    margin-top: -0.8em;
}

.courses .content-block-image img {
    width: 90%;
    margin: 0 auto;
    box-shadow: 3px 0px 15px 0 rgba(0, 0, 0, .18);
    border-radius: 10px;
    display: block;
    margin-bottom: 3em;
}


/* New css */


h1 {
    font-size: 4em;
}

h2 {
    font-size: 3.2em;
    line-height: 1.3em;

}

h3 {
    font-size: 2.5em;
    line-height: 1.3em;
}

h4 {
    font-size: 2em;
    line-height: 1.2em;
}

h5 {
    font-size: 1.5em;
    line-height: 1.3em;
}

.columns-custom.small {
    min-height: 40vh!important;
}

.columns-custom.medium {
    min-height: 70vh!important;
}

.columns-custom.large {
    min-height: 90vh!important;
}

.columns-cards.regular {
    padding-top: 0 !important;
}

.column-content {
    margin-top: 2em;
    margin-bottom: 2em;
}

.card-content {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    padding: 2em;
    margin-bottom: 2em;
    border-radius: 10px;
}

.table-editor {
    display: inline-table;
    margin-bottom: 7em;
  }



/**/

@media(min-width: 992px) {
    .columns-custom.wide {
        width: 75vw;
        margin-left: calc(50% - 37.5vw);
        align-items: center;
    }

    .columns-custom.full {
        width: 100vw;
        margin-left: calc(-50vw + 50%) !important;
        box-sizing: border-box;
        padding: 5em;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        align-items: center;
        min-height: 80vh;
    }
}

@media(max-width: 992px) {

    .columns-custom.full {
        width: 100vw;
        margin-left: calc(-50vw + 50%) !important;
        box-sizing: border-box;
        padding: 5em;
        padding-left: 1em;
        padding-right: 1em;

        margin-bottom: 0 !important;
        margin-top: 0 !important;
        align-items: center;
        min-height: 80vh;
    }

    .post-content.page h1,
    .post-content.page h3,
    .post-content.page h4,
    .post-content.page h5,
    .post-content.page h6 {
        font-size: 2.3rem !important;
    }


}

@media (max-width: 768px) {

    .table-editor th,
    .table-editor td {
        width: 100% !important;
        /* Sur les écrans mobiles, chaque cellule prend toute la largeur, donc s'affiche l'une sous l'autre */
        display: block !important;
        /* Transforme les cellules en blocs pour s'assurer qu'elles s'affichent correctement sous forme de liste */
    }

    th {
        text-wrap: pretty !important;
    }

    .columns-custom.full {
        padding-left: 2em;
        padding-right: 2em;
        margin-bottom: 0 !important;
        margin-top: 2em !important;
    }

    .columns-custom.full .btn.btn-primary {
        margin-bottom: 2em;
    }
}