.panel-info > .panel-heading {
    background-color: #30487b;
    border-color: #3e5b98;
    cursor: pointer;
}

.panel-title #baliseStyle {
    font-size: inherit !important;
    color: white !important;
}

.cochescontainer .checkbox #baliseStyle {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.mini-conteneur {
    width: 800px !important;
    margin: 0 auto;
}

.bloc select {
    font-size:11px!important;
    height:27px!important;
}

.chapitre {
    display: none;
}

.chapitre.visibleSite{
    display: block;
}

.soustheme {
    margin-bottom: 5px;
    margin-top: 30px;
}


.line {
    margin: auto !important;
    width: 100%;
}

.line .boite {
    width: 100%;
}

.bloc.visiblePdf{
    display: none;
}

.bloc.visibleSite{
    display: block;
}

.bloc .boite {
    margin: 5px;
    /* width: 100%; */
}

.bloc .boite svg {
    overflow:visible;
}

.bloc .boite, .row .bloc .boite {
    align-items: center;
    justify-content: center;
    text-align: center;
}


.zoneDeTexte {
    background: #AED6F1;
    /* width: 100%; */
}

.bloc.zoneDeTexte .boite {
    background: rgba(255, 255, 255, 0);
}

.description {
    text-align: center;
    font-size: 20px;
}


.titre {
    padding: 0;
    margin: 0;
}

.definition .titre {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
}

.chapitre .titre {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.soustheme .titre {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

.bloc .titre {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.source {
    padding: 0;
    margin: 0;
}

.definition .source {
    display: none;
}

.chapitre .source {
    display: none;
}

.soustheme .source {
    display: none;
}

.bloc .source {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    color: darkgrey;
    font-style: italic;
    font-size: 9px;
    line-height: 2em;
}

.align-gauche {
    align-items: flex-start;
}

.align-centre {
    align-items: center;
}

.align-droite {
    align-items: flex-end;
}

.justify-haut {
    justify-content: flex-start;
}

.justify-milieu {
    justify-content: center;
}

.justify-bas {
    justify-content: flex-end;
}

.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.vertical {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
}

.conteneur .treeMapChart {
    font-size: 10px;
}

.conteneur h5 {
    font-weight: normal;
}

@media (max-width: 768px) {
    .mini-conteneur {
        width: 800px !important;
        margin: 0 0;
        padding: 10px;
    }
}