/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.decisions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.decisions .folders {
    flex-grow: 1;
    max-width: 668px;
}

.decisions .tabs {
    width: 100%;
    position: relative;
}
.decisions .tabs.empty {
    margin-top: 58px;
}
.decisions .tabs.empty p{
    margin-top: 58px;
    margin: 100px;
    width: 310px;
}
.decisions .tab-trigger {
    margin: 0;
    padding: 0;
    background-color: #f3f1f1;
    padding: 20px 24px;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-right: 4px;
    outline: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    min-width: 152px;
}
.decisions .tab-trigger:hover {
    cursor: pointer;
    background-color: #007E8A;
    color: #fff;
}
.decisions .tab-trigger.is-active {
    background-color: #007E8A;
    color: #fff;
}
.decisions .tab-content {
    background: #f3f1f1;
    padding: 48px;
    border-top: solid 4px #007E8A;
}
.decisions .tab-content ul {
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.decisions .tab-wrapper.is-active .tab-content ul {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.decision {
    border-bottom: solid 1px #c3c3c3;
    margin-bottom: 24px;
}
.decision h3 a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.decision h3 a:hover {
    color: #007E8A;
    text-decoration: none;
}
.decision .date {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.decision .organisme {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}
.decision .objet {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
}

.decision .contrat {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 0;
}
.decision .teaser {
    font-size: 12px;
    line-height: 16px;
}
.filters {
    background: #e2e2e4;
    border-radius: 5px;
    padding: 32px;
    margin-left: 8px;
    margin-top: 58px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 238px;
}
.filters h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    color: #000;
    margin-top: 0;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.filters .form-field {
    margin-bottom: 32px;
}
.filters select, #content .filters .ui-widget.ui-widget-content {
    -webkit-appearance: none;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 7px 10px;
    width: 100%;
    background: url(../svg/dropdown.svg) 97% center no-repeat;
}
.filters label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    color: #000;
    margin-bottom: 16px;
}
.filters .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}
.filters .form-check input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 2px;
    margin: 0;
    margin-right: 10px;
    position: relative;
}
.filters .form-check input[type="checkbox"]:checked {
    background: #000;
}
.filters .form-check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../svg/check.svg) no-repeat;
    width: 11px;
    height: 11px;
}
.filters .form-check label {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}
.filters .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filters .actions button[type="submit"] {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background-color: #007E8A;
    padding: 12px 24px;
    margin: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.filters .actions button[type="submit"]:hover {
    background-color: #137685;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.filters .actions a {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 24px;
    color: #000;
    text-decoration: underline;
}
.filters .actions a:hover {
    color: #137685;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);

}
#content .decisions .f3-widget-paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#content .decisions .f3-widget-paginator li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#content .decisions .f3-widget-paginator a {
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#content .decisions .f3-widget-paginator .previous a {
    width: 10px;
    height: 17px;
    background: url(../svg/arrow-left.svg) no-repeat center center;
}
#content .decisions .f3-widget-paginator .next a {
    width: 10px;
    height: 17px;
    background: url(../svg/arrow-right.svg) no-repeat center center;
}
#content .decisions .f3-widget-paginator .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    background: #137685;
    color: #fff;
    border-radius: 2px;
}
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#listing-decisions {
    background-color: white;
}

  .custom-combobox {
    position: relative;
    display: inline-block;
  }

#content .decisions .filters  .custom-combobox-toggle {

display:none;
  }

#content .filters .ui-widget.ui-widget-content {
    width: 110%;
background:none;
 }

