.cadre {
    border: solid 1px black;
}

.contenu-prog h2 {
    color: #009688;
    font-family: Purisa, serif;
    margin-top: 1.5em;
}

.contenu-prog h3 {
    color: red;
    font-family: Purisa, serif;
    font-size: 1.5em !important;
    margin-top: 1em;
}

.contenu-prog p {
    text-align: justify;
}


.contenu-prog .texte-heberge {
    border: 1px solid darkblue;
    border-radius: 5px;
    background: darkblue;
    font-weight: 700 !important;
    color: white;
    padding: 0.5em;
    margin-right: 1.5em;
}

.contenu-prog .texte-prod {
    border: 1px solid darkred;
    border-radius: 5px;
    background: darkred;
    font-weight: 700 !important;
    color: white;
    padding: 0.5em;
    margin-right: 1.5em;
    margin-top: 0.5em;
}

.contenu-prog .texte-utilisateur {
    border: 1px solid darkgreen;
    border-radius: 5px;
    background: darkgreen;
    font-weight: 700 !important;
    color: white;
    padding: 0.5em;
    margin-top: 0.5em;
}

.manege {
    border: 1px black solid;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.manege-entete {
    position: relative;
    height: 5em;
    text-align: center;
}

.manege-titre {
    font-family: serif !important;
    margin-top: 0 !important;
    color: black !important;
}

.manege-texte {
    font-family: serif !important;
    margin-top: 0 !important;
    color: black !important;
}

.manege-precedent {
    position: absolute;
    left: 1em;
    top: 25%;
}

.manege-suivant {
    position: absolute;
    right: 1em;
    top: 25%;
}

/*.manege-image-contenu {
    margin-top: 0;
}*/

.manege-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}
.manege-image.active {
    display: block;
}

/*
.contenu-prog .carousel {
    margin-top: 2em;
}

.contenu-prog .carousel-titre {
    border: 2px solid white;
    border-radius: 5px;
    background: white;
    font-size: larger;
    font-weight: 700 !important;
    color: black;
    padding: 0.2em;
    animation: couleur_clignote 1s steps(5, start) infinite;
}

.contenu-prog .carousel-titre-texte {
    border: 2px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
    font-weight: 700 !important;
    font-size: larger;
    color: black;
    padding: 0.2em;
    animation: couleur_clignote 1s steps(5, start) infinite;
}

.contenu-prog .carousel-texte {
    border: 2px solid white;
    border-radius: 5px;
    background: white;
    font-weight: 700 !important;
    color: black;
    padding: 0.2em;
    animation: couleur_clignote 1s steps(4, start) infinite;
}

@keyframes couleur_clignote {
    from {
        color: black;
    }

    to {
        color: red;
    }
}
*/