body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.header {
    background-color: white;
    color: black;
    text-align: center;
    
}
.logo {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.search-box {
    max-width: 300px;
    margin-left: auto;
}
.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 10px;
    text-decoration: none;
}
.nav-link a {
    color: white;
    margin: 0 15px;
    font-size: 1rem;
    text-decoration: none;
    font-family: 'Poppins';
}
.navbar-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.active
{
    background-color: white;
    color: black;
}

.titre
{
    background-color: white;
    color: black;
    width: 100%;
}

.main-article img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.article-meta {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 5px;
}
.sub-article img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.sub-article {
    margin-bottom: 20px;
}

.article-titlenew
{
    font-size: 17px;
}

.footer {
    background-color: #05012c;
    padding: 50px 0;
    text-align: center;
}
.footer h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}
.footer input[type="email"] {
    padding: 10px;
    border: none;
    width: 300px;
}
.footer button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border: none;
}
.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.5rem;
    text-decoration: none;
}
.footer-links a {
    color: white;
    margin: 0 15px;
    font-size: 1rem;
    text-decoration: none;
}
.bottom-text {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #6c757d;
}

.cont {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.btns {
    background-color: #07013f;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.scrolling-text {
    display: inline-block;
    padding-left: 20px;
    animation: scroll 15s linear infinite;
    position: absolute;
    left: 0;
    white-space: nowrap;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter {
    margin-left: auto; 
}

.form-control {
    max-width: 200px;
}

#hr {
    height: 3px;
    margin-top: -3px;
    background-color: black;
}

.actu {
    text-align: right; 
}


.btns_actu
{
    background-color: #f8cb05;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

@media (min-width:768px)
{
    #logo2
    {
        display: none;
    }
}

@media (max-width: 800.98px) {
    .search-box {
        margin-top: 20px;
       margin-left: -50px;
    }

    .search-box input,.search-box button{
        margin-top: 0px;
    }

    #logo
    {
       display: none;
    }
    .carousel-title{
        font-size: 16px;
    }

    .tagNew span{
        font-size: 15px;
    }

    .tags span{
        font-size: 16px;
    }


    .social-icons {
        width: 100%; 
        justify-content: space-evenly; 
    }
}

.btn-circle {
    width: 20px; 
    height: 20px; 
    border-radius: 50%; 
    padding: 0; 
    font-size: 16px; 
}

.btn-danger {
    background-color: red; 
    border: none; 
}


.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Aligne les éléments de la navbar horizontalement */
}

.nav-item {
    margin-right: 15px; /* Espace entre les éléments de la navbar */
}

.nav-link {
    text-decoration: none; /* Supprime le soulignement des liens */
    color: black; /* Change la couleur du texte */
}

.carousel-inner img {
    max-height: 550px; 
    object-fit: cover; 
}

.carousel-caption-wrapper {
    position: absolute;
    top: 25%;
    left: 30%;
    transform: translateX(-50%);
    width: 40%; 
    z-index: 10;
}

.carousel-title {

    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    word-wrap: break-word; 
}

.tags {
    margin-bottom: 20px;
    color: black;
  }
  .tags span {
    background-color: gold;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: bold;
  }

  .tagNew span {
    background-color: rgb(10, 2, 75);
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: white;
  }

  .video-container {
    position: relative;
    width: 100%;
    max-width: 800px; 
    margin: auto;
    transition: all 0.5s ease; 
}

.video-container.fixed {
    position: fixed;
    width: 300px; 
    height: auto;
    bottom: 20px; 
    right: 20px;
    z-index: 999; 
}

.menu-active
{
    border-bottom: 4px solid gold;
    color: blue;
}

.point-noir {
    width: 100px;  
    height: 100px; 
    background-color: black; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto; 
}


.carousels {
    position: relative;
    max-width: 600px; 
    margin: auto; 
    overflow: hidden; 
}

.carousel-inners {
    display: flex;
    transition: transform 0.5s ease; 
}

.carousel-items {
    min-width: 100%; 
    box-sizing: border-box; 
}

.img {
    width: 100%; 
    height: auto; 
}

.carousel-controls {
    position: absolute;
    top: 50%; /* Centrer verticalement */
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    padding: 10px;
}

.carousel-controls.prevs {
    left: 10px; /* Positionner le bouton précédent */
}

.carousel-controls.nexts {
    right: 10px; /* Positionner le bouton suivant */
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* On cache la flèche par défaut */
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.back-to-top:hover {
    background-color: #0056b3;
}

.h-300 {
    height: 100px;
    padding: 15px;
}
.myform{
    padding: 15px;
}

.cmtBTN{
    padding: 10px;
    background-color: #07013f;
    color: white;
    text-align: end;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
}


.comments-container {
    max-width: 100%;
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.comment-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.comment-head {
    font-size: 16px;
    font-weight: bold;
}

.comment-content {
    font-size: 14px;
    color: #333;
}

.carouselx {
    position: relative;
}

.carousel-innerx {
    display: flex;
    overflow: hidden;
}

.carousel-itemx {
    flex: 0 0 100%;
    display: none;
}

.carousel-itemx.active {
    display: block;
}

.carousel-controlx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.carousel-controlx.prevx {
    left: -15px;
}

.carousel-controlx.nextx {
    right: -15px;
}

.carousel-item {
    position: relative;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.carousel-caption-wrapper {
    position: absolute;
    top: 50%;
    left: 10%; 
    transform: translateY(-50%); 
    z-index: 2; 
    color: white;
    text-align: left; 
}

.carousel-title {
    font-size: 2rem;
    font-weight: bold;
}

.tags, .tagNew {
    margin-bottom: 10px;
}

.social-iconsD a {
    text-decoration: none;
    margin-right: 10px;
    background-color: #07013f;
    padding: 13px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: white;
}

.social-iconsD a i {
    font-size: 18px;
}

.social-iconsD a:last-child {
    margin-right: 0;
}

.title-link {
    text-decoration: none;
    color: white;
    position: relative;
    padding-bottom: 2px; 
    border-bottom: 2px solid transparent; 
    transition: border-color 0.5s ease; 
    line-height: 50px;
}

.title-link:hover {
    border-bottom: 1px solid white; 
} 


