/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.main-content {
    padding-top: 50px;
}

.one_by_one {
    height: 300px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
}

.categories ul li a {
    font-size: 16px;
    font-weight: 300;
    padding: 4px 10px;
}

.article .article-details {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 3px;
}

.article-details,
.article-header {
    border-radius: 20px;
}

a:hover {
    text-decoration: none;
}

.myItem {
    height: 199px;
    text-align: center;
}

.container1 {
    width: 100%;
    height: 38%;
    /* color: #c7c7c7; style="background-color: #2D0155;" */
    padding: 5px auto;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}

.myGallery {
    position: relative;
    border-radius: 40px;
    border: solid #C7AE03 2px;
    background-color: #e7e7e7;
    height: auto;
    width: auto;

}

.gallery {
    position: relative;
    overflow: hidden;
}

.myGallery .col-md-6 .col-md-12 img iframe {
    width: 100%;
    height: 300px; /* Définissez ici la hauteur désirée pour toutes les images */
    object-fit: cover;
}

.main-image img {
    background-color: #99939f;
    width: 100%;
    height: 300px;
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* max-height: 255px; */
    /* Largeur maximale de l'image principale */
    display: block;
}


.thumbnails-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth; /* Défilement fluide */
    margin-bottom: 5px;
    width: 100%;
    border: #d4d4d4 1px solid;
}

.thumbnails {
    display: flex;
    gap: 10px;
    width: max-content;
    /* Pour permettre au conteneur de s'adapter à la largeur des miniatures */
}

.thumbnail {
    width: 50px !important;
    /* Largeur des miniatures */
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
}

.thumbnail.active {
    border: 2px solid #3401a9; /* Exemple de bordure bleue pour indiquer l'élément actif */
}

.thumbnail:hover {
    border: 2px solid #d9cbe6;
    /* Ajouter un style de survol sur les miniatures */
}


.galleryif {
    position: relative;
    overflow: hidden;
}

.main-videoif{
    width: 100% !important;
    height: 300px;
    /* border: 2px solid #a11f2a; */
    border-radius: 9px !important;
    /* max-width: 255px; */
    /* max-height: 255px; */
    /* Largeur maximale de l'image principale */
    display: block;
}

.thumbnailsif-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth; /* Défilement fluide */
    margin-bottom: 5px;
    width: 100%;
    border: #d4d4d4 1px solid;
}

.thumbnailsif {
    display: flex;
    gap: 10px;
    width: max-content;
    /* Pour permettre au conteneur de s'adapter à la largeur des miniatures */
}

.thumbnailif {
    width: 50px !important;
    /* Largeur des miniatures */
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
}

.thumbnailif.active {
    border: 2px solid #f5f5f5; /* Exemple de bordure bleue pour indiquer l'élément actif */
}

.thumbnailif:hover {
    border: 2px solid #d9cbe6;
    /* Ajouter un style de survol sur les miniatures */
}

/* .contenu {
    display: flex;
    align-content: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
} */

/* .contenu .pictures img{
    width: 100%;
    height: 485px;
    object-fit: cover;
} */

/* .pictures{
    display: flex;
    gap: 10px;

} */

.picture {
    display: none;
}
.picture.active {
    display: block;
}


/* .picture{
    width: 800px !important;
    height: 700px;
    object-fit: cover;
    align-content: center;
} */

.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #9494949f;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}


#myVideo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    /* Couleur de fond noire */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Ombre */
    width: 100px;
    height: 100px;
    z-index: -1;
}

/* Style pour les contrôles */
#myVideo::-webkit-media-controls {
    display: block;
    /* Cacher les contrôles par défaut */
}


.mySlider .imagre {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 80%;
    margin: 0px auto;
}
