@import url(fonts.css);
@import url(reboot.css);
@import url(theme.css);
@import url(responsive.css);

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(var(--color-background),1);
    background-image: url("/assets/media/images/background.gif");
    background-attachment: fixed;
    color: rgba(var(--color-text),1);
}
/* Styles pour les écrans larges (PC) */
.banner-section.custom-banner-container {
    margin-top: 20px; /* Ajustez la marge supérieure selon vos besoins */
    text-align: center;
}

.custom-banner-container {
    margin: 10px auto -50px; /* Cette ligne centre horizontalement la section */
    text-align: center;
}

.custom-banner {
    position: relative;
    width: 728px;
    height: 90px;
    overflow: hidden;
    z-index: 0; /* Assurez-vous que la bannière a un z-index supérieur à celle du menu */
}

.custom-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-banner::before {
    content: "";
    background-image: url('<?php echo CustomBannerUrl; ?>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: 0;
}

/* Styles pour les écrans étroits (mobiles) */
@media screen and (max-width: 767px) {
    .banner-section.custom-banner-container {
        margin-top: 5px; /* Ajustez la marge supérieure selon vos besoins */
        margin-bottom: -22px; /* Ajustez la marge inférieure selon vos besoins */
        text-align: center; /* Centrez le contenu horizontalement */
    }

    .custom-banner {
        width: 100%; /* La largeur sera de 100% de la largeur du conteneur parent */
        max-width: 100%; /* Limitez la largeur maximale à 100% pour s'adapter à l'écran */
        height: auto; /* La hauteur s'ajuste automatiquement pour conserver les proportions de l'image */
        overflow: hidden; /* Cache le débordement pour éviter que l'image ne dépasse */
        position: relative; /* Ajoutez une position relative au conteneur pour que le positionnement absolu fonctionne */
        z-index: 0; /* Assurez-vous que la bannière a un z-index supérieur à celle du menu */
    }

    .custom-banner img {
        width: 100%; /* La largeur sera de 100% de la largeur du conteneur parent */
        height: auto; /* La hauteur s'ajuste automatiquement pour conserver les proportions de l'image */
        position: relative; /* Revenez à la position relative pour empêcher le positionnement absolu de perturber la disposition */
        z-index: 0; /* Assurez-vous que la bannière a un z-index supérieur à celle du menu */
    }
}



.conteneur-barre-progress-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; /* Ajoutez cette ligne pour position relative */
    bottom: 0px; /* Ajustez la valeur négative selon vos besoins pour remonter légèrement */
}

.barre-de-progression-podcasts {
    position: absolute; /* Changez de static à absolute */
    bottom: 0; /* Ajoutez cette ligne pour aligner la barre en bas du conteneur */
    width: 100%;
    height: 12px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(var(--color-background-btn-player), 1);
    border: 0.1px solid rgba(var(--color-background-btn-player), 1);
    transition: background-color 0.3s ease;
    transform: translateX(0px);
}

.barre-de-progression-podcasts::-webkit-progress-bar {
    background-color: rgba(var(--color-background-btn-player), 1);
}

.barre-de-progression-podcasts::-webkit-progress-value {
    background-color: rgba(var(--color-text-btn-player), 1);
    border-radius: 2px;
}

.barre-de-progression-podcasts::-moz-progress-bar {
    background-color: rgba(var(--color-text-btn-player), 1);
    border-radius: 2px;

}

.barre-de-progression-podcasts:hover {
    background-color: rgba(var(--color-text-btn-player), 1);
}


/* Styles spécifiques pour les écrans de petite taille (mobile) */
@media only screen and (max-width: 767px) {
    .barre-de-progression-container {
        width: 100%;
        text-align: center;
    }

    .barre-de-progression-podcasts {
        display: inline-block;
        transform: translateX(0px); /* Ajustez la valeur de décalage selon vos besoins */
    }
}

#timer {
    /* Vos styles pour le timer ici */
    white-space: nowrap;
    color: rgba(var(--color-text-btn-player), 1);
    font-size: 13px;
    position: absolute;
    top: -6px !important;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
    font-weight: bold;
    background-color: rgba(var(--color-background-btn-player), 0.8); /* Fond blanc transparent */
    padding: 0.2px 1.5px; /* Espacement du texte par rapport au fond */
    border-radius: 2px; /* Bord arrondi pour le fond */
}

#progressTimer {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    color: rgba(var(--color-text-btn-player), 1);
    font-size: 6px;
}


/* Styles pour les écrans larges (> 600 pixels) */
@media screen and (min-width: 600px) {
    .conteneur-barre-progress-timer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .barre-de-progression-podcasts {
        /* Vos styles pour la barre de progression ici */
        width: 100%; /* Ajustez la largeur selon vos besoins */
    }

    #timer {
        /* Vos styles pour le timer ici */
        white-space: nowrap; /* Empêche le texte de se diviser sur plusieurs lignes */
    }
}

/* Styles pour les écrans étroits (<= 600 pixels) */
@media screen and (max-width: 600px) {
    .conteneur-barre-progress-timer {
        display: none; /* Cacher la barre de progression et le timer */
    }
}


.banniereRGPD {
    border-top:rgb(216, 30, 30) 5px solid;
    background: rgba(0, 0, 0, 0.911);
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-around;
    padding:30px;
    font-family: 'Signika Negative', sans-serif;
}

