.load-more {
    width: 50%;
    background: #009961;
    text-align: center;
    color: white;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.mobile-only {
    display: none;
    /* by default, the div is not displayed */
}

#topbanner {
    height: 150px;
    margin-top: 10px;
}

#bottombanner {
    margin-top: 10px;
    margin-bottom: 10px;
}

/** BULLETS ADS */
.img_wrapper:after {
    width: 12px;
    height: 12px;
    bottom: 60px;
    right: 75px;
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 1000px;
    background: #35d063;
    z-index: 2;
    box-sizing: content-box;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 105px auto 0 auto;
    padding: 15px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.close {
    color: #aaa;
    float: right;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .mobile-only {
        display: block;
    }

    #topbanner {
        height: 90px;
    }

    #topbanner img {
        max-height: 90px;
    }
}

.category-link {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding: 4px 6px;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
    background-color: #000;
    margin-bottom: 20px;
    text-decoration: none;
}

.form-search-wrap {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 7px;
    padding: 20px;
}

#blogarticle a {
    color: #009961;
    text-decoration: none;
    font-weight: bold;
}

#sitedetail a {
    color: #009961;
    text-decoration: none;
    font-weight: bold;
}

.listing {
    -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    border-radius: 7px;
    position: relative;
    background: #fff;
    padding: 0;
}

@media (min-width: 992px) {
    .listing {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }
}

.listing .img {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}

@media (max-width: 767.98px) {
    .listing .img {
        height: 250px;
        margin-right: 0;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0px;
    }
}

.listing .category {
    font-size: 11px;
    display: inline-block;
    padding: 5px 20px;
    background: #e9ecef;
    border-radius: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}

.listing .lh-content {
    padding: 20px;
    position: relative;
    width: 100%;
}

.listing .lh-content .bookmark {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-size: 16px;
}

.listing .lh-content .bookmark span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.listing .lh-content .bookmark:hover {
    background: #f23a2e;
}

.listing .lh-content .bookmark:hover span {
    color: #fff;
}

.listing address,
.listing .review {
    font-size: 13px;
}

.listing h3 {
    font-size: 16px !important;
}

.listing.vertical {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block !important;
}

.listing.vertical .img {
    height: 150px;
    margin-right: 0;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
}

.listing h3 {
    font-size: 20px !important;
}

.listinggrid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 1rem 1.5rem;
    padding: 0 1rem;
}

.listinggrid.three {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 500px) {
    .listinggrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .listinggrid.three {
        grid-template-columns: repeat(1, 1fr);
    }
}


:root {
    --star-size: 1em;
    --star-color: #000;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.incomplete {
    background-color: #ed9595;
}

.missingnotes {
    background-color: #dbed95;
}

.complete {
    background-color: #95eda7;
}


/**
SEE MORE HOME
    */
.content-list__see-more {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem;
    align-items: center;
    position: relative;
    text-align: center;
    overflow: hidden
}

.content-list__see-more:after,
.content-list__see-more:before {
    display: block;
    content: "";
    background: #2c2c2c;
    width: 100%;
    height: 1px
}

.content-list__see-more span {
    border: 1px solid #2c2c2c;
    padding: 5px 12px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.0rem;
    display: block;
    transition: all ease .5s;
}

.content-list__see-more:hover span {
    color: var(--main-color);
    letter-spacing: 5px
}

/*--------------------
SEE MORE DESCRIPTION
--------------------*/
.main__description__text {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.main__description__text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0, white, transparent);
    bottom: 0;
    left: 0;
    transition: height ease .25s;
    pointer-events: none;
}

.see-more {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.main__description__text.expanded {
    max-height: none;
}

.main__description__text.expanded:before {
    height: 0;
}

/*--------------------
CSS for styling list of models
--------------------*/

.result {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    margin-top: 0;
    margin-bottom: 45px;
}

.img-avatar-container img {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 767.98px) {
    .img-avatar-container img {
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0px;
    }
}

.img-avatar-container {
    text-align: center !important;
}

.result-container {
    position: relative;
    display: inline-block;
    line-height: 1.58;
    margin-left: 10px;
}

.result-container>.about {
    word-break: break-word
}

.result-container a {
    font-weight: 400;
    font-size: 14px;
    color: #5f6368
}

.result-container a:hover {
    text-decoration: none
}

.result-container>.isad {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px
}

.result-container h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #009961
}

.profile-info {
    line-height: 25px;
    display: inline-block
}

.profile-info>span {
    white-space: nowrap
}

.profile-info i {
    color: #9ea4ab
}


.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

/*--------------------
CSS for styling list of categories (AI and models)
--------------------*/
.owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-item img {
    display: block;
    width: 100%;
}

.popular-item .thumb {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    aspect-ratio: 61 / 74;
    overflow: hidden;
}

.popular-item .thumb.video {
    aspect-ratio: 50 / 75;
}

.popular-item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* redimensionne proportionnellement l'image pour couvrir toute la zone de son conteneur */
    overflow: hidden;
    border-radius: 5px;
}

.popular-item .thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* redimensionne proportionnellement l'image pour couvrir toute la zone de son conteneur */
    overflow: hidden;
    border-radius: 5px;
}

.popular-item .thumb2 img {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.popular-item .thumb .text-content,
.popular-item .text-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    font-size: 1.14em;
    display: block;
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    background: rgb(0 0 0 / 58%);
    border-radius: 5px 0 5px 0;
    max-width: 85%;
}

.popular-item .thumb .text-content.video,
.popular-item .text-content.video {
    bottom: 5px;
    left: auto;
    right: 10px;
    padding: 0px 10px 0px 10px;
    border-radius: 0;
}

.popular-item .thumb .text-content.rate {
    bottom: 5px;
    left: 5px;
    right: auto;
    padding: 0px 10px 0px 10px;
    border-radius: 0;
}

.popular-item .thumb .text-content h4 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.popular-item .thumb .text-content span {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: block;
}

.popular-item .thumb .plus-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}


.popular-item .thumb .plus-button i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s;
}

.popular-item .thumb .plus-button i:hover {
    background-color: rgba(250, 250, 250, 0.3);
}




/*--------------------------------------------------------------
# Promo site popup
--------------------------------------------------------------*/
#wp-root-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
}

#wp-popup {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: calc(100% - 20px);
    position: fixed;
    z-index: 999998;
    left: 0;
    right: 0;
    width: 740px;
    height: calc(100% - 20px);
    top: 35%;
    transform: translateY(-50%);
    max-height: 400px;
}

#wp-html {
    overflow-x: hidden;
    margin-right: -100vw;
    padding-right: 100vw;
}

.wpc-section,
.wpx-container {
    position: relative
}

