.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 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    display: none;
    border-top:solid 1px black;
}
.manege-image.active {
    display: block;
}

/*
utulisé seulement pour framboise
*/
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.flex-container .vignette {
    text-decoration: none;
    font-weight: bold;
    color: cornflowerblue;
    font-size: larger;
    border-radius: 50% 20% / 10% 40%;
    border: solid black 2px;
    padding: 0.4em;
    margin: 0.5em 2em;
}