.text-banniereRGPD p{
    font-size: large;
}
.button-banniereRGPD {
    padding-top:15px;
}
.button-banniereRGPD a{
    border:solid 1px rgb(216, 30, 30);
    padding:10px;
    background:rgb(216, 30, 30);
    border-radius: 7px;
    color: white;
    text-decoration: none;
}
/* Styles pour les appareils mobiles */
@media screen and (max-width: 767px) {
    .banniereRGPD {
        flex-direction: column; /* Change la direction de la flexbox en colonne */
        align-items: center; /* Centre les éléments horizontalement */
    }

    .accept-button,
    .learn-more-button {
        font-size: 14px; /* Ajustez la taille de la police selon vos besoins */
        padding: 8px 16px; /* Ajustez le rembourrage selon vos besoins */
    }
}
.wrap {
    flex-wrap: wrap !important;
}

.no-wrap {
    flex-wrap: nowrap !important;
}

.flex {
    display: flex;
}

.border-bottom {
    border-bottom: 2px solid #ebedee;
}
.border-left {
    border-left: 2px solid #ebedee;
}
.border-right {
    border-right: 2px solid #ebedee;
}
.border-top {
    border-top: 2px solid #ebedee;
}

.margin-around {
    display: flex;
    margin: 20px;
    width: calc(100% - 40px);
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.padd-around {
    display: flex;
    padding: 20px;
    width: calc(100% - 40px);
}

.padding-5 {
    padding: 5px !important;
}

.align-stretch {
    align-items: stretch;
}

.align-start {
    align-items: start;
}

.align-center {
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column !important;
}

.row {
    display: flex;
    flex-direction: row !important;
}

.center {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.between {
    justify-content: space-between !important;
}

.start {
    justify-content: flex-start !important;
}

.text-center {
    text-align: center !important;
}

.text-ellipsis-2 {
  text-overflow:ellipsis;
  overflow:hidden;
  // Addition lines for 2 line or multiline ellipsis
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

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

.y-center {
    align-items: center;
}

.active a {
    color: var(--main-btn-color);
}

.w-60px {
    width: 60px !important;
}

.wh-60px {
    width: 60px !important;
    height: 60px !important;
}

.w-90px {
    width: 90px !important;
}

.wh-90px {
    width: 100px !important;
    height: 100px !important;
}

.w-100 {
    width: 100% !important;
}

.pointer {
    cursor: pointer;
}

.space-x-10>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.space-x-4>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.light {
    font-family: 'text-light-regular' !important;
}

.light-italic {
    font-family: 'text-light-italic' !important;
}

.thin {
    font-family: 'text-thin-regular' !important;
}

.regular {
    font-family: 'text-regular' !important;
}

.bold {
    font-family: 'text-bold' !important;
}

h1 {
    margin-bottom: 10px;
}

.wrap {
    flex-wrap: wrap;
}

.mask-svg {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
}

.red-background {
    background: rgba(255,30,30,0.6) !important;
}

.font-size-14 {
    font-size: 14px !important;
}

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

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

header {
    position: fixed;
    left: 0;
    height: 77px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(var(--color-background-desktop-navbar),1);
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06);
    padding: 5px;
    width: 100%;
    z-index: 1;
    transition: 0.3s height ease-in-out;
}

.in-page-scroll {
    top: 0px;
}

.main-sections {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

nav, nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

main#content {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    max-width: 1600px;
    margin: 114px auto 50px auto;
}

main#specialPage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 30px;
    font-family: 'text-light-regular';
}

main#specialPage i {
    font-family: 'text-thin-regular';
    font-style: normal;
    font-size: 28px;
    margin-top: 15px;
}

main#specialPage .error-404 {
    font-size: 100px;
    color: #444;
    font-weight: bold;
}

nav {
    width: 80%;
    max-width: 1600px;
    height: 100%;
}

nav ul {
    width: 80%;
}

.logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 93%;
}

nav ul li.nav-item {
    padding: 10px;
    margin: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

nav ul li.nav-item::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: rgba(var(--color-text-desktop-navbar),1);
    margin-right: 8px;
}

nav ul li.nav-item.active::before {
    /* background-color: var(--main-btn-color); */
}

nav ul li.nav-item-home::before {
    mask-image: url("../media/images/home.svg");
    -webkit-mask-image: url("../media/images/home.svg");
}

nav ul li.nav-item-micro::before {
    mask-image: url("../media/images/micro.svg");
    -webkit-mask-image: url("../media/images/micro.svg");
}

nav ul li.nav-item-news::before {
    mask-image: url("../media/images/news.svg");
    -webkit-mask-image: url("../media/images/news.svg");
}

nav ul li.nav-item-contact::before {
    mask-image: url("../media/images/contact.svg");
    -webkit-mask-image: url("../media/images/contact.svg");
}

nav ul li.nav-item-pub::before {
    mask-image: url("../media/images/megaphone.svg");
    -webkit-mask-image: url("../media/images/megaphone.svg");
}

nav ul li.nav-item-tchat::before {
    mask-image: url("../media/images/message.svg");
    -webkit-mask-image: url("../media/images/message.svg");
}

nav ul li.nav-item-blog::before {
    mask-image: url("../media/images/blog.svg");
    -webkit-mask-image: url("../media/images/blog.svg");
}

nav ul li.nav-item-mag::before {
    mask-image: url("../media/images/mag.svg");
    -webkit-mask-image: url("../media/images/mag.svg");
}

nav ul li.nav-item-music::before {
    mask-image: url("../media/images/music.svg");
    -webkit-mask-image: url("../media/images/music.svg");
}

nav ul li.nav-item a.nav-link {
    font-weight: bold;
    font-size: 18px;
    transition: font-size .4s ease-in-out;
    color: rgba(var(--color-text-desktop-navbar),1);
}

nav ul li.nav-item a.nav-link.nav-link-dropdown {
    position: relative;
}

nav ul li.nav-item a.nav-link.nav-link-dropdown::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 35%;
    right: -15px;
}