.wpcSection_9475079 .wpx-container {
    min-height: 440px
}

#wpcPage0 {
    background-image: linear-gradient(to bottom, rgb(67 210 89) 0, rgb(67 210 89) 100%)
}

#wpcText_1360032 .wpc-text {
    padding: 5px 0;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

#wpcImage_1521765 {
    position: absolute;
    top: 40px;
    left: 454px;
    width: 218px;
    height: 362px;
    z-index: 50
}

.wpc-text h2 {
    font-family: "Circular Std", sans-serif;
    font-size: 2.4em;
    color: #2196f3;
    font-weight: 900;
    letter-spacing: px !important
}

.wpc-text h4 {
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5
}

.wpcImage img {
    width: 100%;
    vertical-align: middle;
    border: 0;
    box-sizing: border-box
}

#wpcButton_3923127>a>button {
    color: #fff;
    text-align: center;
    font-family: "Circular Std", sans-serif !important;
    background-image: none !important;
    background-color: #0668c6 !important;
    font-weight: 700;
    border-radius: 100px !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -moz-transition: .2s ease-in-out;
    font-size: 18px !important;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1em;
    outline: 0;
    width: 250px;
    height: 50px;
    min-height: inherit
}

.wp-image-phone {
    width: 100%;
    height: auto
}

@media (max-width:768px) {
    .wp-image-phone {
        width: 30%;
        height: auto
    }

    #wp-popup {
        max-height: 600px;
        top: 50%;
    }
}

.zoom-in-out-box {
    animation: .5s zoom-in-zoom-out
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0, 0)
    }

    50% {
        transform: scale(.5, .5)
    }

    100% {
        transform: scale(1, 1)
    }
}

#wp-close-1267395 .wpcss-close-popup {
    background-image: linear-gradient(to bottom, rgba(0%, 0%, 0%, 0) 0%, rgba(0%, 0%, 0%, 0) 100%);
    border: 2px solid rgba(0%, 0%, 0%, 0);
    border-radius: 25px 25px 25px 25px;
    color: rgb(0%, 0%, 0%);
}

/*--------------------
CSS for styling the disclaimer pop-up
--------------------*/

#disclaimer-popup,
#promosite-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
}



.disclaimer-content {
    padding: 2rem 3rem;
    -webkit-box-shadow: 0 0 40px 5px rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 0 40px 5px rgba(255, 255, 255, .15);
    box-shadow: 0 0 40px 5px #00996175;
    border: 1px solid #2e2e2e;
    background: black;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    box-sizing: border-box;
}

.disclaimer-content img {
    display: initial;
}

.disclaimer-content .h1 {
    margin-top: 10px;
    margin: 1.5rem 0 1rem;
    font-weight: 700;
    color: #fff;
    display: block;
}

.disclaimer-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
}

.disclaimer-content p.terms {
    font-size: 9px;
    line-height: 1.5;
    color: #ccc;
}

.disclaimer-content button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    color: white;
    border: 0;
    cursor: pointer;
    background: #1f1f1f;
}

.disclaimer-content button:hover {
    background: #3f3f3f;
}

/*--------------------
Leaderboard
--------------------*/
.leaderboard {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .leaderboard {
        display: block;
    }
}

.leaderboard .wrapper__header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #3558db;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.leaderboard .wrapper__header .b_logo {
    margin-right: 20px;
}

.leaderboard .wrapper__header .b_caption p {
    color: #dae0fb;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.leaderboard .wrapper__header .b_caption p span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 8px;
    max-width: 100%;
}

.leaderboard .wrapper__content {
    background: #fff;
    padding: 10px;
}

.leaderboard .wrapper__content ul {
    list-style: none;
    padding-inline-start: 0;
}

.leaderboard .wrapper__content ul li {
    cursor: pointer;
    background: #fefefe;
    padding: 10px 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.1s ease-in-out;
    z-index: 4;
}

.leaderboard .wrapper__content ul li:hover {
    z-index: 50;
    transform: scale(1.1);
    box-shadow: 0px 0px 16px 13px rgba(0, 0, 0, 0.1);
}

.leaderboard .wrapper__content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.leaderboard .wrapper__content ul li .position {
    width: 10%;
}

.leaderboard .wrapper__content ul li .graphic {
    overflow: hidden;
    width: 30%;
}

.leaderboard .wrapper__content ul li .name {
    width: 60%;
    text-align: right;
}


.leaderboard .wrapper__content ul li .graphic img {
    max-width: 100%;
}

.leaderboard .wrapper__content ul li .name span {
    vertical-align: middle;
}

.leaderboard .wrapper__content ul li .name span.header {
    color: #979cb0;
    font-weight: 700;
    margin-right: 15px;
    vertical-align: middle;
}

.leaderboard .wrapper__content ul li .name span.stat {
    font-weight: 700;
    font-size: 20px;
}

.leaderboard .wrapper__content ul li .name span.sub {
    color: #0a58ca;
    font-weight: 700;
    font-size: 10px;
    vertical-align: sub;
}

.text-warning {
    color: #f89d13 !important;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*--------------------
        search
    */
.content-list__empty {
    padding: 4rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    min-height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-list__empty__title {
    font-size: 4rem;
    font-weight: 900;
    display: block;
    color: var(--main-color)
}

.content-list__empty:before {
    content: "";
    display: block;
    background-image: url(/assets/img/noresult.webp);
    background-color: #1b1b1b;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    opacity: .15;
    filter: grayscale(1);
    position: absolute;
    z-index: -1
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444
}

a {
    color: #000;
    text-decoration: none
}

img {
    max-width: 100%
}

a:hover {
    color: #000;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif
}

h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
    margin: 10px 0px;
}

.btn-social,
a.btn-social {
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px
}

.btn-social .fa,
.btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s
}

.btn-social:focus,
.btn-social:hover {
    color: #fff;
    outline: 0;
    text-decoration: none
}

.btn-social:focus .fa,
.btn-social:focus i,
.btn-social:hover .fa,
.btn-social:hover i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3)
}

.btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px
}

.btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px
}

.btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px
}

.btn-facebook {
    background-color: #3b5998
}

.btn-facebook:hover {
    background-color: #4c70ba
}

.btn-instagram {
    background-color: #3f729b
}

.btn-instagram:hover {
    background-color: #548cb9
}

.btn-linkedin {
    background-color: #0976b4
}

.btn-linkedin:hover {
    background-color: #0b96e5
}

.btn-reddit {
    background-color: #ff4500
}

.btn-reddit:hover {
    background-color: #ff6a33
}

.btn-twitter {
    background-color: #55acee
}

.btn-twitter:hover {
    background-color: #83c3f3
}

