.text-shadow-color {
    text-shadow: 3px 3px 2px #000000;
    color: #ffffff;
}

.text2-shadow-color {
    text-shadow: 3px 3px 2px #000000;
    color: #ffffff;
}

.card-bg {
    background-color: #000000;
}

.carousel-item img {
    margin: 0 auto;
}

@media (max-width:766.99px) {
    .carousel-comment-text {
        font-size: 0.9rem;
    }

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bg-dark {
    background-color: #000000 !important;
}

.pos_text {
    margin-bottom: -12px;
}

.pos_caption {
    margin-bottom: -30px;
}

@media (min-width:576px) {
    .svgcarousel {
        width: auto;
        height: 200px;
    }
}

.4colflex {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.cardgardeny {
    top: 50px;
}

.imgfloat {
    width: 30%;
    float: left;
    height: auto;
    margin: 0px 17px -9px 0px;
}

.cardborder {
    color: #ffffff;
    margin: 7px;
    border-radius: 5px;

    /* border: 1px solid #b5a9a9; */
    border: 1px solid rgba(61, 65, 61, 0.64);
}

.bouton_article {
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 2rem;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 252, 254, 0.23);
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #0fee09;
}

.modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.modal-content {
    height: 100%;
    border-radius: 0;
    margin: 0 auto;

    /* color:white; */
    /* overflow: auto; */
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}