nav ul li.nav-item div.dropdown-menu {
    display: none;
    min-width: 150px;
    height: auto;
    position: absolute;
    top: 38px;
    left: 10px;
    border-radius: 10px;
    background-color: rgba(var(--color-background-desktop-navbar),1);
    border: 1px solid #eeeeee;
    z-index: 1;
    overflow: hidden;
}

nav ul li.nav-item:hover div.dropdown-menu {
    display: block;
}

nav ul li.nav-item div.dropdown-menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 12px;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: rgba(var(--color-background-desktop-navbar),1);
    color: rgba(var(--color-text-desktop-navbar),1);
}

nav ul li.nav-item div.dropdown-menu a.dropdown-item:hover {
    filter: brightness(0.95);
}

nav ul li.nav-item div.dropdown-menu div.dropdown-divider {
    height: 0;
    margin: 2px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

#burger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25px;
    height: 30px;
    position: relative;
    left: 0;
    transition: all linear 0.2s;
}

.burger-closed {
    left: 5px!important;
}

.burger-closed .burger-line:nth-child(2) {
    opacity: 0!important;
}

.burger-line {
    height: 2px;
    background-color: rgba(var(--color-text-desktop-navbar),1);
    width: 100%;
    border-radius: 100px;
    display: flex;
    transform-origin: 4%;
    transform: rotate(0deg);
    transition: all linear 0.2s;
}

.burger-line:nth-child(2) {
    margin: 6px 0;
}

.burger-closed .burger-line:nth-child(1) {
    transform: rotate(45deg);
}

.burger-closed .burger-line:nth-child(3) {
    transform: rotate(-45deg);
}

#burger-container .logo {
    width: 45%;
    transform: translateX(25px);
}

.social-bar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background-color: #ffffffbd;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index:999;
}

.social-icon {
    width: 40px; /* Ajustez la taille de l'icône selon votre préférence */
    height: 40px;
    fill: #000000; /* Couleur de l'icône */
    transition: fill 0.3s ease; /* Animation de transition de couleur */
}

.social-bar a:hover .social-icon {
    fill: #007bff; /* Couleur de l'icône au survol */
}


.header-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
    display: flex;
    justify-content: center;
    background-color: rgba(var(--color-fond-barre-dedicaces),1);
    z-index: 2;
    border-bottom: 1px solid rgba(var(--color-border-barre-dedicaces),1);
    box-sizing: border-box;
}

.header-top-bar .header-top-bar__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.header-top-bar .header-top-bar__dedicaces {
    width: calc(100% - 200px);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
}

.header-top-bar .header-top-bar__reseaux {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 100%;
    padding: 0px 20px;
    margin-left: 5px;
    position: relative;
    box-shadow: inset 0 0 20px -5px rgba(0,0,0,0.15);
    border-left: 1px solid #ccc;
}

.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau {
    width: 17px;
    height: 17px;
    margin: 0 9px;
}

.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau svg {
    width: 17px;
    height: auto;
    fill: rgba(var(--color-background-btn-1),1);
    transition: fill .1s ease-in-out;
}

.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau.header-top-bar__reseaux_reseau_instagram svg {
    fill: #C32AA3;
}
.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau.header-top-bar__reseaux_reseau_facebook svg {
    fill: #3B5998;
}
.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau.header-top-bar__reseaux_reseau_twitter svg {
    fill: #1DA1F2;
}
.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau.header-top-bar__reseaux_reseau_snapchat svg {
    fill: #FFFC00;
}
.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau.header-top-bar__reseaux_reseau_youtube svg {
    fill: #FF0000;
}
.header-top-bar .header-top-bar__reseaux .header-top-bar__reseaux_reseau.header-top-bar__reseaux_reseau_skype svg {
    fill: #00AFF0;
}

.header-top-bar .header-top-bar__dedicaces .header-top-bar__dedicaces_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
}

.header-top-bar .header-top-bar__dedicaces .header-top-bar__dedicaces_add {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: rgba(var(--color-background-btn-1),1);
    margin-right: 8px;
    overflow: hidden;
    z-index: 1;
    display: block;
    transition: width .25s ease-in-out;
    cursor: pointer;
}