.btn-email {
    background-color: #44c456
}

.btn-email:hover {
    background-color: #6bd079
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #009961;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #00c27b;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

/*--------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/
#notfound {
    height: 60vh;
}

#notfound .notfound {
    position: relative;
    left: 50%;
    top: 270px;
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.notfound .notfound-404 {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffa200;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 5px dashed #000;
    border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.notfound .notfound-404 h1 {
    font-family: 'Cabin', sans-serif;
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.notfound h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.notfound p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.notfound a {
    font-family: 'Cabin', sans-serif;
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #2c2c2c;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all .5s;
    z-index: 997;
    border-bottom: 1px solid #262525;
    background-color: #000;
    height: 60px;
}

/**
    SOUS-MENU
*/
div.bottomNav {
    background-color: #0e0e0e;
    border-bottom: 1px solid #262525;
    height: 30px;
    text-align: -webkit-center;
}

div.bottomNav a {
    padding: 5px 0;
    background-color: #0e0e0e;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    vertical-align: middle;
}

div.bottomNav a.noImage {
    color: #c6c6c6;
    font-size: .6em;
    font-weight: 700;
    text-align: center;
    float: none;
    display: inline;
    white-space: normal
}

div.bottomNav a.noImage:first-child {
    border-left: none
}

div.bottomNav a.noImage:last-child {
    border-right: none
}

.navigation__link--webcam {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
    opacity: 1;
    color: red;
}

/**
   MAIN
*/
#main {
    position: relative;
    margin-top: 60px;
}


#header.header-inner-pages,
#header.header-scrolled {
    background: rgba(40, 40, 40, .9)
}

#header .logo {
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: Raleway, sans-serif
}

#header .logo a {
    color: #fff
}

#header .logo img {
    max-height: 50px
}

@media (max-width:992px) {
    #header {
        padding: 5px 0
    }
}

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    border-radius: 20px;
    padding: 8px 25px 9px 25px;
    background-color: transparent;
    border: 2px solid #43d259;
    color: #43d259;
    box-shadow: 0 5px 10px var(--pq-hexafade-20), 0 15px 35px var(--pq-hexafade-15);
    --pq-hexa: #43d259;
    --pq-hexafade-20: #43d259bf;
    --pq-hexafade-15: #43d2591c;
    font-size: 14px;
    white-space: nowrap;
    transition: .3s;
    font-size: 14px;
    display: inline-block;
}

.get-started-btn:hover {
    color: #fff
}

@media (max-width:992px) {
    .get-started-btn {
        margin: 0 15px 0 15px;
        padding: 6px 18px
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    height: 60px;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    height: 60px;
}

.navbar li {
    position: relative
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    margin: 0 12px
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 3px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
    transition: .3s;
    position: relative
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 20px;
    left: 0;
    background-color: #009961;
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out 0s
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
    visibility: visible;
    width: 100%
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
    color: #fff
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s;
    border-top: 2px solid #009961;
    overflow: auto;
    max-height: 500px;
    height:auto;
}

.navbar .dropdown ul li {
    min-width: 260px;
    margin-left: 10px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #282828
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
    color: #009961
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #282828
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
    visibility: hidden
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
    color: #009961
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #009961
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/home/hero-bg.webp") top center;
    background-size: cover;
    position: relative
}

#hero:before {
    content: "";
    background: rgb(0 0 0 / 70%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .container {
    position: relative;
    text-align: center
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff
}

#hero h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 24px
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#009961 50%, rgba(0, 153, 97, .4) 52%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 0
}

#hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

#hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 3s;
    animation: pulsate-btn 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 153, 97, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

#hero .play-btn:hover::after {
    border-left: 15px solid #009961;
    transform: scale(20)
}

#hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width:768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 10px 0;
    overflow: hidden
}

.section-bg {
    background-color: #8fffd6
}

.section-title {
    padding-bottom: 5px
}

.section-title h2 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.section-title h1 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 10px;
    /* padding-bottom: 15px; */
    position: relative;
    margin-top: 15px;
}


.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #009961;
    bottom: 0;
    left: 0
}

.section-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 15px;
    text-align: justify;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-left: 28px;
    position: relative
}

.about .content ul li+li {
    margin-top: 10px
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #009961;
    line-height: 1
}

.about .content p:last-child {
    margin-bottom: 0
}

.about .content .btn-learn-more {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #009961;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-top: 6px;
    border: 2px solid #009961
}

.about .content .btn-learn-more:hover {
    background: #009961;
    color: #fff;
    text-decoration: none
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center
}

.marketing img {
    margin-bottom: 10px
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 10px;
    transition: all ease-in-out .3s;
    background: #fefefe;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 18px;
    border-bottom: 5px solid #fff
}

.services .icon-box .icon {
    width: 64px;
    height: 64px;
    background: #009961;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out .3s;
    color: #fff
}

.services .icon-box .icon i {
    font-size: 28px
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px
}

.services .icon-box h4 a {
    color: #282828;
    transition: ease-in-out .3s
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .icon-box:hover {
    transform: translateY(-10px);
    border-color: #009961
}

.services .icon-box:hover h4 a {
    color: #009961
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("../img/home/cta-bg.webp") fixed center center;
    background-size: cover;
    padding: 120px 0
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.cta p {
    color: #fff
}

.cta .cta-btn {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 2px;
    transition: .5s;
    margin: 10px;
    background: #009961;
    color: #fff;
    border-radius: 50px
}

.cta .cta-btn:hover {
    background: #00b371
}

@media (max-width:1024px) {
    .cta {
        background-attachment: scroll
    }
}

@media (min-width:769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #009961
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 30px
}

.clients .clients-wrap {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7
}

.clients .client-logo {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    height: 140px
}

.clients .client-logo:hover img {
    transform: scale(1.1)
}

.clients img {
    transition: all .4s ease-in-out;
    width: 177px
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out .3s;
    background: #f4f4f4;
    border-radius: 50px
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #fff;
    background: #009961
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out .3s;
    background: #009961;
    padding: 15px 20px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: ease-in-out .3s
}

.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
    color: #33ffb4
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px
}

.portfolio .portfolio-item:hover img {
    top: -30px
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #009961
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #009961
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(40, 40, 40, .08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
    background-color: #f9f9f9
}

.pricing .box {
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1)
}

.pricing .box h3 {
    font-weight: 400;
    padding: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #282828
}

.pricing .box h4 {
    font-size: 42px;
    color: #009961;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px
}

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing .box ul {
    padding: 20px 0;
    list-style: none;
    color: #282828;
    text-align: center;
    line-height: 20px;
    font-size: 14px
}

.pricing .box ul li {
    padding-bottom: 16px
}

.pricing .box ul i {
    color: #009961;
    font-size: 18px;
    padding-right: 4px
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .box .btn-wrap {
    padding: 15px;
    text-align: center
}

.pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 50px;
    border: 2px solid #009961;
    color: #009961;
    font-size: 14px;
    font-weight: 400;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    transition: .3s
}

.pricing .box .btn-buy:hover {
    background: #009961;
    color: #fff
}

.pricing .recommended {
    border-color: #009961
}

.pricing .recommended .btn-buy {
    background: #009961;
    color: #fff
}

.pricing .recommended .btn-buy:hover {
    background: #00b371;
    border-color: #00b371
}

.pricing .recommended-badge {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 13px;
    padding: 3px 25px 6px 25px;
    background: #edfbf0;
    color: #009961;
    border-radius: 50px
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq {
    padding-top: 30px
}

.faq .content {
    padding: 60px 100px 0 100px
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.faq .content p {
    font-size: 15px;
    color: #848484
}

.faq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px
}

.faq .accordion-list ul {
    padding: 0;
    list-style: none
}

.faq .accordion-list li+li {
    margin-top: 15px
}

.faq .accordion-list li {
    padding: 20px;
    background: #fefefe;
    box-shadow: 0 5px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 4px
}

.faq .accordion-list .accordion-link a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: 0;
    cursor: pointer
}

.faq .accordion-list i {
    font-size: 24px;
    /*position: absolute; */
    right: 0;
    top: 0
}

.faq .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0
}

