/*
 * pfue-meeting-card
 */
html body .pfue-meeting-card .pfue-meeting-card--inner--content._closed {
    background-color: rgba(0,60,120,.53) !important;
    transition: .2s;
}
html body .pfue-meeting-card .pfue-meeting-card--inner--content._closed:hover {
    background-color: rgba(0,60,120,.53) !important;
    backdrop-filter: blur(3px);
}

/*
 * Social media accueil
 */
main .social-media .youtube-container {
    height: auto !important;
    margin: 6rem auto auto !important;
}
main .social-media .twitter-container {
    height: auto !important;
    margin: 6rem auto auto !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

html body .youtube-container--icon, html body .twitter-container--icon {
    position: relative !important;
    transform: none !important;
}

html body .twitter-container--icon-container {
    background-color: black;
    padding: 2rem;
    height: 141px;
    width: 141px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
html body .twitter-container--icon {
    width: 75%;
}
html body .youtube-container--link {
    font-size: 1.3rem !important;
}

html body .flex-centered-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*
 * Social media pied de page (commun à toutes les pages)
 */
html body .footer-icon-archive-x .icone-container {
    background-color: #b5b5b5;
    padding: 2rem;
    height: 99px;
    width: 99px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
}
html body .footer-icon-archive-x .icone-container:hover {
    background-color: black;
}
html body .footer-icon-archive-x .icone-container .icone-image {
}

/*
 * Swiper vidéos AN
 */
html body .swiper-wrapper .swiper-slide .slide-bloc-video {
    width: 100%;
    height: 271px;
    background-size: cover;
    position: relative;
}
.slide-bloc-video .titre-video {
    color: white;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    background-color: rgba(0,0,0,0.5);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.slide-bloc-video .lien-video {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    right: 2rem;
    color: white;
    font-weight: bold;
    border-radius: 75px;
    padding: 0.5rem 1.5rem;
    background-color: rgba(0,0,0,0.5);
    transition: .2s background-color;
}
.slide-bloc-video .lien-video:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Pour la partie Sénat, ajout d'un container */
html body .senat-container-videos {
    display: flex;
}
html body .senat-container-videos .slide-bloc-video {
    width: 365px;
    height: 251px;
    position: relative;
    font-size: .9em;
}

html body .senat-container-videos .slide-bloc-video:not(:first-child) {
    margin-left: 1rem;
}