.header-top-bar .header-top-bar__dedicaces .header-top-bar__dedicaces_add div {
    width: 20px;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    mask-image: url("../media/images/add.svg");
    -webkit-mask-image: url("../media/images/add.svg");
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: 60%;
    -webkit-mask-size: 60%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.header-top-bar .header-top-bar__dedicaces .header-top-bar__dedicaces_add span {
    color: #fff;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 5px;
    font-family: 'text-light-regular';
    vertical-align: middle;
}

.header-top-bar .header-top-bar__dedicaces .header-top-bar__dedicaces_add:hover {
    width: auto;
    position: absolute;
    left: 20px;
}

.header-top-bar .header-top-bar__dedicaces .header-top-bar__dedicaces_add_show {
    width: auto;
    position: absolute;
    left: 20px;
}

.header-top-bar__dedicaces_add:hover ~ .header-top-bar__dedicaces_title {
    margin-left: 28px;
    filter: blur(2px);
}

.header-top-bar__dedicaces_add:hover ~ .header-top-bar__dedicaces_body {
    filter: blur(2px);
}

/*.header-top-bar .header-top-bar__dedicaces_title::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    mask-image: url("../media/images/message.svg");
    -webkit-mask-image: url("../media/images/message.svg");
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #475e82;
    margin-right: 8px;
}*/

.header-top-bar .header-top-bar__dedicaces_body {
    width: calc(100% - 118px);
    height: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.header-top-bar .header-top-bar__dedicaces_body .header-top-bar__dedicaces_dedicace {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: absolute;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.header-top-bar .header-top-bar__dedicaces_body .header-top-bar__dedicaces_dedicace.show {
    opacity: 1;
}

.header-top-bar .header-top-bar__dedicaces_body .header-top-bar__dedicaces_dedicace .header-top-bar__dedicaces_dedicace_title {
    font-family: 'text-regular';
    white-space: nowrap;
}

.header-top-bar .header-top-bar__dedicaces_body .header-top-bar__dedicaces_dedicace .header-top-bar__dedicaces_dedicace_content {
    font-family: 'text-light-regular';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.breadcrumb * {
    font-family: 'text-light-regular';
}

.breadcrumb span.breadcrumb__separate{
    color: #ccc;
    font-size: 22px;
}

.breadcrumb a, .breadcrumb__active {
    color: #2962ff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 17px;
}

.breadcrumb .breadcrumb__active {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}

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

.breadcrumb breadcrumb__active:hover {
    text-decoration: none;
}

.badge-onair {
    background-color: rgba(255,30,30,0.7);
    padding: 7px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
}

.badge-offair {
    background-color: #848693;
    padding: 7px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
}

.title-sections {
    width: 100%;
}

.title-sections h1 {
    font-size: 30px;
}

.title-sections p {
    margin-top: 15px;
}

#first-section {
    /* background-color: #fbfbfb; */
}

.slider {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

div.slider ul {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    height: 100%;
    left: 0;
    text-align: left;
    transition: 0.8s left cubic-bezier(0.4, 0, 0.2, 1);
}

div.slider ul li {
    width: 100%;
    height: 310px;
    float: left;
    position: relative;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.slider ul li .slider-container-img {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,0.15);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.slider ul li .slider-container-img div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.slider ul li img {
    width: 100%;
    /* max-height:270px; */
}

.btn1__prev, .btn1__next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--color-fond-fleches-carrousel),1);
    background-image: url(../media/images/next_black.svg);
    background-position-y: center;
    background-position-x: 60%;
    background-repeat: no-repeat;
    background-size: 18px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    right: 10px;
    box-shadow: 0 15px 35px #3232321a, 0 5px 15px #0000001a;
    cursor: pointer;
    transition: transform .3s,opacity .3s;
}

.btn1__prev:hover, .btn1__next:hover {
    transform:scale(1.2);
}

.btn1__prev {
    background-image: url(../media/images/prev_black.svg);
    background-position-x: 40%;
    right: auto;
    left: 10px;
}

.btn2__prev, .btn2__next {
    width: 25px;
    height: 25px;
    background-color: rgba(var(--color-background-btn-1),1);
    background-image: url(../media/images/next_white.svg);
    background-position-y: center;
    background-position-x: 60%;
    background-repeat: no-repeat;
    background-size: 12px;
    border-radius: 50%;
    box-shadow: 0 15px 35px #3232321a, 0 5px 15px #0000001a;
    cursor: pointer;
    fill: #fff;
    transition: transform .3s,opacity .3s;
}

.btn2__prev {
    background-image: url(../media/images/prev_white.svg);
    background-position-x: 40%;
}

.btn2__prev:hover, .btn2__next:hover {
    transform:scale(1.2);
}

.btn2__more {
    width: 75px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: rgba(var(--color-background-btn-1),1);
    border: 1px solid rgba(var(--color-background-btn-1),1);
    transition: transform .3s,opacity .3s;
}

.btn2__more:hover {
    transform:scale(1.1);
}

.btn2__next.disabled, .btn2__prev.disabled, .btn1__next.disabled, .btn1__prev.disabled {
    background-color: rgba(var(--color-fond-fleches-carrousel),1);
    cursor: initial;
    opacity: .5;
}

.btn2__next.disabled:hover, .btn2__prev.disabled:hover, .btn1__next.disabled:hover, .btn1__prev.disabled:hover {
    transform: none;
}

div.slider .slider-about {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: calc(100% - 30px);
    position: absolute;
    float: left;
    left: 0;
    bottom: 0;
    font-family: 'text-regular';
    height: auto;
    padding: 15px;
    color: #fff;
    display: flex;
}

div.slider .slider-about div {
    width: calc(100% - 100px);
}


div.slider .slider-about button {
    width: 100px;
    margin: 0;
    background-color: var(--main-btn-color);
    outline: none;
    border: 0px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'text-medium-regular';
}

.padding-40 {
    padding: 40px;
    box-sizing: border-box;
}
.padding-30 {
    padding: 30px;
    box-sizing: border-box;
}
.margin-10 {
    margin: 10px;
    box-sizing: border-box;
}

.player {
    border-radius: 20px;
    position: relative;
    background-color: var(--main-btn-color);
    margin: 20px;
    height: 130px;
    box-sizing: border-box;
    padding:25px;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086);
}

.player .cover-player img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    position: absolute;
    right: 0px;
    top: -10px;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086);
}

.player .now-player {
    width: calc(100% - 110px);
    color: rgba(var(--color-titrage-player),1);
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    flex-direction: column;
    font-family: 'text-light-regular';
}

.player .now-player .title-now {
    font-size: 23px;
    font-family: 'text-black-regular';
    display: block;
    margin-top: 5px;
    padding-left:8px;
}

.player .now-player .artist-now {
    font-size: 21px;
    font-family: 'text-regular';
    display: block;
    padding-left:8px;
}

.player-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background:rgba(var(--color-background-player),1);
    transition: all .5s ease-in-out;
}