.faq .accordion-list .icon-show {
    display: none
}

.faq .accordion-list a.collapsed {
    color: #343a40
}

.faq .accordion-list a.collapsed:hover {
    color: #009961
}

.faq .accordion-list a.collapsed .icon-show {
    display: inline-block
}

.faq .accordion-list a.collapsed .icon-close {
    display: none
}

@media (max-width:1024px) {

    .faq .accordion-list,
    .faq .content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:992px) {
    .faq .content {
        padding-top: 30px
    }

    .faq .accordion-list {
        padding-bottom: 30px
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff
}

.contact .info i {
    font-size: 32px;
    color: #009961;
    float: left;
    line-height: 1
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #282828
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #5b5b5b
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .sent-message br+br {
    margin-top: 25px
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #009961
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #009961;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.contact .php-email-form button[type=submit]:hover {
    background: #00b371
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    background: #f9f9f9;
    min-height: 40px;
    margin-left: -20px
}


.breadcrumbs a {
    color: #009961;
    text-decoration: none;
}

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

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #424242;
    content: "/"
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0f0f0f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    position: relative;
    margin-top: 70px;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #FFF;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: Poppins, sans-serif;
    padding: 0;
    margin: 0 0 15px 0
}

#footer p {
    font-size: 0.8rem;
    padding: 0;
    margin: 0 0 40px 0
}

#footer .social-links {
    margin: 0 0 40px 0
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #009961;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .social-links a:hover {
    background: #00b371;
    color: #fff;
    text-decoration: none
}

#footer .copyright {
    margin: 0 0 5px 0
}

#footer .credits {
    font-size: 13px
}

#footer .credits a {
    color: #00b371;
    transition: .3s
}

#footer .credits a:hover {
    color: #009961
}

#footer:before {
    content: '';
    width: 97px;
    height: 110px;
    display: inline-block;
    background: url(/assets/img/tete.webp) no-repeat;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -49px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    background-size: cover;
    background-position: center;
}



/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table#tablepalmares {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed
}

table#tablepalmares caption {
    font-size: 1.5em;
    margin: .5em 0 .75em
}

table#tablepalmares tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em
}

table td,
table#tablepalmares th {
    padding: .625em;
    text-align: center
}

table#tablepalmares th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase
}

table#tablepalmares tbody tr:nth-of-type(odd) {
    background: #00996140
}

@media screen and (max-width:600px) {
    table#tablepalmares {
        border: 0
    }

    table#tablepalmares caption {
        font-size: 1.3em
    }

    table#tablepalmares thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    table#tablepalmares tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    table#tablepalmares td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    table#tablepalmares td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    table#tablepalmares td:last-child {
        border-bottom: 0
    }
}

/*--------------------------------------------------------------
# Sondage light
--------------------------------------------------------------*/
#was-this-helpful {
    padding: 1.2em;
    border-radius: .2em;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#was-this-helpful * {
    -webkit-transition: background-color .2s, box-shadow .2s;
    transition: background-color .2s, box-shadow .2s
}

#wthf-title,
#wthf-yes-no {
    display: inline-block
}

#wthf-title {
    padding-right: 1em;
    font-size: .9rem
}

#wthf-yes-no span {
    padding: .4em .8em;
    border-radius: .2em;
    background-color: rgba(255, 255, 255, .9);
    color: #1a73e8;
    cursor: pointer;
    font-size: .9em;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

#wthf-yes-no span:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3)
}

#wthf-yes-no span:active {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5)
}

#wthf-yes-no span:first-child {
    margin-right: .4em
}

#wthf-yes-no span:last-child {
    margin-left: .4em
}

#was-this-helpful.wthf-disabled {
    pointer-events: none;
    position: relative
}

#was-this-helpful.wthf-disabled * {
    opacity: 0
}

#was-this-helpful.wthf-disabled:after {
    content: attr(data-thank-text);
    display: block;
    position: absolute
}

/*--------------------------------------------------------------
# boxicons
--------------------------------------------------------------*/
@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/boxicons.eot');
    src: url('./fonts/boxicons.eot') format('embedded-opentype'), url('./fonts/boxicons.woff2') format('woff2'), url('./fonts/boxicons.woff') format('woff'), url('./fonts/boxicons.ttf') format('truetype'), url('./fonts/boxicons.svg?#boxicons') format('svg');
    font-display: swap
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bxl-twitter:before {
    content: "\e979"
}

.bxl-facebook:before {
    content: "\e926"
}

.bxl-linkedin:before {
    content: "\e944"
}

.bxl-reddit:before {
    content: "\e961"
}

.bxs-envelope:before {
    content: "\ea92"
}

.bx-chevron-up:before {
    content: "\ecba"
}

.bx-chevron-down:before {
    content: "\ecad"
}

.bx-menu:before {
    content: "\edc2"
}

.bx-x:before {
    content: "\ec8d";
}

.bx-x-circle:before {
    content: "\eef1"
}

.bx-circle:before {
    content: "\ecbf"
}

.bxs-chevron-down:before {
    content: "\ea27";
}

.bxs-chevron-right:before {
    content: "\ea2d"
}

.bxs-dollar-circle:before {
    content: "\ea7e"
}

