.div-img-acc{
    margin: 5px; 
}

.img-acc {
    display: inline-block;
    max-width: 300px;
    max-height: 225px;
    border:  1px solid #dce3ee;
    box-shadow: 1px 1px 1px #999494;
}

#video-intro{
    width:425px;
    height:240px;
}  
@media(min-width: 576px) {
    #video-intro{
        width:550px;
        height:310px;
    }
}

.div-theme-miniatures {
    width: 190px;
    border-right: 2px solid #0A46A1;
    display: flex; 
    justify-content: center;
    align-items: start;

    height: 100%;
}

.theme-miniatures {
    /* padding-right: 20px; */
    font-family: Arial, Helvetica, sans-serif;
    color: #0A46A1;
    min-height:100%;
    display: flex; 
    justify-content: end;
    /* align-items: start; */
    height:100%;
}

#gratuit {
    position: relative;
    display: inline-block;
    color: #ff0000;
    background-color: white;
    width: 90px;
    /* height: 25px; */
    transform: rotate(-30deg);
    text-align: center;
    font-weight: bold;
    border: 1px solid red;
    z-index: 2;
}

#accesBdc {
  font-size: 1.125rem;
  transition: all 0.2s ease;
}
#accesBdc:hover {

    font-size: 1.2rem;
    /* padding: 0; */
}



.grp-miniatures {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     margin: 10px;
}

#chiffrescles, .quelqueschiffres {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    margin-top: 5px;
}

.chiffresclesItems {
    display: block;
    width: 290px !important;
    height: 100%;
    margin: 20px;
    text-align: center;
    color: #1C195C;
    font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
}

@media(min-width: 577px) {
    .grp-miniatures {
        justify-content: start;
    }
}