.container-player-bar {
    width: 80%;
    max-width: 1600px;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player-bar .now-player-bar {
    width: calc(50% - 30px);
    height: 100%;
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
}

.player-bar .now-player-bar img.pochette-now {
    height: 100%;
    border-radius: 10px;
    margin-right: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    background-color: #fff;
}

.player-bar .now-player-bar .title-now {
    display: block;
    width: 100%;
    color: rgba(var(--color-titrage-player),1);
    font-family: 'text-regular';
    font-size: 19px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.player-bar .now-player-bar .artist-now {
    display: block;
    width: 100%;
    color: rgba(var(--color-titrage-player),1);
    font-family: 'text-light-regular';
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.player-bar .play-player {
    width: 50px;
    height: 50px;
}

.container-btn-player{
    height:100%;
    width:100%;
    position:relative;
    transition: all .25s ease-in-out;
    margin: 2px;
}

.container-btn-player:hover {
    transform: scale(1.1);
}

.container-btn-player span.btn-player {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
    border-radius:100px;
    background-color: rgba(var(--color-background-btn-player),1);
    cursor: pointer;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.container-btn-player span.btn-player div.mask-btn-player {
    width: 100%;
    height: 100%;
    -webkit-mask-size: 50%;
    mask-size: 50%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: rgba(var(--color-text-btn-player),1);
}

.ripple-btn-player{
    position:absolute;
    width:100%;
    height:100%;
    z-index:-1;
    opacity: .3;
    border-radius:100%;
    background-color: #fff;
    top:0;
    left: 0;
    transition: .5s all ease-in-out;
    animation: 3s linear infinite ripple;
    animation-delay: 0s;
}

.ripple-btn-player:nth-child(2){
    animation-delay: 1s;
}
.ripple-btn-player:nth-child(3){
    animation-delay: 2s;
}

@keyframes ripple {
    0% {
        transform: scale(.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.container-controls-player {
    font-size: 0;
    text-align: center;
    height: 60px;
    width: calc(50% - 30px - 85px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    transition: all .5s ease-in-out;
}
  
.equalizer-bar {
    transition: height 300ms linear;
    display: inline-block;
    background: #fff;
    width: 5px;
    height: 60px;
    border-radius: 3px;
    margin: 0 4px;
}

#volumeplayer {
    box-shadow: 0px 0px 10px 4px rgba(var(--color-volume-player),.4);
    width: 100px;
    height: 3px;
    background: rgba(var(--color-volume-player),1);
    -webkit-appearance: none;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border-radius: 10px;
}

#volumeplayer::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: rgba(var(--color-volume-player),1);
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0px 0px 10px 4px rgba(var(--color-volume-player),.4);
}
#volumeplayer::-webkit-slider-thumb:hover {
    background-color: rgba(var(--color-volume-player),1);
}

#volumeplayer::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: rgba(var(--color-volume-player),1);
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0px 0px 10px 4px rgba(var(--color-volume-player),.4);
}
#volumeplayer::-moz-range-thumb:hover {
    background-color: rgba(var(--color-volume-player),1);
}

.container-actions-music-player {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: auto;
    height: 100%;
    margin-right: 0px;
}

.list-source-player {
    display: none;
    flex-direction: column;
    align-items: start;
    width: auto;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 5;
}

.container-controls-source-player:hover .list-source-player {
    display: flex;
}

.list-source-player div.item-list-source-player {
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-source-player div.item-list-source-player:hover {
    background-color: #dedede;
}

.list-source-player div.item-list-source-player img {
    width: 50px;
}

.list-source-player div.item-list-source-player span {
    padding: 12px 15px;
    font-size: 15px;
    overflow: hidden;
    color: #000;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    height: 100%;
}

.container-equalizer-player {
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin-left: 20px;
}

#openclosebigplayer {
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    width:30px;
    height:30px;
    display: none;
}

#openclosebigplayer .btn-player .mask-btn-player {
    -webkit-mask-image: url(../media/images/close.svg);
    mask-image: url(../media/images/close.svg);
}

.big-player {
    height: 100vh;
    z-index: 2;
    /*bottom: unset !important;
    top:0 !important*/
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.65)) !important;
}

.big-player .container-player-bar {
    flex-direction: column;
    justify-content: flex-start !important;
}

.big-player .now-player-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 35px 0px 0px 0px;
    height: auto;
}

.big-player .now-player-bar div {
    margin-top:20px;
}

.big-player .now-player-bar .artist-now {
    text-align: center;
    font-size: 17px !important;
}

.big-player .now-player-bar .title-now {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 8px !important;
}

.big-player .now-player-bar .pochette-now {
    margin-right: 0 !important;
    height: unset !important;
}

.big-player .now-player-bar img.pochette-now {
    width: 75% !important;
    max-width: 420px;
    height: unset !important;
    margin-right: 0px !important;
}

.big-player .container-controls-player {
    width: 60%;
    max-width: 280px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 45px;
}

.big-player .container-actions-music-player {
    width: 60%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.big-player .container-actions-music-player .container-btn-player {
    width: 35px !important;
    height: 35px !important;
}

.big-player .play-player {
    width: 60px !important;
    height: 60px !important;
    margin-top: 40px;
}

.big-player .equalizer-bar {
    /*display: none;*/
}

.big-player .container-equalizer-player {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 35px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
}

.big-player .container-volume-player {
    display: none;
}

.big-player #muteplayer {
    position: initial !important;
    transform: none !important;
    margin-right: 10px;
}

.big-player #volumeplayer {
    position: initial !important;
    transform: none !important;
    width: 50%;
}

.big-player .container-controls-source-player {
    margin-left: 0px !important;
}

.big-player .container-controls-source-player .list-source-player {
    bottom: 60px;
    right: 15px;
}