.bxs-video:before {
    content: "\ebe3"
}

.bxs-camera:before {
    content: "\e9fe"
}

.bxs-heart:before {
    content: "\ead5"
}

.bxs-note:before {
    content: "\eb4c"
}

.bxs-dislike:before {
    content: "\ea78"
}

.bxs-like:before {
    content: "\eafe"
}

.bxs-video:before {
    content: "\eed1"
}

.bxs-dislike:before {
    content: "\ea78"
}

.bxs-like:before {
    content: "\eafe"
}

.bxs-calendar:before {
    content: "\ec78"
}

.bxs-tv:before {
    content: "\eeba"
}

.bxs-x:before {
    content: "\eef0"
}

.bxs-image:before {
    content: "\eae4"
}


.bxs-search:before {
    content: "\ee5a"
}

.bxs-rebel:before {
    content: "\f1d0"
}

.bxs-star:before {
    content: "\ebac"
}

.bx-plus-medical:before {
    content: "\ee25"
}

.bxs-link-external:before {
    content: "\eda1"
}


/*--------------------------------------------------------------
# Survey
--------------------------------------------------------------*/
.navButtons {
    margin: 0 auto 3em;
    text-align: center;
    max-width: 400px;
}

#buttonDiscord {
    background-color: #7289DA;
}

#buttonDiscord:hover {
    color: #7289DA;
    background-color: white;
}

#buttonDiscord:hover svg {
    fill: #7289DA;
}

button,
.button {
    text-align: center;
    margin: 0.3em 0;
    padding: 0.5em 1.5em;
    display: inline-block;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 18px;
    background-color: #FFF;
    color: black;
    cursor: pointer;
}

button.strong-agree {
    background-color: #1b5e20;
}

button.agree {
    background-color: #4caf50;
}

button.neutral {
    background-color: #bbbbbb;
}

button.disagree {
    background-color: #f44336;
}

button.strong-disagree {
    background-color: #b71c1c;
}

.questionButtons button {
    color: white;
    width: 100%;
    height: 2.5em;
}

.questionButtons button:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.button:hover {
    color: #000;
}

.button svg {
    fill: white;
    vertical-align: text-bottom;
}

.button:hover svg {
    fill: #000;
}

.buttonLinkGood {
    background-color: #0eb31a;
    color: white;
}

.buttonLinkGood:hover {
    background-color: #0eb31a;
    color: white;
}

.buttonLinkGood svg,
.buttonLinkGood:hover svg {
    fill: white;
}

/****** VIDEO RATING   */
.rating-active .item-rating {
    font-size: 0;
    opacity: 1;
    pointer-events: auto;
    text-align: center;
    transition: .2s;
    visibility: visible;
    z-index: 15
}

.rating-active .item-rating.item-rating-disabled {
    border: 0;
    display: block;
    opacity: 0;
    transition-delay: 1.5s;
    visibility: hidden
}

.rating-active .item-rating.item-rating-disabled .item-rating-none,
.card.rating-active .item-rating.item-rating-disabled .item-rating-option,
.card.rating-active .item-rating.item-rating-disabled .rating-report {
    display: none
}

.rating-active .item-rating.item-rating-disabled .item-rating-option.item-rating-clicked {
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 70px;
    max-width: 70px;
    pointer-events: none;
    width: 70px
}

.rating-active .item-rating.item-rating-disabled .item-rating-option.item-rating-clicked i {
    font-size: 30px
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: #198754
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208/1)
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/1);
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202/1);
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/1);
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/1);
}

.item-rating {
    border: 0 solid #e5e7eb;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    border-color: rgb(255 255 255/1);
    border-radius: .25rem;
    border-width: 2px;
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    justify-content: center;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 66.666667%
}

@media (max-width: 1023px) {
    .item-rating {
        width: 83.333333%
    }
}

.rating-option {
    margin: 0;
    font-size: 1.25rem;
    padding: .5rem;
    text-align: center;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.rating-option:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    border-color: rgb(255 255 255/1);
    border-radius: .25rem;
    border-width: 2px
}

/**
    GLOSSARY
*/
.contents-list__links {
    display: grid;
    grid-gap: .5rem;
    margin-bottom: 1rem
}

.hidden {
    display: none;
}

.contents-list__content ul,
li {
    list-style: none;
    padding-left: 0;
    --main-color: #009961;
}

.displayitems li {
    list-style: initial;
}


.contents-list__links:before {
    content: attr(data-letter);
    font-size: 6rem;
    display: block;
    font-weight: 900;
    font-family: Inter, sans-serif;
    opacity: .25
}

.contents-list__links__expand {
    display: none
}

.contents-list__links__el>* {
    font-weight: 700;
    font-size: 1.5rem
}

.contents-list__links__see-more {
    color: var(--main-color)
}

.contents-list__content--list {
    grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width: 1280px) {
    .contents-list__content--list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 980px) {
    .contents-list__content--list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 480px) {
    .contents-list__content--list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.contents-list {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-row-gap: 2rem
}

@media screen and (min-width: 980px) {
    .contents-list--dual-col {
        grid-template-columns: 28rem 1fr;
        grid-column-gap: 1rem;
        padding: 0 1rem;
        align-items: flex-start
    }

    .contents-list--settings {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
        padding: 0 1rem;
        align-items: flex-start
    }
}

.contents-list__right {
    display: grid;
    grid-gap: 2rem
}

.contents-list__link {
    margin-left: 10px;
    text-decoration: none
}

.contents-list__see-more {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    position: relative;
    text-align: center;
    overflow: hidden
}

.contents-list__see-more:after,
.contents-list__see-more:before {
    display: block;
    content: "";
    background: #2c2c2c;
    width: 100%;
    height: 1px
}

.contents-list__content {
    display: grid;
    grid-gap: 2rem 1rem;
    padding: 0 1rem
}

/* trending searches */
.F0crBY {
    width: 100%;
    overflow: auto;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem !important;
}

.oIinTk {
    list-style: none;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
    margin: 0;
    padding: 5px 0 15px;
}

.oIinTk .c_KVz5k {
    padding: 0 4px
}

.oIinTk .c_KVz5k:first-child {
    padding-left: 0
}

.oIinTk .c_KVz5k a {
    display: inline-block;
    box-sizing: border-box;
    color: #0c193a;
    text-decoration: none;
    border-radius: 16px;
    background-color: #fff;
    padding: 4px 12px;
    transition-duration: .14s
}

.F0crBY .hot {
    height: 50px;
    padding: 0 0 15px;
}

/* CANVA MOBILE MENU */
.canva-mobile-menu-toggle {
    display: none !important;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1201;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.canva-mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    margin: 5px auto;
    background: #fff !important;
    border-radius: 2px;
    transition: 0.3s;
    box-shadow: 0 0 2px #000, 0 0 6px #0002;
}

@media (max-width: 991px) {
    .canva-mobile-menu-toggle {
        display: inline-block !important;
    }

    #navbar.desktop-only {
        display: none !important;
    }
}

