
.content-section--gray-bg {
    background-color: rgba(0, 0, 0, 0.03);
}

.content-section__section-title {
    font-size: 2.4rem;
    margin: 0;
    color: #bd0000;
    font-weight: 300;
    text-align: center;
}

.content-section__intro {
    text-align: center;
    margin: 40px 20px;
}


.cmo-graph {
    text-align: center;
}

.cmo-graph__item {
    font-size: .9rem;
}

.cmo-graph__item h3 {
    font-weight: 400;
}

.cmo-graph__item .button {
    padding: 5px 10px;
    display: inline-block;
    margin: 10px auto;
    font-size: .8rem;
    border-radius: 3px;
    font-weight: 400;
}

.cmo-graph__item .button:hover {
    color: white;
}

.cmo-graph__image-wrapper {
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
    padding: 5px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    transition: all .4s ease;
}

.cmo-graph__image-wrapper img {
    width: 100%;
}

.cmo-graph__item__text {
    text-align: center;
}

.cmo-graph__item__text h3 {
    margin-bottom: 5px;
}

.cmo-graph__item__text p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.cmo-graph__item--false .cmo-graph__status, .cmo-graph__item--true .cmo-graph__status {
    position: relative;
    display: inline-block;
}

/*.cmo-graph__item--false .cmo-graph__status:after, .cmo-graph__item--true .cmo-graph__status:after {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 100px;
    font-size: 2rem;
    color: white;
    border-radius: 50%;
    padding: 3px;
}*/

.cmo-graph__item--true {
    color: green;
}

.cmo-graph__item--true .cmo-graph__image-wrapper {
    border-color: green;
}

/*.cmo-graph__item--true .cmo-graph__status:after {
    background-color: green;
    content: 'check';
}*/

.cmo-graph__item--true .button {
    background-color: rgba(0, 128, 0, 0.1);
}

.cmo-graph__item--true .button:hover {
    background-color: green;
}

.cmo-graph__item--false {
    color: #bd0000;
}

.cmo-graph__item--false .cmo-graph__image-wrapper {
    border-color: #bd0000;
}

/*.cmo-graph__item--false .cmo-graph__status:after {
    background-color: #bd0000;
    content: 'close';
}*/

.cmo-graph__item--false .button {
    background-color: rgba(189, 0, 0, 0.1);
}

.cmo-graph__item--false .button:hover {
    background-color: #bd0000;
}

.evaluation-graph__group {
    margin-top: 0px;
    border-top-color: transparent;
    padding: 0px 10px 0px 55px;
    /*
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
    background-color: rgba(0, 0, 0, 0.015);
    */
}

.evaluation-graph__item {
    padding-bottom: 10px;
}

.cmo-result img {
    max-width: 120px;
}

.cmo-result .material-icons {
    font-size: 5rem;
}

.cmo-result h2, .cmo-result h3, .cmo-result h4 {
    font-weight: 400;
    margin: 0;
}