.big-player #openclosebigplayer {
    position: absolute;
    top: 15px;
    right: 15px;
    transform: translateX(0);
    width: 30px;
    height: 30px;
    left:unset;
}

.big-player #openclosebigplayer .btn-player .mask-btn-player {
    mask-image: url(../media/images/close.svg) !important;
    -webkit-mask-image: url(../media/images/close.svg) !important;
}


.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:10px;
    width: 100%;
    box-sizing: border-box;
}

.header-bar span {
    font-size: 14px;
    font-family: 'text-medium-regular';
}

.list-content {
    overflow: hidden;
    padding: 20px 0px 0px 10px;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
}

.list-content-noscroll {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow: initial;
    padding: 15px;
    height: auto;
}

.list-content .scroll-list-content {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    transition: transform .3s ease-in-out;
}

.list-content .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px 28px;
    cursor:pointer;
    transition: transform .2s;
}

.list-content-noscroll .content-box {
    padding: 10px;
}

.list-content .content-box:hover {
    transform:scale(1.08);
}

.list-content .content-box span {
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: rgba(var(--color-text-emissionsdujour),1);
    margin-bottom:5px;
    transition: 0.1s font-size;
}

.list-content .content-box .content-background {
    width: calc(150px - 10px);
    height: calc(150px - 10px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgba(17, 17, 26, 0.2) 0px 1px 0px, rgba(17, 17, 26, 0.2) 0px 8px 24px, rgba(17, 17, 26, 0.2) 0px 16px 48px;
    transition: transform .2s;
}

.list-content .content-box .content-background div.content-background-center {
    padding: 6px 10px; /* réduit pour éviter le débordement */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    max-width: 90%;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    bottom: 8px; /* place le texte en bas */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.4); /* optionnel pour la lisibilité */
}


.list-content .content-box .content-background div.content-background-center.font-size-14,
.list-content .content-box .content-background div.content-background-top-right.font-size-14 {
    font-size: 14px;
}

.list-content .content-box .content-background div.content-background-center.red-background,
.list-content .content-box .content-background div.content-background-top-right.red-background{
    background: rgba(255,30,30,0.6);
}

.list-content .content-box .content-background div.content-background-top-right {
    padding: 7px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.2);
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    font-size: 13px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    top: 0;
    right: 0;
}

.list-content .content-box .content-btn {
    background-color: rgba(var(--color-background-btn-1),1);
    border-radius: 20px;
    color: #fff;
    padding: 7px 12px;
}

.list-content .content-box .content-btn:hover {
    text-decoration: underline;
}

div.img-svg {
    width: 12px;
    height: 12px;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--main-btn-color);
}

div.img-svg.img-svg-white {
    background-color: #fff;
}

div.img-svg.img-svg-margin-right {
    margin-right: 5px;
}

.list-news-home {
    overflow-x: hidden;
    padding: 20px 0px 20px 10px;
    width: 100%;
    height: 410px;
    box-sizing: border-box;
}

.scroll-section {
    padding: 25px 0px 0px 0px !important;
}

.scroll-section .header-bar {
    padding: 0px 25px !important;
}

.list-news-home .scroll-list-news {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    transition: transform .3s ease-in-out;
}

.list-news-home .news-box {
    display: flex;
    height: auto;
    min-width: 280px;
    width: 280px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0px 15px;
    position: relative;
    background-color: rgba(var(--color-background-news),1);
}

