.a-la-une {
  padding: 50px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  background: #fff;
}

.a-la-une-header .badge {
  display: inline-block;
  background-color: #00b287;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}

.a-la-une-header .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
 
  
}
.a-la-une-header .badge {
  display: inline-block;
  background-color: #00b287;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}

.podcasts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.podcast-card {
  width: 220px;
  text-align: center;
  cursor: pointer;
}

.podcast-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-color: #00b287;
  border-radius: 50%;
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.podcast-icon:hover {
  background-color: #009f76;
}

.podcast-card h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
}

.podcast-card p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

header {
    background-color: #00b289;
    padding: 10px;
    text-align: center;
     position: relative; /* ou absolute/fixed */
  z-index: 5; 
}

.navbar .btn {
    background: none;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}

.navbar .btn.active {
    background-color: #444;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

.circle-background {
    border-radius: 50%;
    background-color: #222;
    padding: 60px;
    margin: auto;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; /* ou relative/fixed selon le contexte */
  z-index: 1;
}
.banner, .bottom-banner, .image-carousel {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    
}

.radio-info {
    background-color: #e0e0e0;
    padding: 20px;
}

.radio-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio-box .left {
    font-size: 1.5em;
    font-weight: bold;
    color: #00b289;
}

.radio-box .right {
    text-align: right;
}

.a-la-une {
    padding: 20px;
    text-align: center;
}

.a-la-une h3 {
    background-color: #00b289;
    display: inline-block;
    padding: 5px 10px;
    color: white;
}

.podcast-section {
    padding: 20px;
    align-items: left;
    text-align: left;
}

.podcast-list .podcast-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.podcast-item .play-btn {
    color: #00b289;
}

.pagination {
    text-align: center;
    padding: 20px;
}

footer {
    background-color: #00b289;
    color: white;
    text-align: center;
    padding: 10px;
}


/* Le cercle central */
.circle-background {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* Texte dans le cercle */
.mic-container {
    text-align: right;
}


* {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: Arial, sans-serif;
        }

        .hero-carousel {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .carousel-slide {
            top: 0; left: 0;
            width: 100%; height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            z-index: 0;
        }

        .fixed-content {
            position: relative;
            z-index: 2;
            height: 100%;
            width: 100%;
        }

        .circle-background {
            position: absolute;
            bottom: 20%;
            left: 50%;
            transform: translateX(-50%);
            width: 720px;
            height: 720px;
            border-radius: 50%;
            border: 2px solid white;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .btn-live {
            background-color:#00b289;
            border: none;
            color: white;
            padding: 8px 20px;
            font-size: 16px;
            border-radius: 0px;
            cursor: pointer;
            margin-bottom: 15px;
        }

        .slogan-bar {
            margin-top: 80px;
            position: absolute;
            top: 90%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
             padding: 20px 40px;
            background-color: #a09b9b;
            text-align: left;
            color: #ffffff;
            font-size: 14px;
        }

       

        @media screen and (max-width: 768px) {
            .circle-background {
                width: 240px;
                height: 240px;
                font-size: 14px;
            }

            .btn-live {
                font-size: 14px;
                padding: 6px 16px;
            }
        }
        /* SECTION PODCAST */
.podcast-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.section-header {
  text-align: left;
  margin-bottom: 30px;
}

.section-header .badge {
  color: #00b287;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 14px;
  color: #555;
  max-width: 1000px;
}

/* ONGLET */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 25px;
}

.tab {
  background: transparent;
  border: 2px solid #00b287;
  color: #00b287;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 1px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
}

.tab:hover {
  background-color: #00b287;
  color: #fff;
}

.tab.active {
  background-color: #00b287;
  color: #fff;
}

/* CONTENU ONGLET */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* LISTE DE PODCASTS */
.podcast-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

/* ITEM PODCAST */
.podcast-item {
  display: flex;
  align-items: center;
  background: #fefefe;
  border: 1px solid #eee;
  padding: 12px 16px;
  border-radius: 5px;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.play-btn {
  background-color: white;
  color: #00b287;
  border: none;
  border-radius: 50%;
  border: 2px solid;
  border-color: #00b287;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.play-btn:hover {
  background-color: #74b3a4;
}

.podcast-info {
  flex: 1;
  padding: 0 15px;
}

.podcast-info .title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.podcast-info .meta {
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}

.podcast-controls i {
  font-size: 16px;
  color: #00b287;
  margin-left: 12px;
  cursor: pointer;
}

.podcast-controls i:hover {
  color: #00b287;
}

/* PAGINATION */
.pagination {
  text-align: center;
  margin: 30px 0;
  overflow-x: auto; /* Scroll horizontal si nécessaire */
}

.pagination-links {
  display: inline-flex; /* tout sur la même ligne */
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  padding: 10px;
}

.page-btn {
  padding: 8px 14px;
  border: 1px solid #00c389;
  background-color: white;
  color: #00c389;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap; /* empêche le texte de se couper */
  transition: background-color 0.3s, color 0.3s;
}

.page-btn:hover {
  background-color: #00c389;
  color: white;
}

.page-btn.active {
  background-color: #00c389;
  color: white;
  font-weight: bold;
}

.pagination-links span {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

/* Scroll bar style (optionnel) */
.pagination-links::-webkit-scrollbar {
  height: 6px;
}

.pagination-links::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}


/* SCROLL STYLE POUR LISTE */
.podcast-list::-webkit-scrollbar {
  width: 6px;
}
.podcast-list::-webkit-scrollbar-thumb {
  background-color: #00b287;
  border-radius: 3px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image {
  margin-left: 205px; 
  display: block;
  width: 100%;
  height: auto;;
  text-align: center;
}

.btn-sur-image {
  position: absolute;
  bottom: 190px; /* position verticale */
  right: 350px;  /* position horizontale */
  padding: 10px 20px;
  background-color: #00b287;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.btn-sur-image:hover {
  background-color: #00b287;
}

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.faq-title {
  color: #00aa77;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.faq-description {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin: 10px 0;
  text-align: justify;
}

.rating {
  margin: 30px 0 20px;
}

.rating-number {
  font-size: 28px;
  font-weight: bold;
}

.stars {
  color: gold;
  font-size: 22px;
  margin: 5px 0;
}

.rating-label {
  font-size: 14px;
  color: #888;
}

.comment-box {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.comment-header {
  text-align: left;
  margin-bottom: 10px;
}

.comment-body {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.comment-body .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comment-body textarea {
  flex: 1;
  min-height: 80px;
  padding: 10px;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.comment-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.formatting-icons i {
  margin: 0 5px;
  color: #666;
  cursor: pointer;
}

.comment-post-btn {
  background-color: #00b77d;
  color: white;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.comment-post-btn:hover {
  background-color: #009e6e;
}
.comments-section {
  width: 80%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.comment {
  display: flex;
  margin-bottom: 30px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 10px;
}

.comment-content {
  flex: 1;
}

.comment-header {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}

.time {
  color: #999;
  font-size: 13px;
}

.comment-text {
  margin-bottom: 10px;
  font-size: 15px;
}

.reply-box {
  background-color: #00b388;
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  position: relative;
}

.reply-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.logo-reply {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
form input,
form textarea {
  border: 1px solid #00c389;
  padding: 10px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

form input::placeholder,
form textarea::placeholder {
  color: #aaa;
}

/* Carrousel */
.carousel-chabi {
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: auto;
  height: 200px;
  object-fit: contain;
  display: flex;
  gap: 50px;
  animation: scroll 20s linear infinite;
  align-items: center;
}
.carousel {
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.carousel-track {
  display: flex;
  gap: 50px;
  animation: scroll 20s linear infinite;
  align-items: center;
}

.carousel-track img {
  height: 40px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

footer {
  background-color: #61615c;
  color: white;
  font-size: 14px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  background-color: #1cc8a0;
  padding: 15px 0;
}

.footer-section {
  flex: 1;
  text-align: center;
  padding: 15px;
  background-color: #61615c;
  color: white;
  border-right: 1px solid #555;
}

.footer-section:last-child {
  border-right: none;
}

.footer-section h4 {
  font-size: 14px;
  margin-bottom: 12px;
  color: white;
}

.footer-section input {
  width: 85%;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
}

.footer-section button {
  padding: 8px 15px;
  font-size: 14px;
  background-color: #1cc8a0;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.footer-section.center p {
  margin: 6px 0;
  font-size: 14px;
}

.footer-section.icons .social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin: 0 8px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #1cc8a0;
}

.footer-bottom {
  background-color: #61615c;
  text-align: center;
  padding: 20px 10px 35px;
  color: #ccc;
}

.footer-bottom .links {
  margin-bottom: 15px;
}

.footer-bottom .links a {
  color: #ccc;
  margin: 0 12px;
  text-decoration: none;
  font-size: 13px;
}

.footer-bottom .links a:hover {
  text-decoration: underline;
}

footer p {
  margin: 0;
  font-size: 13px;
}
.custom-carousel-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* Centre horizontalement */
  padding-top: 50px;       /* Espace vertical facultatif */
}

.custom-carousel-container {
  position: relative;
  width: 600px;
  overflow: hidden;
  margin-top: 30px;
}

.custom-carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.custom-carousel-slide {
  min-width: 100%;
  position: relative;
}

.custom-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-carousel-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Fond transparent */
  color: white;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.custom-carousel-prev,
.custom-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.custom-carousel-prev:hover,
.custom-carousel-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.custom-carousel-prev {
  left: 10px;
}

.custom-carousel-next {
  right: 10px;
}

.custom-carousel-dots {
  text-align: center;
  margin-top: 10px;
}

.custom-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.custom-dot.active {
  background-color: #333;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
.video-modal-content {
  background: #000;
  padding: 0;
  position: relative;
  max-width: 800px;
  width: 90%;
}
.video-modal-close {
  position: absolute;
  top: 5px; right: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.video-modal iframe {
  display: block;
}
.custom-carousel-slide { display: none; }
.custom-carousel-slide.active { display: block; }

.youtube-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.youtube-modal-content {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
  background: #000;
}

.youtube-close {
  color: white;
  position: absolute;
  top: 10px; right: 20px;
  font-size: 30px;
  cursor: pointer;
}


.carousel-wrapper {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 300%; /* 100% x nombre d'images */
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}