.cmo-result h2 {
    margin-right: 70px;
    font-size: 24px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.cmo-result h3 {
    font-size: 16px;
    text-align: right;
    font-weight: 300;
    margin-top: 50px;
}

.cmo-result h4 {
    text-align: right;
    font-size: 10px;
    opacity: 0.8;
    text-transform: uppercase;
}
.cmo-result-true {
    background-color: rgba(0, 128, 0, 0.1);
    color: green;
}

.cmo-result-false {
    background-color: rgba(189, 0, 0, 0.1);
    color: #bd0000;
}

.cmo-explation {
    background-color: rgba(0, 0, 0, 0.03);
    overflow: hidden;
    max-height: 0;
    transition: all .3s ease;
    height: auto;
}

.cmo-explation.js-active {
    max-height: 2000px;
    transition: all .3s ease;
}

.cmo-explation > .content-section {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #bd0000;
    border-bottom: 3px solid #bd0000;
}

.cmo-explation h1, .cmo-explation h2, .cmo-explation h3 {
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 64.063em) {
    .cmo-explation h1, .cmo-explation h2, .cmo-explation h3 {
        text-align: right;
    }
}

@media (min-width: 40.063em) {
    .cmo-explation p {
        margin: 0;
    }
}

.cmo-explation h3 {
    text-transform: uppercase;
    font-weight: 500;
}

.cmo-explation h1 {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 40.063em) {
    .cmo-explation h1 {
        margin-top: 10px;
    }
}

.cmo-explation h2 {
    font-weight: 300;
    font-size: 1.1rem;
    opacity: .5;
    margin-bottom: 20px;
}

.cmo-explation--true {
    background-color: rgba(0, 128, 0, 0.03);
}

.cmo-explation--true > .content-section {
    border-top-color: green;
    border-bottom-color: green;
}

.cmo-explation--true h3 {
    color: rgba(0, 128, 0, 0.4);
}

.cmo-explation--true h1 {
    color: green;
}

.cmo-explation--true h2 {
    color: #006c00;
}

.cmo-explation--false {
    background-color: rgba(189, 0, 0, 0.03);
    border-top-color: #bd0000;
    border-bottom-color: #bd0000;
}

.cmo-explation--false h3 {
    color: rgba(189, 0, 0, 0.4);
}

.cmo-explation--false h1 {
    color: #bd0000;
}

.cmo-explation--false h2 {
    color: #a90000;
}

.cmo-explation--short p {
    font-size: 1.4rem;
    margin-top: 19px;
    color: rgba(0, 0, 0, 0.6);
}

.budget-section h4 {
    font-weight: 400;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.budget-graph {
    padding: 20px;
}

.budget-graph__column {
    margin-top: 30px;
    position: relative;
    height: 300px;
}

.budget-graph__bar {
    width: calc(100% - 1.8750rem);
    position: absolute;
    max-height: 150px !important;
}

/*.budget-graph__bar:after {
    content: attr(data-value);
    position: absolute;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}*/

.budget-graph__legend {
    font-size: .6rem;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
}

.budget-graph--income .budget-graph__bar {
    background-color: #004ea6;
    bottom: 50%;
}

/*.budget-graph--income .budget-graph__bar:after {
    top: -25px;
}*/

.budget-graph--income .budget-graph__legend {
    top: calc(50% + 15px);
}

.budget-graph--spending .budget-graph__bar {
    background-color: #bd0000;
    top: 50%;
}

/*.budget-graph--spending .budget-graph__bar:after {
    bottom: -25px;
}*/

.budget-graph--spending .budget-graph__legend {
    bottom: calc(50% + 15px);
}

/*****updates*****/

.subvention-recue{
    display: inline-flex !important;
}
.large-2.columns img.tie-appear{
    transition: none !important;
    max-width: 80px ;
    margin-top: 20px ;
}


div.cmo-graph__image-wrapper img {
    opacity: 1 !important;
}

.one_fifth.index-cmo {
    padding-top: 10px;
    margin-right: 2%;
    margin-left: 1%;
}

.entry .index-cmo h3 {
    font-size: 14px;
    margin-top: 0px;
}

.one_fifth.index-cmo .button {
    font-size: 12px;
    padding: 5px;
}
/*
.cmo-graph__item--false.index-cmo .cmo-graph__status:after,
.cmo-graph__item--true.index-cmo .cmo-graph__status:after {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 78px;
    font-size: 2rem;
    color: white;
    border-radius: 50%;
    padding: 1px;
}

****************/

h5.bar__legend {
    line-height: 3.8;
    padding-left: 3px;
}

h4.bar__legend {
    line-height: 1.9 !important;
    padding-left: 3px;
    color:#000;
}

.city-page__heading h3 {
    text-align: left;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.3rem;
    padding-left: 21px;
}

section.city-page__cmo.content-section {
    padding: 0px;
}

text.bar__legend {
    padding-left: 10px;
    position: absolute;
    z-index: 999;
    top: 5px;
    color: #fff;
    font-weight: bold;
}

}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .city-page__cmo .entry {
        display: inline-flex;
    }

    .cmo-graph__image-wrapper {
        padding: 0px;
    }

/*  .cmo-graph__item--false.index-cmo .cmo-graph__status:after, .cmo-graph__item--true.index-cmo .cmo-graph__status:after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 1rem;
        color: white;
        border-radius: 50%;
        padding: 1px;
    }
*/
    .bar__threshold {
        right: 30%;
        left: 0%;
        visibility: visible;
        border-right: 1px solid rgba(0, 0, 0, 0.6);
        border-left: 0px;
        padding-right: 6px;
        position: absolute;
        text-align: right;
    }

    .evaluation-graph__sub-bars .bar__container {
        margin-left: 184px;
    }
}
