/* BLOC-OSE */
.bloc-OSE.bg-dark-blue h3.h6 {
    font-weight: 600;
}

.bloc-OSE img.icn-transcript {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.bloc-OSE.hq-section.bg-dark-blue,
.bg-dark-blue {
    background-color:#0A0952 !important;
}

.bloc-OSE.hq-section[class*=bg-] {
    padding: 75px 0;
}

.bloc-OSE.hq-section.bg-dark-blue a.button {
    color: #17649f;
    font-weight: 700;
}

.bloc-OSE.hq-section.bg-dark-blue button,
.bloc-OSE.hq-section.bg-dark-blue span.fichier-type,
.bloc-OSE.hq-section.bg-dark-blue abbr[title] {
    color: #666 !important;
    font-weight: 700 !important;
}

.bloc-OSE .button:hover span.fichier-type,
.bloc-OSE .button:hover span.fichier-type abbr[title],
.bloc-OSE .button:focus span.fichier-type,
.bloc-OSE .button:focus span.fichier-type abbr[title] {
    color: #fff !important;
}

.bloc-OSE.hq-section.bg-dark-blue a.button:hover,
.hq-section.bg-dark-blue a.button:active,
.bloc-OSE.hq-section.bg-dark-blue a.button:focus {
    color: #fff;
    outline: #fff;
}

.bloc-OSE .hq-collapse a {
    color: #ffffff;
}

.fix-width {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