.list-news-home .news-box .news-background {
    width: 100%;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.list-news-home .news-box .body-news-box {
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 200px;
    color: rgba(var(--color-text-apercuactu),1);
    padding: 20px;
    box-sizing: border-box;
}

.list-news-home .body-news-box::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 30px;
    top: -30px;
    background: linear-gradient(transparent,transparent,#fff);
}

.list-news-home .news-box .body-news-box div.news-title{
    font-size: 18px;
    width: 100%;
    height: 36px;
    font-family: 'text-regular';
    text-decoration: none;
    margin-bottom:11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news-home .news-box:hover .body-news-box div.news-title {
    text-decoration: underline;
}

.list-news-home .news-box .body-news-box div.news-content{
    font-size: 16px;
    font-family: 'text-light-regular';
    width: 100%;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news-home .news-box .body-news-box div.news-time {
    font-size: 14px;
    margin-top: 18px;
    font-family: 'text-thin-regular';
    width: 100%;
    text-decoration: none;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: auto;
    color: rgba(var(--color-text-newstime),1);
}


.list-news {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.list-news .news-box {
    display: flex;
    height: 200px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 0.8rem 2rem rgb(0 0 0 / 5%);
    border-radius: 10px;
    cursor: pointer;
    margin: 0px 15px 20px 15px;
    position: relative;
    background-color:rgba(var(--color-background-news),1);
}

.list-news .news-box .news-background {
    width: 250px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px 0px 0px 10px;
}

.list-news .news-box .body-news-box {
    position: relative;
    font-size: 16px;
    width: calc(100% - 250px);
    height: 100%;
    color: rgba(var(--color-text-apercuactu),1);
    padding: 20px;
    box-sizing: border-box;
}

.list-news .news-box .body-news-box::before {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    width: 30px;
    left: -30px;
    background: linear-gradient(to right,transparent,transparent,#fff);
}

.list-news .news-box .body-news-box div.news-title{
    font-size: 18px;
    width: 100%;
    height: 36px;
    font-family: 'text-regular';
    text-decoration: none;
    margin-bottom:11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news .news-box:hover .body-news-box div.news-title {
    text-decoration: underline;
}

.list-news .news-box .body-news-box div.news-content{
    font-size: 16px;
    font-family: 'text-light-regular';
    width: 100%;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news .news-box .body-news-box div.news-time {
    font-size: 14px;
    margin-top: 18px;
    font-family: 'text-thin-regular';
    width: 100%;
    text-decoration: none;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.one-news {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.one-news .news-content {
    color: rgba(var(--color-text-apercuactu),1);
    font-family: 'text-light-regular';
    text-align: left;
    margin: 30px 0px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 21px;
}

.one-news .news-author {
    color: #000;
    font-family: 'text-light-regular';
    text-align: left;
    font-size: 18px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}

.one-news .news-author b {
    font-family: 'text-light-regular';
}

#emission-en-cours div.emission {
    margin: 16px 0px 0px 20px;
    color: rgba(var(--color-text-emission),1);
    font-size: 25px;
}

#emission-en-cours div.horaires {
    margin: 8px 0px 0px 20px;
    color:  rgba(var(--color-text-heure-emission),1);;
    font-size: 20px;
}

footer {
    width: 100%;
    margin-bottom: 110px;
}

footer .container-footer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

footer .container-footer .box-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(var(--color-background-footer),1);
    margin: 1.25rem;
    padding: 2rem;
    justify-content: space-between;
    color: rgba(var(--color-text-footer),1);
    font-weight: 600;
    border-radius: .5rem;
}

footer .container-footer .box-footer div:nth-child(2) ul li {
    text-align: center;
}

footer .container-footer .box-footer svg {
    width: 1rem;
    color: rgba(var(--color-text-footer),1);
    stroke: currentColor;
    fill: currentColor;
}

.footer-reseaux {
    padding: 0;
}

.footer-reseaux .footer-reseaux__reseau {
    width: 17px;
    height: 17px;
    margin: 0 9px;
}

.footer-reseaux .footer-reseaux__reseau svg {
    width: 17px;
    height: auto;
    fill: rgba(var(--color-background-btn-1),1);
    transition: fill .1s ease-in-out;
}

.footer-reseaux .footer-reseaux__reseau.footer-reseaux__reseau_instagram svg {
    fill: #C32AA3;
}
.footer-reseaux .footer-reseaux__reseau.footer-reseaux__reseau_facebook svg {
    fill: #3B5998;
}
.footer-reseaux .footer-reseaux__reseau.footer-reseaux__reseau_twitter svg {
    fill: #1DA1F2;
}
.footer-reseaux .footer-reseaux__reseau.footer-reseaux__reseau_snapchat svg {
    fill: #FFFC00;
}
.footer-reseaux .footer-reseaux__reseau.footer-reseaux__reseau_youtube svg {
    fill: #FF0000;
}
.footer-reseaux .footer-reseaux__reseau.footer-reseaux__reseau_skype svg {
    fill: #00AFF0;
}


.hover\:underline:hover {
    text-decoration: underline;
}




/*
========== FORMULAIRES ==========
 */

form {
    padding: 30px 0px;
}

.alert {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0px 25px 0px;
    border-radius: .4285rem;
    background: #3a5e8b;
    background-image: linear-gradient(to bottom left, var(--main-btn-color), var(--main-btn-color2));
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #3a5e8b;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 11px 15px;
    font-size: .875rem;
    line-height: 1.35em;
    font-family: 'text-regular';
    box-shadow: 0 0.8rem 2rem rgba(0,0,0, 0.05);
}

.alert.alert-danger {
    background-image: linear-gradient(to bottom left, #bd5151, #e29e9e);
}

.alert.alert-success {
    background-image: linear-gradient(to bottom left, #26844d, #5ca931);
}

.form-group {
    position: relative;
    margin: 0 0px 10px 0px;
}

.form-group label {
    font-size: 15px;
    margin-bottom: 5px;
    color: rgba(var(--color-text),1);
    display: inline-block;
    font-weight: 400;
}

.form-group input, textarea, select {
    margin-bottom: 20px;
    padding: 10px 18px;
    border: 1px solid rgba(var(--color-background-btn-2),1);
    border-radius: .4285rem;
    font-size: 14px;
    font-family: inherit;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-weight: 400;
    line-height: 1.428571;
    color: #475e82;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: none;
    box-sizing: border-box;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
}

textarea {
    height: 100px;
}

.form-group input:focus, textarea:focus {
    border-color: rgba(var(--color-background-btn-1),1);
    box-shadow: none;
    outline: 0;
}

.form-group input[disabled], textarea[disabled] {
    background-color: #1d253b;
    color: #344675;
    cursor: not-allowed;
}


.btn {
    border: none;
    position: relative;
    overflow: hidden;
    margin: 4px 1px;
    border-radius: .4285rem;
    cursor: pointer;
    background-image: linear-gradient(to bottom left,var(--main-btn-color), var(--main-btn-color2));
    background-size: 210% 210%;
    background-position: 100% 0;
    transition: all .05s ease-in-out;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 11px 40px;
    font-size: .875rem;
    line-height: 1.35em;
    font-family: inherit;
}

.btn:hover {
    opacity: .9;
}

.btn:active {
    transform: scale(0.95);
}

.btn:active, .btn:focus {
    outline: 0;
}

.btn.btn-default {
    background: rgba(var(--color-background-btn-1),1);
    background-image: linear-gradient(to bottom left, rgba(var(--color-background-btn-1),1), rgba(var(--color-background-btn-2)),1);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: rgba(var(--color-background-btn-1),1);
}


/*
============= PAGINATION =============
 */

.pagination {
    list-style-type: none;
    box-shadow: 0 0.8rem 2rem rgba(0,0,0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
}

.pagination__numbers,
.pagination__btn,
.pagination__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    color: rgba(var(--color-background-btn-1),1);
 }

.pagination__numbers {
    width: 25px;
    height: 25px;
    border-radius: 0.4rem;
}

.pagination__numbers:hover {
     color: rgba(var(--color-background-btn-1),1);
}

.pagination__numbers.active {
     color: #fff;
     background: rgba(var(--color-background-btn-1),1);
     font-weight: 600;
}

.pagination__btn {
    color: black;
}

.pagination__btn.disabled {
    color: grey;
    cursor: default;
}



/*
============= EMISSIONS =============
 */

.list-days {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.list-days .list-days__day {
    display: flex;
    margin: 10px;
    border-radius: 30px;
    padding: 5px 10px;
    font-family: 'text-light-regular';
    background-color: rgba(var(--color-background-btn-2),1);
    color: #fff;
    cursor: pointer;
    transition: background-color .1s ease-in-out,scale .1s ease-in-out;
}

.list-days .list-days__day:hover {
    background-color: rgba(var(--color-background-btn-1),1);
}

.list-days .list-days__day:active {
    transform: scale(.95);
}

.list-days .list-days__day.list-days__day_active {
    background-color: rgba(var(--color-background-btn-1),1);
    transform: scale(.95);
}




.list-items-3-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.list-items-3-header input {
    margin-right: 15px;
    padding: 10px 18px;
    border: 1px solid rgba(var(--color-text),1);
    border-radius: .4285rem;
    font-size: 14px;
    font-family: inherit;
    display: block;
    width: auto;
    height: calc(2.25rem + 2px);
    font-weight: 400;
    line-height: 1.428571;
    color: rgba(var(--color-text),1);
    background-color: transparent;
    background-clip: padding-box;
    box-shadow: none;
    box-sizing: border-box;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
}

.list-items-3-header input:focus {
    border-color: #0092d6;
    box-shadow: none;
    outline: 0;
}



.list-items-1 {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

.list-items-1__item {
    width: 100%;
    height: auto;
    padding: 15px 30px;
    padding-right: calc(140px + 60px);
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    transition: transform .2s;
    background-color: #ededed;
    border-radius: 10px;
    margin-top: 6px;
}

.list-items-1__item:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: calc(140px + 60px);
    padding-right: 30px;
}
.list-items-1__item:nth-child(even) .list-items-1__item_background {
    margin-right: 0;
    margin-left: 30px;
}
.list-items-1__item:nth-child(even) .list-items-1__item_title {
    text-align: right;
}
.list-items-1__item:nth-child(even) .list-items-1__item_description {
    text-align: right;
}

.list-items-1__item_background {
    width: 140px;
    height: 140px;
    margin-right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgb(17 17 26 / 20%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 8px 24px, rgb(17 17 26 / 20%) 0px 16px 48px;
    transition: transform .2s;
}

.list-items-1__item_background_top_right {
    padding: 7px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.2);
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    font-size: 13px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    top: 0;
    right: 0;
}

.list-items-1__item_background_center {
    padding: 6px 10px; /* réduit pour éviter le débordement */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    max-width: 90%; /* limite largeurs excessives */
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    bottom: 8px; /* petit espace au bas de l'image */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; /* évite les retours à la ligne */
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-items-1__item_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100%;
    height: auto;
    width: calc(100% - 140px);
}

.list-items-1__item_title {
    font-family: 'text-regular';
    font-size: 19px;
    margin: 10px 0px 15px 0px;
    width: 100%;
}

.list-items-1__item_description {
    font-family: 'text-light-regular';
    font-size: 15px;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
}

.list-items-1__item_description_justify {
    font-family: 'text-light-regular';
    font-size: 15px;
    margin-bottom: 8px;
    width: 100%;
    text-align: justify !important;
}

.list-items-1__item:nth-child(even) .list-items-1__item_description_justify {
    direction: rtl;
}

.list-items-1__item_link {
    text-decoration: none;
    cursor: pointer;
}
.list-items-1__item_link:hover {
    text-decoration: underline;
}




.list-items-2 {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-items-2__item {
    width: calc(210px + 90px);
    height: auto;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.list-items-2__item_background {
    width: 210px;
    height: 210px;
    margin: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgb(17 17 26 / 20%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 8px 24px, rgb(17 17 26 / 20%) 0px 16px 48px;
}

.list-items-2__item_background_top_right {
    padding: 7px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.2);
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    font-size: 13px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    top: 0;
    right: 0;
}

.list-items-2__item_background_center {
    padding: 11px 13px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: #fff;
    font-size: 11px;
    width: 60%;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.list-items-2__item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 100%;
}

.list-items-2__item_title {
    font-family: 'text-regular';
    font-size: 19px;
    margin: 15px 0px;
}

.list-items-2__item_description {
    font-family: 'text-light-regular';
    font-size: 15px;
    margin-bottom: 8px;
}




.list-items-3 {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-items-3__item {
    width: calc(170px + 90px);
    height: auto;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.list-items-3__item_background {
    width: 170px;
    height: 170px;
    margin: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgb(17 17 26 / 20%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 8px 24px, rgb(17 17 26 / 20%) 0px 16px 48px;
}

.list-items-3__item_background_top_right {
    padding: 7px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.2);
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    font-size: 13px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    top: 0;
    right: 0;
}

.list-items-3__item_background_center {
    padding: 11px 13px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: #fff;
    font-size: 11px;
    width: 60%;
    display: inline-block;
    text-align: center;
    transition: 0.1s font-size;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.list-items-3__item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 100%;
}

.list-items-3__item_title {
    font-family: 'text-regular';
    font-size: 17px;
    margin: 15px 0px;
}

.list-items-3__item_description {
    font-family: 'text-light-regular';
    font-size: 15px;
    margin-bottom: 8px;
}