﻿/*.carousel-inner img {
    display: block;
    object-fit: cover;
    height: 100%;
    min-height: 300px;
    max-height: 40vh;
    width: 100%;
    max-width: none;
    text-align: center;
    opacity: 1;
}


.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-indicators li {
    top: 20px;
    border-radius: 12px;
    height: 25px;
    width: 25px;
    margin: 2px;
    font-weight: 800;
    background-color: rgba(80, 80, 80, 0.50);
    text-shadow: 1px 1px 2px black;
}

.carousel-indicators .active {
    height: 25px;
    width: 25px;
    border: 2px solid black;
    text-shadow: 1px 1px 2px black;
}

<!-- @media screen and (max-width: 48em) {
    .ValeursCHUSE {
        width: 200%
    }
}
-->*/



<!-- .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 48em) {
    .svg-container {
        display: inline-block;
        position: relative;
        width: 50%;
        padding-bottom: 50%;
        vertical-align: middle;
        overflow: hidden;
    }
}
-->



<!-- .d-flex {
    justify-content: center;
}
    -->

    <!-- .d-flex img {
        width: 100%;
        max-width: 5em;
    }
-->
