/* Début modale */
.modal-dialog {
    width: 900px;
    max-width: unset !important;
}
.modal-header {
    display: block;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
}
.body_alerte .tab_alerte {
    float: left; 
    width: 48%;
    margin: 0 0 20px 0;
}
.body_actu { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    align-items: start;
    justify-content: space-between;
}
.body_actu .tab_actu {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
}
.body_actu .tab_actu .titre-actu > td {
    font-size: 14px;
}
.tab_actu .carousel {
    width: 100%;
    height: 280px;
}
.tab_actu .carousel-inner,
.tab_actu .carousel-item {
    width: 100%;
    height: 280px;
}
.tab_actu .carousel-item {
    position: relative;
}
.body_actu .tab_actu .images-actu > td {
    padding-top: 8px;
}
.body_actu .tab_actu .images-actu > td img {
    max-height: 280px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-indicators {
    position: relative;
    margin-bottom: 0;
    margin-top: 8px;
}
.carousel-indicators li {
    background-color: #787878;
    width: 10%;
}
.carousel-control-prev,
.carousel-control-next {
    height: 280px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.body_actu .tab_actu .texte-actu > td,
.body_actu .tab_actu .marquer-lu > td {
    padding-top: 8px;
}
.body_actu .tab_actu .texte-actu td p {
    margin-bottom: 0;
}
.tab_actu .carousel-with-multiple-images {
    height: 311px;
}

.container-toggle-actu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.container-toggle-actu .toggle-glyphicon {
    color: #fff;
    margin-right: 3px;
}
#toggle-actu,
#toggle-alert {
    font-size: 14px;
}
.modal-header .close {
    margin: -0.8rem -1rem -1rem auto;
}
.actions-actu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2px;
}

@media (max-width: 900px) {
    .modal-dialog {
        width: calc(100% - 1rem);
    }
    .body_actu .tab_actu .images-actu > td img {
        max-height: 240px;
    }
    .tab_actu .carousel {
        height: 240px;
    }
    .tab_actu .carousel-inner,
    .tab_actu .carousel-item {
        height: 240px;
    }
    .tab_actu .carousel-with-multiple-images {
        height: 271px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        height: 240px;
    }
}
@media (max-width: 767px) {
    .body_actu .tab_actu {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .body_alerte .tab_alerte {
        width: 100%;
    }
    #toggle-actu,
    #toggle-alert {
        font-size: 12px;
    }
    .modal-header .close {
        margin: -1rem -1rem -1rem auto;
    }
}
/* Fin modale */