/*  Theme Name:   FVT Thème
Theme URI:    https://monsite.com 
Description:  Description
Author:       Choukk  
Author URI:   https://wpmarmite.com 
Template:     youplay
Version:      0.1.0 */

/* Garder le span visible mais cacher le texte original */
.trp-language-switcher {
    width: 118px;
}
.trp-language-switcher .trp-language-item-name {
    visibility: hidden;
    position: relative;
    width: 100%;
}

/* Style commun au texte injecté */
.trp-language-switcher .trp-language-item-name::after {
    visibility: visible;
    position: absolute;
    left: 0;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
}

/* Français (langue courante) */
.trp-language-switcher 
.trp-language-item__current img[src*="/fr_"] + .trp-language-item-name::after {
    content: "Français";
}

/* Anglais (dropdown) */
.trp-language-switcher 
.trp-switcher-dropdown-list 
img[src*="/en_"] + .trp-language-item-name::after {
    content: "English";
}


body.home-page .content-wrap .youplay-content {
    margin-top: 2rem;
}
.wpcp-carousel-wrapper #sp-wp-carousel-free-id-217.wpcp-post-carousel .wpcp-single-item {
    min-height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wp-block-cloudcatch-splide-carousel.wp-block-splide-carousel__container {
    position: relative;
    overflow: unset;
    width: 1400px;
    left: -115px;
}
.wp-block-splide-carousel .splide__slide {
    align-content: center;
    align-items: center;
    justify-content: center;
}

.tiktok-embed {
    border: none !important;
}

.tiktok-embed iframe {
    border-radius: 7px;
}

.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions .wpcp-post-title a {
    color: white;
}

.single-team .has-post-thumbnail .cyberpress-team {
    display: flex;
    flex-direction: column;
}

.cyberpress-team .cyberpress-team-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.cyberpress-team .cyberpress-team-info li {
    height: 25px;
    margin: 5px;
}

/* NEWS BLOCKS*/
.youplay-news .angled-img .img {
    display: flex;
    justify-content: center; 
    background: unset !important;
}
.youplay-news .angled-img .img > img {
    max-height: 250px !important;
    width: auto;
}

.youplay-news ul.pagination {
    text-align: center;
}

/* NEWS BLOCKS*/

.footer-links-container {
    display: flex;
    justify-content: space-evenly;
    align-content: baseline;
}

.footer-links-container ul.footer-link {
    list-style: none;
    text-align: left;
    padding: 0;
}

.footer-links-container span {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
    display: block;
    text-decoration: underline;
}

.footer-links-container ul.footer-link li {
    margin: 10px 0;
}

.footer-links-container ul.footer-link li a {
    text-decoration: none;
}
.footer-links-container ul.footer-link li a:hover {
    text-decoration: underline;
}

.footer-copyright {
    margin-top: 25px;
}

footer .copyright {
    padding-bottom: 10px !important;
}