@media (min-width: 992px) {

    .canva-mobile-menu-toggle,
    #canvaMobileMenu,
    #canvaMobileMenuOverlay {
        display: none !important;
    }
}

#canvaMobileMenuOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1200;
}

#canvaMobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 90vw;
    max-width: 350px;
    height: 100vh;
    max-height: 100%;
    background: #fff;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.13);
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    z-index: 1201;
    display: flex;
    flex-direction: column;
    font-family: inherit;
}

#canvaMobileMenu.open {
    transform: translateX(0);
}

#canvaMobileMenuHeader {
    display: none;
    align-items: center;
    padding: 0 0 0 10px;
    min-height: 60px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
}

#canvaMobileMenu.sub-open #canvaMobileMenuHeader {
    display: flex;
}

#canvaMobileMenuSubList {
    position: absolute;
    top: 60px;
    left: 100%;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    transition: left 0.3s;
    z-index: 10;
    display: none;
    overflow-y: auto;
}

#canvaMobileMenu.sub-open #canvaMobileMenuSubList {
    left: 0;
    display: block;
    z-index: 10;
}

@media (max-width: 991px) {

    #canvaMobileMenu .bx.bxs-chevron-down,
    #canvaMobileMenuList .bx.bxs-chevron-down,
    #canvaMobileMenuSubList .bx.bxs-chevron-down {
        display: none !important;
    }
}

#canvaMobileMenuList li,
#canvaMobileMenuSubList li {
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 45px;
    padding: 0;
}

#canvaMobileMenuList li img,
#canvaMobileMenuSubList li img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    margin-right: 10px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

#canvaMobileMenuList li a,
#canvaMobileMenuSubList li a {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.03rem;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.15s;
    padding: 10px 0;
    gap: 8px;
}

#canvaMobileMenuList li a span,
#canvaMobileMenuSubList li a span {
    display: inline;
    vertical-align: middle;
}

#canvaMobileMenuCTA {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 18px;
    text-align: center;
    z-index: 30;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#canvaMobileMenuList,
#canvaMobileMenuSubList {
    width: 95%;
    max-height: calc(100vh - 610px);
    overflow-y: auto;
}

#canvaMobileMenuTitle {
    font-weight: 600;
}

/* BLOG ARTICLE STYLE */
#blogarticle h2 {
    color: #009961;
    border-bottom: 2px solid #009961;
    padding-bottom: 5px;
    margin-top: 40px;
}

#blogarticle h3 {
    color: #009961;
    margin-top: 25px;
}

#blogarticle .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

#blogarticle .comparison-table th,
.comparison-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#blogarticle .comparison-table th {
    background-color: #f2f2f2;
}

#blogarticle .comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#blogarticle .highlight {
    background-color: #fffde7;
    padding: 15px;
    border-left: 4px solid #ffd600;
    margin: 20px 0;
}

#blogarticle .quote {
    font-style: italic;
    color: #555;
    border-left: 3px solid #eee;
    padding-left: 15px;
    margin: 20px 0;
}

#blogarticle .timeline {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
}

#blogarticle .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #009961;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

#blogarticle .container_blog {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

#blogarticle .container_blog::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

#blogarticle .left {
    left: 0;
}

.right {
    left: 50%;
}

#blogarticle .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #009961;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #009961;
}

#blogarticle .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #009961;
    border-width: 10px 10px 10px 0;
    border-color: transparent #009961 transparent transparent;
}

#blogarticle .right::after {
    left: -16px;
}

#blogarticle .content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
    #blogarticle .timeline::after {
        left: 31px;
    }

    #blogarticle .container_blog {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    #blogarticle .container_blog::before {
        left: 60px;
        border: medium solid #009961;
        border-width: 10px 10px 10px 0;
        border-color: transparent #009961 transparent transparent;
    }

    #blogarticle .left::after,
    #blogarticle .right::after {
        left: 15px;
    }

    #blogarticle .right {
        left: 0%;
    }
}

/** SCROLL LOGOS HORIZONTAL */
.x-scroll-view {
    align-items: center;
    display: flex;
    min-height: 40px;
    position: relative;
    margin-bottom: 10px;
}

.x-scroll-view__scroller {
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    contain: content;
    display: flex;
    flex: 1 1 auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.x-scroll-view__scroller::-webkit-scrollbar {
    display: none
}

@media (min-width:600px) {
    .x-scroll-view__scroller::-webkit-scrollbar {
        display: block;
        height: 6px
    }

    .x-scroll-view__scroller::-webkit-scrollbar-track {
        background: #fff0
    }

    .x-scroll-view__scroller::-webkit-scrollbar-thumb {
        background-color: rgb(255 255 255 / .2);
        border-radius: 3px
    }

    .x-scroll-view__scroller::-webkit-scrollbar-thumb:hover {
        background-color: rgb(255 255 255 / .4)
    }

    .x-scroll-view__scroller {
        scrollbar-width: thin;
        scrollbar-color: rgb(255 255 255 / .2) #fff0
    }
}

@media (min-width:1280px) {

    .filter-navigation .filter-navigation__chips .x-scroll-view__content,
    .filter-navigation .filter-navigation__tondos .x-scroll-view__content {
        margin-left: 72px
    }
}

.chips-scroll-view .x-scroll-view__content>* {
    margin-bottom: 16px;
    margin-top: 16px
}

html:not(.mobile-only) .chips-scroll-view .x-scroll-view__content>:first-child {
    margin-left: 0
}

html:not(.mobile-only) .chips-scroll-view .x-scroll-view__content>:last-child {
    margin-right: 16px
}
}

@media(min-width:1280px) {
    html:not(.mobile-only) .chips-scroll-view .x-scroll-view__content>:first-child {
        margin-left: 24px
    }
}

html:not(.mobile-only) .chips-scroll-view[halftop=true] .x-scroll-view__arrow {
    top: 6px
}

@media(min-width:600px) {
    html:not(.mobile-only) .chips-scroll-view[halftop=true] .x-scroll-view__content>* {
        margin-top: 8px
    }
}

html:not(.mobile-only) .chips-scroll-view[halfbottom=true] .x-scroll-view__arrow {
    bottom: 6px;
    top: unset
}

@media(min-width:600px) {
    html:not(.mobile-only) .chips-scroll-view[halfbottom=true] .x-scroll-view__content>* {
        margin-bottom: 8px
    }
}

.chips-scroll-view .x-scroll-view__content>* {
    margin-bottom: 12px;
    margin-left: 8px;
    margin-top: 0px;
}

.chips-scroll-view .x-scroll-view__content>:first-child {
    margin-left: 0
}

.chips-scroll-view .x-scroll-view__content>:last-child {
    margin-right: 12px
}

@media(min-aspect-ratio:1/1) {
    .chips-scroll-view .x-scroll-view__content>:first-child {
        margin-left: 12px
    }
}

@media(min-width:600px) {
    .chips-scroll-view .x-scroll-view__content>:first-child {
        margin-left: 16px
    }
}

.chips-scroll-view[halftop=true] .x-scroll-view__content>* {
    margin-top: 6px
}

.chips-scroll-view[halfbottom=true] .x-scroll-view__content>* {
    margin-bottom: 6px
}

.x-chip {
    align-items: center;
    background-color: rgb(15 255 167 / 15%);
    border: 1px solid rgba(0 153 97 / 30%);
    border-radius: 16px;
    color: #000;
    cursor: default;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    max-width: 100%;
    outline: none;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap
}

.x-chip .x-chip__append-icon,
.x-chip .x-chip__prepend-icon {
    height: 20px !important;
    width: 20px !important
}

.x-chip .x-chip__append-icon:hover,
.x-chip .x-chip__prepend-icon svg {
    color: rgb(255 255 255 / .4)
}

.x-chip .x-chip__prepend-icon {
    margin-left: -7px;
    margin-right: 6px
}

.x-chip .x-chip__prepend-icon svg {
    height: 100%;
    width: 100%
}

.x-chip .x-chip__append-icon {
    color: rgb(255 255 255 / .26);
    cursor: pointer;
    margin-left: 6px;
    margin-right: -7px
}

.x-chip>img {
    aspect-ratio: 1;
    border-radius: 50%;
    height: 100%;
    margin-left: -12px;
    margin-right: 6px;
    object-fit: cover;
}

.x-chip--clickable {
    cursor: pointer
}

.x-chip--secondary {
    background-color: #fff0;
    border-color: rgb(255 255 255 / .15)
}

.x-chip--secondary.x-chip--clickable:hover {
    background-color: rgb(255 255 255 / .05)
}

.x-chip--selected {
    background-color: #fff;
    border-color: #fff;
    color: rgb(0 0 0 / .87) !important
}

.x-chip--selected.x-chip--clickable:hover {
    background-color: silver;
    border-color: silver
}

.x-chip--selected .x-chip__append-icon,
.x-chip--selected .x-chip__append-icon:hover,
.x-chip--selected .x-chip__prepend-icon svg {
    color: inherit
}

.x-chip--selected .x-chip__append-icon {
    opacity: .8
}

.x-chip--selected .x-chip__append-icon:hover {
    opacity: 1
}

.x-chip--disabled {
    opacity: .4;
    pointer-events: none
}

.x-chip--large {
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
    padding: 0 16px
}

.x-chip--large .x-chip__prepend-icon {
    height: 24px !important;
    margin-left: -9px;
    margin-right: 8px;
    width: 24px !important
}

.x-chip--large>img {
    margin-left: -16px;
    margin-right: 8px
}

.x-chip--large .x-chip__append-icon {
    margin-left: 8px;
    margin-right: -9px
}

/** Readning progress bar */
#reading-progress-bar {
    position: fixed;
    top: 60px;
    left: 0;
    height: 4px;
    width: 0%;
    background-color: #4CAF50;
    /* Couleur de la barre */
    z-index: 1000;
    transition: width 0.2s ease-out;
}

/** expandable content */
.expandable-content {
    position: relative;
    margin: 0 auto;
    line-height: 1.6;
    overflow: hidden;
    max-height: 120px;
    transition: max-height 0.5s ease;
    /* Dégradé remonté pour couvrir seulement le texte */
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

/* Dégradé blanc en bas (optionnel) */
.expandable-content {
    position: relative;
    margin: 0 auto;
    line-height: 1.6;
    overflow: hidden;
    max-height: 350px;
    transition: max-height 0.5s ease;
    /* Dégradé très léger et remonté */
    mask-image: linear-gradient(to bottom, black 85%, rgba(0, 0, 0, 0.3) 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 85%, rgba(0, 0, 0, 0.3) 95%, transparent 100%);
}

.expandable-content::after {
    content: '';
    position: absolute;
    bottom: 40px;
    /* Remonte le dégradé blanc pour éviter le texte */
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    pointer-events: none;
    z-index: 1;
}

.expandable-content.expanded {
    max-height: none;
    mask-image: none;
    -webkit-mask-image: none;
}

.expandable-content.expanded::after {
    display: none;
}

.read-more-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    background: #198754;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    font-weight: 700;
}

.read-more-button.hidden {
    display: none;
}

.justify-center {
    justify-content: center;
}


/** AI content : image and video */
.liquidGlass-wrapper.absolute-bottom {
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.liquidGlass-wrapper {
    position: relative;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    min-width: 375px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.175, .885, .32, 2.2)
}

.liquidGlass-effect {
    position: absolute;
    z-index: 0;
    inset: 0;
    backdrop-filter: blur(3px);
    overflow: hidden;
    filter: url(#glass-distortion);
}

.liquidGlass-tint {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .5)
}

.liquidGlass-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, .5), inset -1px -1px 1px 1px rgba(255, 255, 255, .5)
}

.liquidGlass-text {
    z-index: 3;
    font-size: 1rem;
    color: #000
}

.wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.dock,
.dock>div {
    border-radius: 2rem
}

.dock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 2rem;
    padding: .25rem
}

.dock img,
.dock button {
    width: 75px;
    padding: 0;
    transition: all .4s cubic-bezier(.175, .885, .32, 2.2);
    cursor: pointer
}

#buttons-container,
#message-container {
    text-align: center;
}

#buttons-container button {
    font-size: 0.9rem;
    font-weight: bold;
    background-color: transparent;
    margin: 0 3px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    min-width: 75px;
}

#buttons-container span.emoji {
    font-size: 1.1rem;
}

/** description-block */
.description-block {
    background-color: #f0f4f8;
    border-left: 4px solid #009961;
    padding: 0.5rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0 8px 8px 0;
    font-size: .9rem;
    color: #555;
    max-height: 55px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.description-block a {
    color: #009961;
    text-decoration: none
}

.description-block a:hover {
    text-decoration: underline
}

/** AI content modal edition */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    max-width: 600px;
    /* Largeur maximale de la modale */
    width: 90%;
    /* Largeur de 80% sur les appareils mobiles */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.go866098920 {
    padding: 16px 24px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dde0e9;
}

@media (min-width: 640px) {
    .go866098920 {
        padding: 20px 24px 16px;
    }
}

.go1723138356 {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-sizing: border-box;
}

.go2312213806 {
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.go3511538614 {
    padding: 16px 24px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
}

.go3511538613 {
    padding: 16px 24px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 60px;
    border-top: 1px solid #dde0e9;
}

.go3729487927 {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dde0e9;
    padding: 16px 25px;
    box-shadow: none;
}

.go1300030606 {
    color: #9499a8;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.thank-you-message {
    align-items: center;
    text-align: center;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 100%;
    height: 175px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.aebn-component-transition {
    /* transition: all 1.5s cubic-bezier(0, 0.7, 0.8, 1) 0s; */
    transition: all ease-in-out .6s;
}

.aebn-carousel-control-icon {
    display: inline-block;
    stroke-width: 0;
    stroke: rgba(255, 255, 255, .7);
    fill: rgba(255, 255, 255, .7);
    pointer-events: none;
}

.aebn-carousel-control-icon-forward-arrow {
    transform: rotate(90deg);
}

.aebn-carousel-control-icon-back-arrow {
    transform: rotate(-90deg);
}

/* Touch shield for modals or anything that needs to block access to lower-level elements */
#touch-shield {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

.aebn-component-container {
    height: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .7);
}

.aebn-component-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
}

.aebn-component-content.grid-panel {
    /*display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;*/
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.grid-panel .gridContainer:nth-child {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.grid-panel {
    min-height: 200px;
    width: 100%;
    /*
	 background-color: $wireframe-panel-bg-color;
	 border: $wireframe-panel-border;
	 border-radius: $wireframe-border-radius;
	 color: $wireframe-panel-text;
	 */
    padding-top: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
}

.gridContainer {
    /*	height: 210px;
	width: 297px;*/
    margin: 0 6px 25px;
}

div.gridImageWrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.img-responsive,
.wireframe-img-responsive {
    display: block;
    height: auto;
    width: 100%;
}

/* Carousel */

/* Default size */
.aebn-carousel {
    height: 15vw;
    width: 40vw;
}

.aebn-carousel .aebn-component-content {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}

.aebn-component-transition {
    transition: all 0.75s;
    webkit-transition: all 0.75s;
}

.aebn-carousel-viewport {
    position: relative;
    /* width: 100%; */
    height: 100%;
    /* height: auto; */
    /* border: 1px solid rgba(0,0,0,.7); */
    /* Moved to .aebn-component-container because of IE */

    /*  */
    overflow: hidden;
    /*   */

}

.aebn-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    /* These are needed */

    width: 100%;
    /* height: auto; */

}

.aebn-carousel-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.aebn-carousel-active-slide {
    display: block;
    z-index: 100;
    left: 0;
    transition: all .8s;
}

.aebn-carousel-next-slide {
    display: block;
    z-index: 101;
}

.aebn-carousel-inactive-slide {
    display: none;
    z-index: 101;
}

.aebn-carousel-slide-left {
    left: -100%;
    transition: all .8s;
    /*
  transform: translateX(100%);
  */
}

.aebn-carousel-slide-right {
    left: 100%;
    transition: all .8s;
    /*
  transform: translateX(-100%);
  */
}

.aebn-position-indicator {

    width: 1.2%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .8);
    /* border-radius: 10px; */
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .25);
    margin: 3px 18px;
}

.aebn-position-indicator-inactive {
    background-color: rgba(0, 0, 0, .1);
}

.aebn-position-indicator-active {
    background-color: rgba(255, 255, 255, .8) !important;
}

.aebn-position-indicator-hover {
    background-color: rgba(200, 200, 255, 0.6);
}

.aebn-position-indicator-container {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 200;
    height: 4%;
}

.aebn-carousel-control {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    z-index: 300;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    font-size: 40px;
}

.aebn-carousel-control-left {
    left: 0;
}

.aebn-carousel-control-right {
    right: 0;
}

.aebn-carousel-slide-img {
    width: 100%;
    height: auto;
}

/* 1. Force le conteneur principal à ne jamais déborder */
#aebn-pitch {
    overflow: hidden !important;
    max-width: 100vw;
    /* Empêche de dépasser la largeur de l'écran */
}

/* 2. Corrige le problème Width + Border */
.aebn-component-container {
    box-sizing: border-box;
    /* Indispensable pour que la bordure soit incluse dans les 100% */
}

/* 3. Sécurité supplémentaire pour le carousel */
.aebn-carousel-viewport {
    overflow: hidden !important;
}

/*  HOME COUNTERS */
.count-card-green {
    padding: 20px 15px;
    width: 100%;
    background: #000000;
    /* Fond vert */
    color: #ffffff;
    /* Texte blanc pour le contraste */
    box-shadow: 0px 10px 25px rgba(0, 153, 97, 0.3);
    /* Ombre teintée verte */
    text-align: center;
    border-radius: 12px;
    height: 100%;
    border: none;
}

.count-card-green i {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    /* Icône légèrement transparente */
}

.count-card-green span {
    font-size: 32px;
    display: block;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.count-card-green p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
}

/* Optimisation Mobile (2 par ligne) */
@media (max-width: 768px) {
    .count-card-green {
        padding: 20px 10px;
    }

    .count-card-green i {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .count-card-green span {
        font-size: 24px;
    }

    .count-card-green p {
        font-size: 10px;
    }
}

/** PAGINATION */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #333;
  background: transparent;
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pagination-link:hover {
  background: #1a1a1a;
  border-color: #555;
  color: #fff;
}

.pagination-link.active {
  background: #4caf50;
  border-color: #4caf50;
  color: #fff;
  font-weight: 500;
}

.pagination-link.disabled {
  border-color: transparent;
  color: #444;
  pointer-events: none;
  cursor: default;
}

/* Flèches plus grandes */
.pagination-link[aria-label="Previous"],
.pagination-link[aria-label="Next"] {
  font-size: 20px;
  color: #888;
  line-height: 1;
}

.pagination-link[aria-label="Previous"]:hover,
.pagination-link[aria-label="Next"]:hover {
  color: #fff;
}

/* Tags catégories */
.tag-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #414141 !important;
  background: transparent !important;
  color: #4caf50 !important;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
  font-size: inherit;
}

.tag-link:hover {
  background: #1a1a1a !important;
  border-color: #4caf50 !important;
  color: #fff !important;
}

.tag-link .tag-count {
  font-size: 14px;
  color: #2d2d2d !important;
  transition: color 0.15s;
}

.tag-link:hover .tag-count {
  color: #888 !important;
}