@media(min-width: 768px) {
    .lead {
        font-size:21px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-simple .mashup-page-tags li {
        font-size: 10px
    }
}


@media(min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,*:before,*:after {
        color: #000 ;
        text-shadow: none ;
        background: transparent ;
        box-shadow: none 
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% 
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse 
    }

    .table td,.table th {
        background-color: #fff 
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd 
    }
}

@media(min-width: 768px) {
    .container {
        /*width:750px*/
    }
}

@media(min-width: 992px) {
    .container {
        width:970px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}


@media(min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:34px
    }

    input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] {
        line-height: 46px
    }
}


@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}


@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}


@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 12px
    }
}


@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}


@media(min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}


@media(min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}


@media(min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}


@media(min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}



@media(min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media(min-width: 768px) {
    .navbar-header {
        float:left
    }
}


@media(min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block ;
        height: auto ;
        padding-bottom: 0;
        overflow: visible 
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}


@media(max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

@media(min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

@media(min-width: 768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

@media(min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}


@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}


@media(min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}


@media(min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width: 768px) {
    .navbar-left {
        float:left 
    }

    .navbar-right {
        float: right ;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}


@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}



@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}


@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}


@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width:900px
    }
}


@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}


@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}


@media(max-width: 767px) {
    .visible-xs {
        display:block 
    }

    table.visible-xs {
        display: table 
    }

    tr.visible-xs {
        display: table-row 
    }

    th.visible-xs,td.visible-xs {
        display: table-cell 
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block 
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline 
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block 
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block 
    }

    table.visible-sm {
        display: table 
    }

    tr.visible-sm {
        display: table-row 
    }

    th.visible-sm,td.visible-sm {
        display: table-cell 
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block 
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline 
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block 
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block 
    }

    table.visible-md {
        display: table 
    }

    tr.visible-md {
        display: table-row 
    }

    th.visible-md,td.visible-md {
        display: table-cell 
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block 
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline 
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block 
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display:block 
    }

    table.visible-lg {
        display: table 
    }

    tr.visible-lg {
        display: table-row 
    }

    th.visible-lg,td.visible-lg {
        display: table-cell 
    }
}

@media(min-width: 1200px) {
    .visible-lg-block {
        display:block 
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline {
        display:inline 
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block 
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none 
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none 
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none 
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none 
    }
}


@media print {
    .visible-print {
        display: block 
    }

    table.visible-print {
        display: table 
    }

    tr.visible-print {
        display: table-row 
    }

    th.visible-print,td.visible-print {
        display: table-cell 
    }
}


@media print {
    .visible-print-block {
        display: block 
    }
}


@media print {
    .visible-print-inline {
        display: inline 
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block 
    }
}

@media print {
    .hidden-print {
        display: none 
    }
}


@media screen and (max-width: 575px) {
    #rc-imageselect,.g-recaptcha {
        transform:scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag.iti__nc {
        background-image:url("/themes/custom/psud/img/flag_nc.png");
        background-size: 21px;
        height: 15px;
        background-position: 0 0
    }
}
@media(max-width: 767px) {
    .block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .chapeau-field,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .chapeau-field {
        line-height:14px
    }
}
@media(max-width: 991px) {
    .block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .row,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .row {
        padding-right:0
    }
}

@media(max-width: 767px) {
    .block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .title-first .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .title-first .chapeau-field {
        font-size:11px
    }
}


@media(max-width: 767px) {
    .block-skazy-contextual-actu-block .contextual-demarches .autres-demarches-wrapper,.block-skazy-contextual-demarche-block .contextual-demarches .autres-demarches-wrapper {
        padding:15px 0 0 0
    }

    .block-skazy-contextual-actu-block .contextual-demarches .autres-demarches-wrapper .block-cartouche,.block-skazy-contextual-demarche-block .contextual-demarches .autres-demarches-wrapper .block-cartouche {
        margin-bottom: 15px
    }
}
@media(max-width: 767px) {
    .accordion .panel-title a {
        font-size:14px
    }
}


@media(max-width: 767px) {
    .hub .hub-row {
        flex-direction:column;
        margin-left: 0;
        margin-right: 0
    }

    .hub .hub-row .hub-block {
        margin: 0 0 20px 0
    }

    .hub .hub-row:last-child .hub-block:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    body.x-body {
        font-size:13px
    }
}

@media(max-width: 767px) {
    body.x-body h2,body.x-body .h2 {
        font-size:18px
    }
}


@media(max-width: 767px) {
    .end-page .mashups-connexe-links-wrapper .mashups-connexe-links>.mashups-connexe-link {
        height:200px
    }

    .end-page .mashups-connexe-links-wrapper .mashups-connexe-links>.mashups-connexe-link .block-img {
        height: 160px 
    }

    .end-page .mashups-connexe-links-wrapper .mashups-connexe-links>.mashups-connexe-link .block-img:first-child {
        height: 160px ;
        margin-bottom: 0
    }

    .end-page .mashups-connexe-links-wrapper .mashups-connexe-links>.mashups-connexe-link .block-img:nth-child(3) {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .col-mashup-content {
        padding:15px
    }
}

@media(max-width: 767px) {
    .block-cartouche .block-title .inner {
        font-size:13px
    }
}

@media(max-width: 767px) {
    .block-cartouche .block-content {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .btn-wrapper .long-text {
        display:none 
    }
}

@media(max-width: 767px) {
    .btn-wrapper .short-text {
        display:block 
    }
}

@media(max-width: 767px) {
    .mashups-content .infos-block .block-title {
        font-size:14px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-simple .mashup-page-title {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-image .mashup-bandeau-shadow {
        height:190px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-image .col-mashup-bandeau-text {
        padding-top:120px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-image .mashup-page-title {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-image .mashup-page-tags li {
        font-size:10px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-color .mashup-page-title {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-color .mashup-page-tags li {
        font-size:10px
    }
}

@media(max-width: 767px) {
    #mashups-catweb-demarche-tpl .demarche-objet,#mashups-catweb-demarche-tpl .accordion .panel-body {
        font-size:15px
    }
}


@media(max-width: 767px) {
    .attestation .btn-wrapper-center .btn {
        display:block;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .attestation .btn-wrapper-center .infoPratique,.attestation .btn-wrapper-center .resetSearch {
        margin-bottom: 15px
    }
}


@media(max-width: 767px) {
    #simuBSC .btn-wrapper .btn {
        display:block;
        width: 100%
    }

    #simuBSC #btn-debut-suivant {
        margin-bottom: 15px;
        margin-right: 0
    }
}


@media(max-width: 767px) {
    #simuBES .btn-wrapper .btn {
        display:block;
        width: 100%
    }

    #simuBES .resetSimulation {
        margin-bottom: 15px;
        margin-right: 0
    }
}


@media(max-width: 767px) {
    #simuBAGE .btn-wrapper .btn {
        display:block;
        width: 100%
    }

    #simuBAGE .resetSimulation {
        margin-bottom: 15px;
        margin-right: 0
    }
}


@media(min-width: 768px) {
    #mashups-lamweb-tpl {
        width:750px
    }
}

@media(min-width: 992px) {
    #mashups-lamweb-tpl {
        width:970px
    }
}

@media(min-width: 1200px) {
    #mashups-lamweb-tpl {
        width:1170px
    }
}

@media(max-width: 767px) {
    .mashup-bandeau-color-juribase .mashup-page-title {
        background-size:60px;
        padding-left: 100px
    }
}

@media(max-width: 767px) {
    .map-view .ol-profil {
        display:none 
    }
}

@media(max-width: 1700px) {
    .psud-research #block-psud-content {
        margin:0 50px
    }
}

@media(max-width: 1000px) {
    .psud-research #block-psud-content .results-container {
        display:block
    }
}

@media(max-width: 1000px) {
    .psud-research #block-psud-content .results-container .facet-container {
        margin:auto
    }
}

@media(max-width: 767px) {
    .mashups-demarches-thematiques .col-custom-20-percent {
        float:none;
        width: 100%
    }
}


@media(max-width: 767px) {
    .mashups-demarches-thematiques .icon-themes .icon-psud:after {
        content:none 
    }

    .mashups-demarches-thematiques .icon-themes .theme-label:after {
        content: ' ' 
    }
}

@media(max-width: 767px) {
    .mashups-acces-direct-services-en-ligne .services-en-ligne-wrapper {
        padding:15px 5px
    }
}


@media(max-width: 767px) {
    .mashups-autres-demarches .autres-demarches-wrapper {
        padding:15px 5px
    }

    .mashups-autres-demarches .autres-demarches-wrapper .block-cartouche {
        margin-bottom: 15px;
        width: 100% ;
        height: auto
    }
}


@media(max-width: 768px) {
    .escal-search-result {
        width:100%;
        margin-right: 0
    }

    .mashups_fullscreen-tpl #container-1014 {
        left: 0 ;
        width: 100% 
    }

    .mashups_fullscreen-tpl #container-1014 #container-1013 {
        height: 100% ;
        width: 100% 
    }

    .mashups_fullscreen-tpl #panel-1010 {
        display: none ;
        width: 100% 
    }

    .mashups_fullscreen-tpl #panel-1010 #panel-1010_header,.mashups_fullscreen-tpl #panel-1010 #panel-1010-body {
        width: 100% 
    }

    .mashups_fullscreen-tpl #full-sig-actions {
        position: absolute;
        bottom: 35px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 350
    }

    .mashups_fullscreen-tpl #full-sig-actions li {
        margin-right: 10px;
        display: inline-block
    }

    #agesCriteriaBlock {
        width: 100%;
        margin-left: 0
    }

    #searchCriteriaBlock {
        width: 100%;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .block-skazy-agenda .slider-items .slider-item>.node {
        margin:0 5px
    }
}


@media(max-width: 767px) {
    .block-skazy-agenda.block-skazy-agenda-standard-block h2 {
        border-radius:0
    }

    .block-skazy-agenda.block-skazy-agenda-standard-block .skazy-agenda {
        padding: 0 40px
    }

    .block-skazy-agenda.block-skazy-agenda-standard-block .skazy-agenda .read-more-wrapper .read-more a {
        padding: 15px 10px 15px 10px;
        font-size: 15px
    }

    .block-skazy-agenda.block-skazy-agenda-standard-block .slider-items .slick-prev,.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items .slick-next {
        width: 45px
    }

    .block-skazy-agenda.block-skazy-agenda-standard-block .slider-items .slick-prev div.inner,.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items .slick-next div.inner {
        background: #c0d3e4
    }

    .block-skazy-agenda.block-skazy-agenda-standard-block .slider-items .slick-prev {
        left: -45px
    }

    .block-skazy-agenda.block-skazy-agenda-standard-block .slider-items .slick-next {
        right: -45px
    }
}


@media(max-width: 767px) {
    .node--type-evenement.node--view-mode-homepage .field--name-field-classification-3 .field__item {
        font-size:10px
    }
}


@media(max-width: 991px) {
    .node--type-consultation-publique.node--view-mode-full .same-category-nodes .col-md-4 {
        margin-bottom:20px
    }
}

@media(max-width: 991px) {
    .node--type-consultation-publique.node--view-mode-full .row-consultation-main .left-sidebar>.inner {
        margin-right:0
    }
}


@media(max-width: 991px) {
    .block-consultation .consultation-title {
        font-size:17px
    }
}


@media(max-width: 1200px) {
    .block-consultation .consultation-date {
        font-size:14px
    }
}

@media(max-width: 991px) {
    .block-consultation .consultation-date {
        font-size:17px
    }
}
@media(max-width: 991px) {
    .node--type-appel-offre.node--view-mode-full .same-category-nodes .col-md-4 {
        margin-bottom:20px
    }
}

@media(max-width: 991px) {
    .node--type-appel-offre.node--view-mode-full .row-appel-offre-main .left-sidebar>.inner {
        margin-right:0
    }
}


@media(max-width: 991px) {
    .node--type-dossier.node--view-mode-full .list-dossier {
        padding-bottom:20px
    }

    .node--type-dossier.node--view-mode-full .list-dossier .list-group {
        margin: 0
    }

    .node--type-dossier.node--view-mode-full .list-dossier .list-group:first-child .list-group-item:last-child {
        border-bottom: 0
    }
}

@media(max-width: 1199px) {
    .node--type-espace-thematique .mashup-content-wrapper .webtv-iframe,.node--type-page-thematique .mashup-content-wrapper .webtv-iframe {
        padding-bottom:67%
    }
}


@media(max-width: 480px) {
    .node--type-espace-thematique .mashup-content-wrapper .webtv-iframe,.node--type-page-thematique .mashup-content-wrapper .webtv-iframe {
        padding-bottom:72%
    }
}

@media(max-width: 337px) {
    .node--type-espace-thematique .mashup-content-wrapper .webtv-iframe,.node--type-page-thematique .mashup-content-wrapper .webtv-iframe {
        padding-bottom:88%
    }
}

@media(max-width: 1199px) {
    .node--type-espace-thematique .mashup-content-wrapper .block-link a,.node--type-page-thematique .mashup-content-wrapper .block-link a {
        font-size:inherit
    }
}

@media(max-width: 767px) {
    .node--type-tournage .infos-tournage .genres li {
        font-size:10px
    }
}


@media screen and (max-width: 610px),(max-width:1198px) and (min-width:992px) {
    .page_document_body .three-col-grid .grid-cell {
        width:48%
    }

    .page_document_body .three-col-grid .grid-cell h3 {
        font-size: 15px 
    }

    .page_document_body .three-col-grid.two-row-grid {
        padding-bottom: 150% 
    }
}

@media screen and (max-width: 320px) {
    .page_document_body .three-col-grid .grid-cell {
        width:100%
    }

    .page_document_body .three-col-grid.two-row-grid {
        padding-bottom: 640% 
    }
}


@media(max-width: 767px) {
    #homepage .homepage-container>div {
        display:block
    }

    #homepage .homepage-container>div .main-panel,#homepage .homepage-container>div .side-panel {
        margin: 0
    }
}


@media(max-width: 1580px) {
    .four-col-grid h3 {
        font-size:1.3em
    }
}

@media(max-width: 1410px) {
    .four-col-grid h3 {
        font-size:1.2em
    }
}

@media(max-width: 1320px) {
    .four-col-grid h3 {
        font-size:1.1em
    }
}

@media(max-width: 1220px) {
    .four-col-grid h3 {
        font-size:1em
    }
}


@media(min-width: 992px) and (max-width:1199px),(max-width:610px) {
    .four-col-grid.two-row-grid {
        padding-bottom:200%
    }

    .four-col-grid.three-row-grid {
        padding-bottom: 300.4%
    }

    .four-col-grid .grid-cell {
        width: 48%
    }

    .six-col-grid.three-row-grid {
        padding-bottom: 199.9%
    }

    .six-col-grid .grid-cell {
        width: 32%
    }

    .grid-cell .stretchy-container>.stretchy-content:hover {
        transform: scale(1.01)
    }
}

@media(max-width: 320px) {
    .four-col-grid.two-row-grid {
        padding-bottom:835%
    }

    .four-col-grid.three-row-grid {
        padding-bottom: 1250%
    }

    .six-col-grid.three-row-grid {
        padding-bottom: 1875%
    }

    .grid-container .grid-cell {
        width: 100%
    }

    .grid-container .grid-cell .stretchy-container>.stretchy-content:hover {
        transform: scale(1.02)
    }
}


@media(min-width: 1480px) {
    .container {
        width:1450px
    }
}


@media(max-width: 991.5px) {
    .mainhome .region-hometop {
        display:flex;
        flex-wrap: wrap
    }
}


@media(max-width: 991.5px) {
    .mainhome .region-hometop>.block {
        width:100%;
        order: 1;
        margin: 35px 0
    }
}


@media(max-width: 767.5px) {
    .mainhome .region-hometop>.block {
        margin:20px 0
    }
}


@media(max-width: 991.5px) {
    .mainhome .region-hometop>.block:first-child {
        width:50%;
        order: 2
    }
}


@media(max-width: 767.5px) {
    .mainhome .region-hometop>.block:first-child {
        width:100%;
        margin-right: 0
    }
}


@media(max-width: 991.5px) {
    .mainhome .region-hometop>.block:last-child {
        width:50%;
        order: 3
    }
}

@media(max-width: 767.5px) {
    .mainhome .region-hometop>.block:last-child {
        width:100%;
        margin-left: 0
    }
}

@media(max-width: 767.5px) {
    .mainhome .block h2 {
        font-size:24px
    }
}


@media(max-width: 767.5px) {
    .mainhome .block .views-field-field-theme .field-content {
        font-size:10px
    }
}


@media(max-width: 767.5px) {
    .mainhome .block .views-field-title {
        font-size:16px
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-alaune .view-content {
        display:flex;
        flex-wrap: wrap;
        margin: 0 -15px
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-alaune .views-row {
        flex:0 1 calc(50% - 30px);
        margin: 0 15px
    }
}

@media(max-width: 450px) {
    .mainhome #block-views-block-alaune .views-row {
        flex-basis:calc(100% - 30px)
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-zoomsur .views-field-field-theme {
        margin-top:-38px
    }
}


@media(max-width: 1479.5px) {
    .mainhome #block-views-block-zoomsur .views-row .views-field-field-image-principale .field-content img {
        max-height:415px
    }
}

@media(max-width: 1199.5px) {
    .mainhome #block-views-block-zoomsur .views-row .views-field-field-image-principale .field-content img {
        max-height:342px
    }
}

@media(max-width: 991.5px) {
    .mainhome #block-views-block-zoomsur .views-row .views-field-field-image-principale .field-content img {
        max-height:525px
    }
}


@media(max-width: 991.5px) {
    .mainhome #block-views-block-agenda .view-content {
        min-height:493px
    }
}

@media(min-width: 992px) {
    .mainhome #block-views-block-agenda .view-content {
        max-height:340px;
        min-height: 340px;
        overflow: hidden
    }
}

@media(min-width: 1200px) {
    .mainhome #block-views-block-agenda .view-content {
        min-height:413px
    }
}

@media(min-width: 1480px) {
    .mainhome #block-views-block-agenda .view-content {
        min-height:515px
    }
}


@media(min-width: 992px) {
    .mainhome #block-views-block-agenda .views-row {
        margin:26px 0
    }

    .mainhome #block-views-block-agenda .views-row:nth-child(n+5) {
        display: none
    }
}

@media(min-width: 1200px) {
    .mainhome #block-views-block-agenda .views-row {
        margin:23px 0
    }

    .mainhome #block-views-block-agenda .views-row:nth-child(n+5) {
        display: flex
    }
}

@media(min-width: 1480px) {
    .mainhome #block-views-block-agenda .views-row {
        margin:35px 0
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-agenda .more-link a {
        font-size:10px
    }
}


@media(max-width: 991.5px) {
    .mainhome #block-views-block-encemoment .view-content {
        flex-wrap:wrap
    }
}


@media(max-width: 991.5px) {
    .mainhome #block-views-block-encemoment .views-row {
        flex-basis:29.3%
    }
}

@media(max-width: 767.5px) {
    .mainhome #block-views-block-encemoment .views-row {
        flex-basis:calc(50% - 30px)
    }
}

@media(max-width: 400px) {
    .mainhome #block-views-block-encemoment .views-row {
        flex-basis:calc(100% - 30px)
    }
}


@media(max-width: 991.5px) {
    .mainhome #block-views-block-encemoment .views-row:last-child {
        display:block
    }
}


@media(max-width: 1480px) {
    .mainhome #block-views-block-encemoment .views-row .views-field-field-classification-3 .field-content {
        max-width:175px
    }
}

@media(max-width: 1200px) {
    .mainhome #block-views-block-encemoment .views-row .views-field-field-classification-3 .field-content {
        max-width:130px
    }
}

@media(max-width: 400px) {
    .mainhome #block-views-block-encemoment .views-row .views-field-field-classification-3 .field-content {
        max-width:230px
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-encemoment .more-link {
        left:220px;
        top: -45px
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-encemoment .more-link a {
        font-size:10px
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-enunclic {
        display:block;
        padding: 20px 0 0
    }
}


@media(max-width: 767.5px) {
    .mainhome #block-views-block-enunclic .view-content {
        margin:0;
        justify-content: center
    }
}

@media(max-width: 767.5px) {
    .mainhome #block-views-block-enunclic .views-row {
        margin:2.5%
    }
}


@media print {
    * {
        visibility: hidden
    }

    .no-print {
        visibility: hidden ;
        display: none 
    }

    #main * {
        visibility: visible
    }
}

@media(max-width: 767px) {
    .contextual-links li a {
        font-size:11px
    }
}


@media(max-width: 767px) {
    .node-chapeau {
        font-size:17px
    }
}

@media(max-width: 767px) {
    .node__content p {
        font-size:15px
    }
}


@media(max-width: 767px) {
    .right-sidebar .block .block-title .inner,.col-mashup-sidebar .block .block-title .inner {
        font-size:15px
    }
}


@media(max-width: 767px) {
    .right-sidebar .block .block-content,.col-mashup-sidebar .block .block-content {
        font-size:13px
    }
}

@media(max-width: 767px) {
    .right-sidebar .block.block-newsletter .inner-newsletter,.col-mashup-sidebar .block.block-newsletter .inner-newsletter {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .right-sidebar .block.block-associated .block-content a,.col-mashup-sidebar .block.block-associated .block-content a {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .right-sidebar .block.block-facettes .block-content .wrap-facette .filtre,.col-mashup-sidebar .block.block-facettes .block-content .wrap-facette .filtre {
        font-size:15px
    }
}

@media(max-width: 991px) {
    .right-sidebar .block.block-autopromo .block-content img,.col-mashup-sidebar .block.block-autopromo .block-content img {
        visibility:hidden
    }
}

@media(max-width: 767px) {
    .tags-list li {
        font-size:10px
    }
}

@media(max-width: 767px) {
    .read-more-wrapper .read-more {
        font-size:13px
    }
}


@media(max-width: 767px) {
    body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item {
        padding:10px;
        flex-direction: column;
        margin-top: 32px;
        min-height: 140px
    }

    body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-title {
        padding: 15px 0 0 0;
        text-align: center
    }
}

@media(max-width: 767px) {
    body.path-frontpage .container-front-agenda .col-agenda-standard {
        padding:0
    }
}


@media(max-width: 767px) {
    body.path-frontpage .container-front-mise-en-avant .row-links .link-mise-en-avant a {
        border-radius:0
    }
}

@media(max-width: 767px) {
    body.path-frontpage .container-front-mise-en-avant .row-links .link-mise-en-avant {
        padding-top:1px
    }
}

@media(max-width: 767px) {
    body.path-frontpage .container-front-actualites,body.path-frontpage .container-front-actualites-inner,body.path-frontpage .container-front-agenda,body.path-frontpage .container-front-dossiers,body.path-frontpage .container-front-autopromo,body.path-frontpage .container-front-mise-en-avant,body.path-frontpage .linkcontainer-front-agenda-inner,body.path-frontpage .container-front-dossiers-inner {
        padding:0
    }

    body.path-frontpage .container-front-autopromo,body.path-frontpage .container-front-mise-en-avant {
        margin-top: 25px;
        margin-bottom: 25px
    }

    body.path-frontpage .container-front-autopromo .container,body.path-frontpage .container-front-mise-en-avant .container {
        padding: 0
    }

    body.path-frontpage .container-front-agenda .homepage-section-title {
        text-align: center
    }
}

@media(max-width: 767px) and (max-width:767px) {
    body.path-frontpage .container-front-agenda .homepage-section-title {
        margin-bottom:0;
        margin-top: 0
    }
}

@media(max-width: 767px) {
    body.path-frontpage .container-front-agenda .container {
        padding:0
    }
}



@media(max-width: 767px) {
    .webform-submission-nous-contacter-form .localisation-map .inner>iframe,.webform-submission-nous-contacter-form .localisation-map .inner>div,.webform-submission-nous-contacter-add-form .localisation-map .inner>iframe,.webform-submission-nous-contacter-add-form .localisation-map .inner>div {
        min-height:200px
    }
}

@media(min--moz-device-pixel-ratio:0){summary{display:list-item}}



@media(max-width: 991px) {
    .actus-hp {
        height:auto 
    }

    .actus-hp .block-img {
        height: 160px 
    }

    .actus-hp .block-img:first-child {
        height: 160px ;
        margin-bottom: 0
    }

    .actus-hp .block-img:nth-child(3) {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    h1 {
        font-size:20px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 16px
    }

    h4 {
        font-size: 15px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 13px
    }

    body {
        font-size: 13px
    }

    body.path-frontpage .row,body.path-frontpage .col-md-12,body.path-frontpage .col-sm-12,body.path-frontpage .col-xs-12,body.path-frontpage .col-md-8,body.path-frontpage .col-md-4,body.path-frontpage .col-md-6,body.path-frontpage .col-md-3 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .only-mobile {
        display: block
    }

    .hide-in-mobile,#accessibility,#social-media {
        display: none
    }

    .psud-userbar-toggle .user-name {
        font-size: .75em
    }

    #accessibility {
        float: none;
        margin-top: 0;
        margin-bottom: 10px
    }

    .button {
        margin-left: 0
    }

    #main iframe,#main video,#main embed {
        max-width: 100% 
    }

    #main .album-section .slider-nav {
        display: none
    }

    #block-psud-breadcrumbs,.breadcrumb {
        display: none
    }

    #block-skazy-deprecation-warning {
        margin-top: 20px
    }

    #footer #top-footer .contenu_piedpage {
        width: 100%;
        padding-bottom: 25px;
        overflow: hidden
    }

    .actus-hp .block-img .title .date {
        display: none
    }

    .actus-hp .block-img .title .main {
        width: 100%;
        text-align: center
    }

    .dossiers-hp {
        height: auto 
    }

    .dossiers-hp .block-img {
        height: 160px 
    }

    .dossiers-hp .block-img:first-child {
        height: 160px ;
        margin-bottom: 0
    }

    .dossiers-hp .block-img:nth-child(3) {
        margin-bottom: 0
    }

    .actus-hp .block-img:first-child {
        height: 160px ;
        margin-bottom: 0
    }

    .actus-hp .block-img:nth-child(3),.actus-hp .block-img:nth-child(4) {
        display: none
    }

    .section-moment {
        background: #18a8e5
    }

    .section-moment h2 {
        margin: 6px 0;
        margin-top: 10px
    }

    .section-moment .tab-content {
        background: #18a8e5;
        padding-top: 0
    }

    .section-moment .bandeau {
        height: auto;
        box-shadow: none 
    }

    .section-moment .bandeau .nav {
        position: relative;
        width: 100%
    }

    .section-moment .bandeau .nav li {
        float: none
    }

    .section-moment .bandeau .nav li a {
        border-radius: 0;
        padding: 4px 12px 4px
    }

    .path-frontpage .container-front-demarches .slider-items .slider-item {
        padding: 10px
    }

    .page-josso-form .psud-josso-form {
        padding: 20px 20px
    }

    .page-josso-form .psud-josso-form .form-actions .create-account {
        border-left: 0
    }

    .mashups-content .left-sidebar {
        padding: 0
    }

    .mashups-content .end-page .liens h2,.mashups-content .end-page .mashups-links-wrapper h2 {
        padding: 0 15px
    }

    .mobile-flex-position-wrapper {
        display: flex;
        flex-direction: column
    }

    .mobile-flex-position-wrapper .mobile-flex-position.mobile-flex-position-1 {
        order: 1
    }

    .mobile-flex-position-wrapper .mobile-flex-position.mobile-flex-position-2 {
        order: 2
    }

    ul.key-number li {
        width: 100%;
        padding: 10px 0
    }

    ul.key-number li .key-wrapper {
        border: 0
    }
}



@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

.form-breadcrumb {
    height: 50px;
    padding-left: 10px;
}
.form-breadcrumb > span{
    display: inline-block;
    margin: 10px 1px;
    padding: 0 10px 0 25px;
    height: 30px;
    line-height: 30px;
    background-color: #72c4ff;
    color: #FFF;
    font-weight: bold;
    position: relative;
}

.form-breadcrumb > span.form-breadcrumb-active {
    background-color: #157fcc;
}

.form-breadcrumb > span::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid;
    right: -15px;
    z-index: 2;
    border-left-color: #72c4ff;
}
.form-breadcrumb > span::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid;
    left: 0px;
    z-index: 1;
    border-left-color: white;
}
.form-breadcrumb > span.form-breadcrumb-active::after{
    border-left-color: #157fcc;
 }


.form-box-error label {
    color: #cf4c35 ;
}

.visually-hidden {
    display: none;
}

.breadcrumb li:first-child:before {
    content: none;
}

.breadcrumb li:before {
    content: " \BB ";
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}



@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/themes/custom/psud/css/../fonts/glyphicons-halflings-regular.eot");
    src: url("/themes/custom/psud/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/glyphicons-halflings-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}


small,.small {
    font-size: 85%
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}


abbr[title],abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}



.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}


table {
    background-color: transparent
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}


.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}


.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}


.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}


.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}


.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}


.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}


.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}


.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}


.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}



.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}



.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}



.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}


.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}


.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right 
}

.pull-left {
    float: left 
}

.hide {
    display: none 
}

.show {
    display: block 
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none 
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none 
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none 
}


.visible-print {
    display: none 
}

.visible-print-block {
    display: none 
}

.visible-print-inline {
    display: none 
}


.visible-print-inline-block {
    display: none 
}




@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;700&display=swap");@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.eot");
    src: local("Roboto Light"),local("Roboto-Light"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.eot");
    src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.eot");
    src: local("Roboto"),local("Roboto-Regular"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.eot");
    src: local("Roboto Italic"),local("Roboto-Italic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.eot");
    src: local("Roboto Medium"),local("Roboto-Medium"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.eot");
    src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.eot");
    src: local("Roboto Bold"),local("Roboto-Bold"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.eot");
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.eot");
    src: local("Source Sans Pro Light"),local("SourceSansPro-Light"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.eot");
    src: local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.eot");
    src: local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.eot");
    src: local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.eot");
    src: local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.eot");
    src: local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.eot");
    src: local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.eot");
    src: local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.svg#SourceSansPro") format("svg")
}

.menu.overlay-old {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.menu.menu.overlay-old .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: 0;
    text-indent: 200%;
    color: transparent;
    outline: 0;
    z-index: 100
}

.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform .2s,opacity .2s,visibility 0s .2s,height .2s;
    transition: transform .2s,opacity .2s,visibility 0s .2s,height .2s
}

.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s
}

@font-face {
    font-family: "psud-icons";
    src: url("/themes/custom/psud/css/../fonts/psud-icons.eot");
    src: url("/themes/custom/psud/css/../fonts/psud-icons.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/psud-icons.woff") format("woff"),url("/themes/custom/psud/css/../fonts/psud-icons.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/psud-icons.svg#psud-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "psud-icons" ;
    content: attr(data-icon);
    font-style: normal ;
    font-weight: normal ;
    font-variant: normal ;
    text-transform: none ;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-psud-"]:before,[class*=" icon-psud-"]:before {
    font-family: "psud-icons" ;
    font-style: normal ;
    font-weight: normal ;
    font-variant: normal ;
    text-transform: none ;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-psud-aid:before {
    content: "\61"
}

.icon-psud-art:before {
    content: "\62"
}

.icon-psud-boot:before {
    content: "\63"
}

.icon-psud-building:before {
    content: "\64"
}

.icon-psud-bus:before {
    content: "\65"
}

.icon-psud-comment:before {
    content: "\66"
}

.icon-psud-graduate:before {
    content: "\67"
}

.icon-psud-grow:before {
    content: "\68"
}

.icon-psud-hand-shake:before {
    content: "\69"
}

.icon-psud-house:before {
    content: "\6a"
}

.icon-psud-map:before {
    content: "\6b"
}

.icon-psud-money:before {
    content: "\6c"
}

.icon-psud-skate:before {
    content: "\6d"
}

.icon-psud-suitcase:before {
    content: "\6e"
}

.icon-psud-tractor:before {
    content: "\6f"
}

.icon-psud-woman:before {
    content: "\70"
}

.album-section {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #efefef
}

.album-section h3 {
    color: #011c3b;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 25px;
    background-color: #e2e2e2;
    padding: 8px 15px
}

.album-section .slider-for .contain {
    cursor: pointer;
    background-size: contain ;
    background-repeat: no-repeat ;
    background-position: center center 
}

.album-section .slider-nav {
    padding: 25px 20px;
    background-color: #ddd;
    margin: 40px 0
}

.album-section .slider-nav .slick-list {
    padding: 0 
}

.album-section .slider-nav .slick-list .thumb {
    height: 182px;
    overflow: hidden;
    position: relative;
    margin: 0 22px;
    cursor: pointer
}

.album-section .slider-nav .slick-list .thumb img {
    max-height: 238px;
    width: 190%;
    left: -50%;
    position: absolute;
    cursor: pointer;
    z-index: 0;
    max-width: none
}

.album-section .slider-nav .slick-list .thumb span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 18px;
    background-color: rgba(16,28,45,.8);
    transition: all .2s ease-in-out
}

.album-section .slider-nav .slick-list .thumb span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 13px 11.5px;
    border-color: transparent transparent rgba(16,28,45,.8) transparent;
    position: absolute;
    left: 45%;
    top: -13px
}

.album-section .slider-nav .slick-list .thumb:hover span {
    padding-bottom: 15px;
    transition: all .2s ease-in-out
}

.album-section .slider-nav .slick-arrow {
    width: 15px;
    height: 22px
}

.album-section .slider-nav .slick-arrow:hover {
    opacity: .8
}

.album-section .slider-nav .slick-arrow::before {
    content: ' '
}

.album-section .slider-nav .slick-prev {
    background: url(/themes/custom/psud/css/../img/fleche_gauche.png) no-repeat left top
}

.album-section .slider-nav .slick-next {
    background: url(/themes/custom/psud/css/../img/fleche_droite.png) no-repeat left top
}

.modal {
    top: 20px ;
    z-index: 1000000 
}

.modal-backdrop.in {
    opacity: 0 ;
    display: none
}

.hover {
    position: relative;
    overflow: hidden
}

.hover.hover-up .hover-title {
    color: #fff;
    text-align: center;
    height: 130px;
    bottom: -120px
}

.hover.hover-up:hover .hover-title {
    bottom: 0
}

.hover.hover-yellow .hover-title {
    background: #f9b200
}

.hover.hover-yellow .hover-title .triangle-up {
    border-bottom: 10px solid #f9b200
}

.hover.hover-orange .hover-title {
    background: #ff6100
}

.hover.hover-orange .hover-title .triangle-up {
    border-bottom: 10px solid #ff6100
}

.hover.hover-green .hover-title {
    background: #37b07a
}

.hover.hover-green .hover-title .triangle-up {
    border-bottom: 10px solid #37b07a
}

.hover.hover-blue .hover-title {
    background: #2669a5
}

.hover.hover-blue .hover-title .triangle-up {
    border-bottom: 10px solid #2669a5
}

.hover.hover-lt-blue .hover-title {
    background: #18a8e5
}

.hover.hover-lt-blue .hover-title .triangle-up {
    border-bottom: 10px solid #18a8e5
}

.hover .hover-title {
    position: absolute;
    width: 100%;
    opacity: .9;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.hover .hover-title .triangle-up {
    width: 0;
    opacity: .9;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.hover .hover-title .main-info {
    position: relative;
    margin-top: 15px;
    display: inline-block
}

.hover .hover-title .main-info a {
    color: white 
}

.button {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 50px;
    margin-top: 15px;
    display: inline-block;
    color: #fff 
}

.button.button-yellow {
    border: solid 1px #f9b200
}

.button.button-yellow:hover {
    background: #f9b200
}

.button.button-blue {
    border: solid 1px #2669a5
}

.button.button-blue:hover {
    background: #2669a5
}

.button.button-lt-blue {
    border: solid 1px #18a8e5
}

.button.button-lt-blue:hover {
    background: #18a8e5
}

.button.button-white {
    border: solid 1px #fff
}

.button.button-white:hover {
    background: #fff;
    color: #f9b200 
}

.button:hover {
    color: #fff
}

.button.button-notif {
    color: #18a8e5 ;
    border: solid 1px #18a8e5 ;
    font-size: 13px;
    padding: 6px 15px
}

.button.button-notif:hover {
    text-decoration: none;
    color: white ;
    background-color: #18a8e5
}

.btn.btn-full {
    width: 100%
}

.btn.btn-primary {
    background-color: white;
    border-radius: inherit;
    color: #18a8e5;
    border: 1px solid #18a8e5;
    transition-duration: .4s
}

.btn.btn-primary:hover {
    background: #18a8e5;
    border: 1px solid #18a8e5;
    color: white;
    transition-duration: .4s
}

.btn.btn-primary.btn-reverse {
    background-color: #18a8e5;
    color: white
}

.btn.btn-primary.btn-reverse:hover {
    background: #2669a5;
    border: 1px solid #2669a5
}

.btn.btn-turquoise {
    background-color: transparent;
    color: white;
    font-weight: 600
}

.btn.btn-in-turquoise {
    background-color: white;
    color: #18a8e5;
    font-weight: 600;
    border-radius: inherit
}

.btn.btn-in-turquoise:hover {
    background-color: #18a8e5;
    color: white;
    transition-duration: .4s
}

select option {
    color: gray
}

select option:first-child {
    color: #c5d0d9
}

select:visited {
    color: red 
}

select.form-select {
    padding: 5px 30px 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%
}

.select2-container .select2-selection--single {
    height: 34px
}

input[type="text"] {
    padding: 6px 10px
}

.submit-form input,.submit-form a.button {
    background: #18a8e5;
    color: #fff ;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.submit-form input:hover,.submit-form a.button:hover {
    background: #2669a5;
    border: 1px solid #2669a5;
    color: #fff ;
    text-decoration: none 
}

.form-managed-file .form-type-checkbox.form-item {
    margin-bottom: 0
}

.form-managed-file .form-type-checkbox.form-item:after {
    content: "";
    display: table;
    clear: both
}

.form-managed-file .form-type-checkbox .form-checkbox {
    float: left;
    display: block;
    width: 20px;
    margin: 0
}

.form-managed-file .form-type-checkbox label {
    display: block;
    margin-left: 25px;
    top: 5px;
    position: relative
}

.form-managed-file .form-type-checkbox label .file {
    background-position: 0 5px
}

.form-managed-file .form-submit {
    margin: 10px 0 0 0;
    background: transparent;
    color: #4f5e69 ;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #4f5e69
}

.form-managed-file .form-submit:hover {
    background: transparent;
    border: 1px solid #232a2f;
    color: #232a2f ;
    text-decoration: none 
}

.form-file.form-control {
    height: auto
}

.btn-custom-file {
    position: relative;
    overflow: hidden;
    background: #60b279;
    color: #fff;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.btn-custom-file:hover {
    background: #499660;
    color: #fff ;
    text-decoration: none 
}

.btn-custom-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

.form-group {
    margin-bottom: 10px
}

.form-item {
    margin-top: 0
}

.form-type-captcha {
    margin-top: 15px;
    padding: 0
}

.form-actions {
    margin-top: 0
}

.form-actions .form-submit {
    background: #18a8e5;
    color: #fff ;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.form-actions .form-submit:hover {
    background: #2669a5;
    border: 1px solid #2669a5;
    color: #fff ;
    text-decoration: none 
}

::-webkit-input-placeholder {
    color: #c5d0d9
}

:-moz-placeholder {
    color: #c5d0d9;
    opacity: 1
}

::-moz-placeholder {
    color: #c5d0d9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #c5d0d9
}


.iti__flag.iti__nc {
    background-image: url("/themes/custom/psud/img/flag_nc.png");
    background-size: 21px;
    height: 15px;
    background-position: 0 0
}



#page {
    position: relative;
    z-index: 1000
}

#toolbar-administration {
    z-index: 1100
}

body .toolbar-oriented,.toolbar-oriented .toolbar-bar,.toolbar-oriented .toolbar-tray {
    position: fixed 
}

body.toolbar-vertical #header.light,body.toolbar-vertical #header.light.nav-down {
    top: 39px
}

body.toolbar-vertical #header.light.nav-up {
    top: -66px
}

body.toolbar-vertical.toolbar-fixed.toolbar-tray-open #header {
    left: 150px
}

body.toolbar-horizontal #header.light,body.toolbar-horizontal #header.light.nav-down {
    top: 39px
}

body.toolbar-horizontal #header.light.nav-up {
    top: -66px
}

body.toolbar-horizontal.toolbar-tray-open #header.light,body.toolbar-horizontal.toolbar-tray-open #header.light.nav-down {
    top: 80px
}

body.toolbar-horizontal.toolbar-tray-open #header.light.nav-up {
    top: -66px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small {
    margin-bottom: 30px;
    height: auto
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img {
    height: 160px 
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .title {
    transition: all .4s;
    position: absolute;
    font-weight: 400;
    color: white;
    width: 90%;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    height: 30px;
    left: 5%;
    top: auto;
    transform: inherit
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .title i,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .title i {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .title .main,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .title .main {
    left: 0;
    position: absolute;
    text-align: left;
    right: 100%;
    top: 4px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .title .date,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .title .date {
    right: 0;
    position: absolute;
    top: 6px;
    font-size: 12px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .title .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .title .chapeau-field {
    top: 52px;
    position: relative
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title {
    text-align: center;
    transform: inherit;
    white-space: normal;
    text-overflow: ellipsis;
    height: 90%
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .date,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .date,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .date,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .date {
    display: none
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .main,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .main,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .main,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .main {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 18px;
    white-space: normal;
    max-height: 55px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .chapeau-field,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title .chapeau-field {
    display: block;
    line-height: 16px
}



.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title i,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title i,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title i,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title i {
    opacity: 1
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:first-child,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:first-child {
    height: 160px 
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img {
    height: 160px;
    margin-bottom: 20px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small div,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small div {
    height: 100%
}



.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .row.slick-slide,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .row.slick-slide {
    opacity: .2;
    transition-duration: .4s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .row.slick-slide.slick-current,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .row.slick-slide.slick-current {
    transition-duration: .4s;
    opacity: 1
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img {
    height: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .background-img,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .background-img {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .a-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .a-field {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 999
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first {
    height: 100%;
    position: relative
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .ovrly {
    opacity: 0
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .title-first,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .title-first {
    color: white;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 30%;
    font-size: 20px;
    opacity: 0;
    width: 96%;
    text-align: center;
    transition-duration: .4s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .title-first .chapeau-field,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .title-first .chapeau-field {
    color: white ;
    font-weight: 400 ;
    font-size: 14px;
    height: 67px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}



.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .button,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%,60%);
    height: 40px;
    opacity: 0
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .button i,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .button i {
    margin-left: 10px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first .title {
    border: 1px solid white;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 75px;
    font-size: 80px;
    top: 240px;
    font-weight: 400
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .ovrly,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .ovrly {
    opacity: .7;
    background-color: #18a8e5
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .button,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .button,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .button,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .button {
    opacity: 1
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .title-first,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .title-first,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .title-first,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .title-first {
    opacity: 1;
    transition-duration: .4s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .title,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:hover .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.first:focus .title {
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    -o-transition: -o-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    transform: scale(0.1)
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .ovrly {
    background-color: #2669a5;
    opacity: .7;
    width: 100%;
    position: absolute;
    transition-duration: .4s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .ovrly:after,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .ovrly:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border: solid 12px #2669a5;
    left: 50%;
    top: -24px;
    border-color: transparent transparent #2669a5 transparent;
    transform: translate(-50%,0)
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.top,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.top {
    padding-bottom: 10px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.top .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.top .ovrly {
    height: 30px;
    bottom: 0
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.top:hover .ovrly,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.top:focus .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.top:hover .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.top:focus .ovrly {
    height: 100%;
    background-color: #18a8e5;
    opacity: .7
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.bottom,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.bottom {
    padding-top: 10px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.bottom .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.bottom .ovrly {
    height: 30px;
    bottom: 0
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.bottom:hover .ovrly,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img.bottom:focus .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.bottom:hover .ovrly,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img.bottom:focus .ovrly {
    height: 100%;
    background-color: #18a8e5
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img .main,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img .main {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus {
    display: block
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .title {
    white-space: normal
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:hover .one-tag,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small .block-img:focus .one-tag,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:hover .one-tag,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small .block-img:focus .one-tag {
    background: white;
    color: #011c3b;
    font-weight: 600
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-small img.first,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-small img.first {
    height: 450px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big.col-md-4 .list .block-list,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big.col-md-4 .list .block-list {
    height: 330px
}

.block-skazy-contextual-actu-block .contextual-demarches .autres-demarches-wrapper,.block-skazy-contextual-demarche-block .contextual-demarches .autres-demarches-wrapper {
    padding: 30px
}

.block-skazy-contextual-actu-block .contextual-demarches .autres-demarches-wrapper.demarches-nb-1 .block-cartouche,.block-skazy-contextual-demarche-block .contextual-demarches .autres-demarches-wrapper.demarches-nb-1 .block-cartouche {
    float: left;
    width: 100%;
    padding: 0 15px
}

.block-skazy-contextual-actu-block .contextual-demarches .autres-demarches-wrapper.demarches-nb-2 .block-cartouche,.block-skazy-contextual-demarche-block .contextual-demarches .autres-demarches-wrapper.demarches-nb-2 .block-cartouche {
    float: left;
    width: 50%;
    padding: 0 15px
}

.block-skazy-contextual-actu-block .contextual-demarches .autres-demarches-wrapper.demarches-nb-3 .block-cartouche,.block-skazy-contextual-demarche-block .contextual-demarches .autres-demarches-wrapper.demarches-nb-3 .block-cartouche {
    float: left;
    width: 33.33%;
    padding: 0 15px
}


.accordion {
    clear: both
}

.accordion .panel {
    margin-bottom: 10px;
    border-radius: 0
}

.accordion .panel-heading {
    padding: 0
}

.accordion .panel-title a {
    padding: 15px;
    display: block;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    background-color: #64798b;
    text-decoration: none
}

.accordion .panel-title a.collapsed {
    background-color: #c5d0d9;
    color: #011c3b
}

.accordion .panel-title a.collapsed:hover {
    color: #fff;
    background-color: #2669a5
}



.accordion .fa.fa-chevron-right {
    display: none
}

.accordion .collapsed .fa.fa-chevron-right {
    display: inline-block
}

.accordion .collapsed .fa.fa-chevron-down {
    display: none
}

.panel-group-wrapper .panel-group-control {
    float: right
}

.panel-group-wrapper .panel-group-control>div {
    font-size: 1em;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    opacity: .8
}

.panel-group-wrapper .panel-group-control>div:first-child:after {
    content: '/';
    padding-left: 5px
}

.panel-group-wrapper .panel-group-control>div:hover {
    color: black;
    opacity: 1
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.eot");
    src: local("Roboto Light"),local("Roboto-Light"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.eot");
    src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.eot");
    src: local("Roboto"),local("Roboto-Regular"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.eot");
    src: local("Roboto Italic"),local("Roboto-Italic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.eot");
    src: local("Roboto Medium"),local("Roboto-Medium"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.eot");
    src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.eot");
    src: local("Roboto Bold"),local("Roboto-Bold"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.eot");
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.eot");
    src: local("Source Sans Pro Light"),local("SourceSansPro-Light"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.eot");
    src: local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.eot");
    src: local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.eot");
    src: local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.eot");
    src: local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.eot");
    src: local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.eot");
    src: local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.eot");
    src: local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.svg#SourceSansPro") format("svg")
}

body {
    background: #fff;
    color: gray;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #011c3b;
    margin-top: 25px;
    margin-bottom: 25px
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 20px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ol {
    margin: 0 0 0 18px;
    padding: 0
}

strong {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600
}

a {
    transition-duration: .4s
}

a:hover {
    transition-duration: .4s
}

.bullet-list,body.cke_editable ul li,.text-formatted ul li,ol.styled-list li,ul.styled-list li,.col-mashup-sidebar.col-mashup-sidebar-full-sig .block-description .block-content ul li,.main-bloc .second-bloc .description ul li,#mashups-catweb-demarche-tpl .demarche-objet ol li,#mashups-catweb-demarche-tpl .demarche-objet ul li,#mashups-catweb-demarche-tpl .accordion .panel-body ol li,#mashups-catweb-demarche-tpl .accordion .panel-body ul li {
    padding-left: 1em;
    text-indent: -.7em
}

.bullet-list::before,body.cke_editable ul li::before,.text-formatted ul li::before,ol.styled-list li::before,ul.styled-list li::before,.col-mashup-sidebar.col-mashup-sidebar-full-sig .block-description .block-content ul li::before,.main-bloc .second-bloc .description ul li::before,#mashups-catweb-demarche-tpl .demarche-objet ol li::before,#mashups-catweb-demarche-tpl .demarche-objet ul li::before,#mashups-catweb-demarche-tpl .accordion .panel-body ol li::before,#mashups-catweb-demarche-tpl .accordion .panel-body ul li::before {
    content: "\2022";
    padding-right: 7px;
    font-size: 1.2em;
    color: #011c3b
}

body.cke_editable>*:first-child,.text-formatted>*:first-child {
    margin-top: 0
}

body.cke_editable ul,.text-formatted ul {
    margin: 0 0 20px 20px
}

body.cke_editable table,.text-formatted table {
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd
}

body.cke_editable table caption,.text-formatted table caption {
    color: #011c3b
}

body.cke_editable table>thead>tr>th,.text-formatted table>thead>tr>th {
    color: #011c3b;
    background: #c5d0d9
}

body.cke_editable table>thead>tr>th,body.cke_editable table>tbody>tr>td,.text-formatted table>thead>tr>th,.text-formatted table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

body.cke_editable table>thead>tr>th,body.cke_editable table>tbody>tr>td,.text-formatted table>thead>tr>th,.text-formatted table>tbody>tr>td {
    border: 1px solid #ddd
}

body.cke_editable table>tbody>tr:nth-of-type(2n+1),.text-formatted table>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9
}

body.cke_editable table>tbody>tr:hover,.text-formatted table>tbody>tr:hover {
    background-color: #f5f5f5
}

body.cke_editable li,.text-formatted li {
    font-size: 19px;
    letter-spacing: .4px
}

body.cke_editable p,.text-formatted p {
    font-size: 19px;
    letter-spacing: .4px;
    text-align: justify
}

ol.styled-list,ul.styled-list {
    margin: 0 0 0 18px
}

img {
    max-width: 100%;
    height: auto
}

hr {
    border: 0;
    height: 2px;
    color: #b3b3b3;
    background-color: #b3b3b3
}

figcaption {
    padding-top: 4px;
    font-size: .8em;
    line-height: 1em;
    padding-bottom: 10px
}

.caption>figcaption {
    display: block 
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

h2.title-background {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #011c3b;
    background: #c5d0d9;
    padding: 10px 12px 8px 12px
}

h4.title-gray {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: gray;
    font-size: 20px
}

p.blue-p {
    color: #18a8e5
}

.key-number {
    background: #f5f5f5;
    display: inline-block;
    border-radius: 15px;
    margin-left: 0 
}

.key-number li {
    float: left;
    text-align: center;
    padding: 20px 0;
    padding-left: 0 ;
    letter-spacing: inherit;
    text-indent: 0 
}

.key-number li .key-wrapper {
    border-left: 2px dashed #575757;
    padding: 0 15px
}

.key-number li .main-number {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 85px;
    line-height: 60px;
    padding: 15px 0 8px
}

.key-number li .main-number.l {
    font-size: 65px
}

.key-number li .main-number.e-l {
    font-size: 45px
}

.key-number li .description-number {
    font-size: 14px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #696969;
    max-width: 99%;
    text-align: center
}

.key-number li:first-child:not(.one-line) .key-wrapper {
    border: 0
}

.key-number li:only-child:not(.one-line) .key-wrapper {
    border: 0
}

.key-number li:before {
    content: none 
}

.key-number .key-white {
    padding: 10px
}

.key-number .key-white ul {
    background: white;
    border-radius: 15px;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 0
}

.key-number .key-white ul li .key-wrapper {
    border: 0 
}

.key-number .one-line {
    border-top: dashed 2px #575757;
    overflow: hidden;
    float: none;
    padding: 0
}

.key-number .one-line:first-child {
    border: 0
}

.key-number .one-line :after {
    content: ' ';
    display: block;
    clear: both
}

.modal-dialog {
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin-top: 0
}

.modal-dialog .modal-content {
    height: 100%
}

.modal-dialog .modal-content .modal-body {
    height: 90%
}

.ui-dialog {
    z-index: 1500;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1)
}

.ui-dialog .ui-widget-header {
    background: none;
    border: 0;
    color: #191919;
    border-bottom: 1px solid #aaa;
    font-weight: 400 ;
    border-radius: 0 
}

.ui-dialog .ui-widget-header .ui-dialog-title {
    text-align: left;
    font-size: 16px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif ;
    font-weight: 600 
}

.ui-dialog .ui-widget-header .ui-dialog-titlebar {
    padding: .4em 1em
}

.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
    right: 12px;
    border: 0;
    background: none;
    color: rgba(25,25,25,.6)
}

.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:after {
    content: '\f2d3';
    font-family: FontAwesome;
    display: block;
    top: -5px;
    left: -2px;
    position: relative;
    font-size: 20px
}

.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:hover {
    color: #191919
}

.ui-dialog .ui-dialog-content {
    font-size: 14px
}

.ui-widget {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.ui-widget-content {
    color: #191919;
    background: #fff;
    border: 1px solid #aaa
}

.ui-widget-content a {
    color: white
}

.ui-autocomplete {
    z-index: 9999
}

.ui-autocomplete.ui-widget-content a {
    color: #191919
}

.x-window {
    z-index: 1500;
    color: #191919;
    border-radius: 0 ;
    border: 1px solid #aaa ;
    font-family: tahoma,arial,verdana,sans-serif ;
    padding: 0;
    background: #fff ;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1) ;
    -moz-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1) ;
    -ms-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1) ;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1) 
}

.x-window .x-window-header-default,.x-window .x-window-header {
    font-size: 16px;
    border-radius: 0;
    padding: .4em 1em;
    text-align: left;
    color: #191919;
    background: none
}

.x-window .x-window-header-default,.x-window .x-window-header-default.x-docked-top,.x-window .x-window-header,.x-window .x-window-header.x-docked-top {
    border-bottom: 1px solid #aaa 
}

.x-window .x-window-header-default .x-window-header-text,.x-window .x-window-header-default .x-window-header-text-default,.x-window .x-window-header .x-window-header-text,.x-window .x-window-header .x-window-header-text-default {
    margin: 0;
    color: #191919;
    font-size: 16px ;
    line-height: 16px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif ;
    font-weight: 600 
}

.x-window .x-window-header-default .x-tool,.x-window .x-window-header .x-tool {
    top: 0 
}

.x-window .x-window-header-default .x-tool img,.x-window .x-window-header .x-tool img {
    background-image: url("/themes/custom/psud/css/../img/extjs-close.png");
    background-size: contain;
    background-position: center
}

.x-window .x-window-header-default .x-tool img:hover,.x-window .x-window-header .x-tool img:hover {
    background-image: url("/themes/custom/psud/css/../img/extjs-close-hover.png")
}

.x-window .x-window-header-default .x-tool img.x-tool-over img,.x-window .x-window-header .x-tool img.x-tool-over img {
    background-image: url("/themes/custom/psud/css/../img/extjs-close-hover.png")
}

.x-window .x-window-body-default,.x-window .x-window-body {
    border: 0;
    background: none
}

.x-window .x-window-body-default .x-form-item-label,.x-window .x-window-body .x-form-item-label {
    color: #191919;
    font-size: 12px
}

.x-window .x-window-body-default .x-form-invalid .x-form-item-label,.x-window .x-window-body .x-form-invalid .x-form-item-label {
    color: #ec3e37
}

.x-window table.x-field {
    width: 100% 
}

.x-window .x-toolbar-footer .x-btn {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif ;
    background: #e0e0e0 ;
    transition: .3s color linear,.3s background linear;
    border-radius: 0 ;
    border: 0 
}

.x-window .x-toolbar-footer .x-btn .x-btn-inner,.x-window .x-toolbar-footer .x-btn button {
    font-size: 14px ;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif ;
    color: #4f5e69 ;
    background: #e0e0e0 ;
    transition: .3s color linear,.3s background linear;
    border-radius: 0 
}

.x-window .x-toolbar-footer .x-btn:hover,.x-window .x-toolbar-footer .x-btn:hover button,.x-window .x-toolbar-footer .x-btn:hover .x-btn-inner {
    background: #c7c7c7 ;
    color: #232a2f ;
    text-decoration: none ;
    border-radius: 0 
}

.x-window .x-toolbar-footer .x-btn.test_save,.x-window .x-toolbar-footer .x-btn.test_save button,.x-window .x-toolbar-footer .x-btn.test_save .x-btn-inner {
    background-color: #18a8e5 
}

.x-window .x-toolbar-footer .x-btn.test_save .x-btn-inner {
    color: #fff 
}

.x-window .x-toolbar-footer .x-btn.test_save:hover,.x-window .x-toolbar-footer .x-btn.test_save:hover button,.x-window .x-toolbar-footer .x-btn.test_save:hover .x-btn-inner {
    background: #2669a5 
}

.x-window .x-toolbar-footer .x-btn .x-btn-default-small-over {
    border: 0 
}

.x-window .x-toolbar-footer .x-btn.test_save.x-btn-default-small-icon-text-left .x-btn-inner,.x-window .x-toolbar-footer .x-btn.test_cancel.x-btn-default-small-icon-text-left .x-btn-inner {
    padding-right: 10px 
}

.x-window .x-toolbar-footer .x-btn.test_save.x-btn-default-small-icon-text-left .x-btn-icon,.x-window .x-toolbar-footer .x-btn.test_cancel.x-btn-default-small-icon-text-left .x-btn-icon {
    display: none
}

.x-window.x-message-box .x-window-body {
    background: none 
}

.psud-browser-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffeea9;
    padding: 5px 0;
    border-top: 1px solid #ccc
}

.psud-browser-banner p {
    text-align: center;
    color: #191919;
    font-size: 14px;
    margin: 0;
    padding: 0 25px
}

.psud-browser-banner .close {
    position: absolute;
    top: 5px;
    right: 5px
}

.hub {
    display: flex;
    flex-direction: column;
    margin-top: 15px
}

.hub .hub-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px
}

.hub .hub-row .hub-block {
    padding: 15px;
    margin: 15px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.hub .hub-row .hub-block h3 {
    text-align: center;
    padding: 15px;
    display: block;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: white;
    background-color: #2669a5;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 10px
}

.hub .hub-row .hub-block h3 span {
    display: block;
    font-size: .75em;
    font-weight: 300
}

.hub .hub-row .hub-block.hub-block-grey {
    background: #c5d0d9
}

.hub .hub-row .hub-block.hub-block-pink {
    background: rgba(198,35,84,.2)
}

.hub .hub-row .hub-block.hub-block-pink h3 {
    background: #c62354;
    color: #fff
}

.hub .hub-row .hub-block.hub-block-demarches h3 {
    background-image: url("/themes/custom/psud/css/../img/page_hub_demarche.svg");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10px 10px;
    padding-left: 50px
}

.hub .hub-row .hub-block #hub-lightbox img {
    max-height: 250px;
    margin: 0 auto;
    width: auto;
    display: block;
    cursor: pointer
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-regular a {
    width: 100%;
    display: block
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-regular a:before {
    content: "\2022";
    padding-right: 8px;
    font-size: 1.2em;
    color: #011c3b
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-regular a:hover {
    text-decoration: none
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-editions {
    display: flex;
    align-items: center;
    align-content: center;
    flex-grow: 2
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-editions a {
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 100%
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-editions a.hub-block-link-editions-guide {
    background-image: url("/themes/custom/psud/css/../img/page_hub_guide.svg")
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-editions a.hub-block-link-editions-guide:hover {
    background-image: url("/themes/custom/psud/css/../img/page_hub_guide_hover.svg")
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-editions a.hub-block-link-editions-depliant {
    background-image: url("/themes/custom/psud/css/../img/page_hub_depliant.svg")
}

.hub .hub-row .hub-block .hub-block-inner.hub-block-inner-links-editions a.hub-block-link-editions-depliant:hover {
    background-image: url("/themes/custom/psud/css/../img/page_hub_depliant_hover.svg")
}

.hub .hub-row.hub-row-videos {
    flex-wrap: wrap
}

.hub .hub-row.hub-row-videos .hub-block-video {
    flex: 1 1;
    padding: 0;
    min-width: 200px
}

.hub .hub-row.hub-row-videos .hub-block-video .hub-block-inner.hub-block-inner-video .hub-block-inner-video-stretchy-wrapper {
    width: 100%;
    display: inline-block;
    position: relative
}

.hub .hub-row.hub-row-videos .hub-block-video .hub-block-inner.hub-block-inner-video .hub-block-inner-video-stretchy-wrapper:after {
    padding-top: 70.25%;
    display: block;
    content: ''
}

.hub .hub-row.hub-row-videos .hub-block-video .hub-block-inner.hub-block-inner-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

@font-face {
    font-family: "icons";
    src: url("/themes/custom/psud/css/../fonts/icons.eot");
    src: url("/themes/custom/psud/css/../fonts/icons.eot?#iefix") format("eot"),url("/themes/custom/psud/css/../fonts/icons.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/icons.woff") format("woff"),url("/themes/custom/psud/css/../fonts/icons.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/icons.svg#icons") format("svg")
}

.ico:before,[data-ico]:before {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.ico-compte:before,[data-ico="compte"]:before {
    content: "\E003"
}

.ico-contact:before,[data-ico="contact"]:before {
    content: "\E004"
}

.ico-culture:before,[data-ico="culture"]:before {
    content: "\E005"
}

.ico-demarches:before,[data-ico="demarche"]:before {
    content: "\E006"
}

.ico-economie:before,[data-ico="economie"]:before {
    content: "\E007"
}

.ico-enseignement:before,[data-ico="enseignement"]:before {
    content: "\E009"
}

.ico-environnement:before,[data-ico="environnement"]:before {
    content: "\E00A"
}

.ico-faq:before,[data-ico="faq"]:before {
    content: "\E00B"
}

.ico-fb:before,[data-ico="facebook"]:before {
    content: "\E00C"
}

.ico-femme:before,[data-ico="femme"]:before {
    content: "\E00D"
}

.ico-insta:before,[data-ico="instagram"]:before {
    content: "\E00E"
}

.ico-jeunesse:before,[data-ico="jeunesse"]:before {
    content: "\E00F"
}

.ico-localisation:before,[data-ico="localisation"]:before {
    content: "\E010"
}

.ico-logement:before,[data-ico="logement"]:before {
    content: "\E011"
}

.ico-logout:before {
    content: "\E012"
}

.ico-presse:before,[data-ico="presse"]:before {
    content: "\E013"
}

.ico-rural:before,[data-ico="rural"]:before {
    content: "\E017"
}

.ico-sante:before,[data-ico="sante"]:before {
    content: "\E018"
}

.ico-search:before {
    content: "\E019"
}

.ico-sport:before,[data-ico="sport"]:before {
    content: "\E01A"
}

.ico-tourisme:before,[data-ico="tourisme"]:before {
    content: "\E01B"
}

.ico-transport:before,[data-ico="transport"]:before {
    content: "\E01C"
}

.ico-urbanisme:before,[data-ico="urbanisme"]:before {
    content: "\E01D"
}

.ico-webtv:before,[data-ico="webtv"]:before {
    content: "\E01E"
}

body.x-body {
    background: #fff;
    color: gray;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px
}



body.x-body h2,body.x-body .h2 {
    font-size: 28px
}



body.x-body em {
    font-style: italic;
    font-weight: 600
}

.end-page {
    margin-bottom: 40px
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links {
    clear: both
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links>.container-fluid {
    padding: 0
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link {
    height: 200px;
    margin-bottom: 20px
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img {
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .background-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    height: 100%
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .a-field {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 999
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .ovrly {
    background-color: #2669a5;
    opacity: .85;
    width: 100%;
    position: absolute;
    transition-duration: .4s
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .ovrly .date {
    position: absolute;
    right: 11px;
    bottom: 6px;
    height: 21px;
    font-size: 15px;
    color: white;
    opacity: 0;
    transition-duration: .4s
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .ovrly:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border: solid 12px #2669a5;
    left: 50%;
    top: -24px;
    border-color: transparent transparent #2669a5 transparent;
    transform: translate(-50%,0)
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .title {
    position: absolute;
    font-weight: 600;
    color: white;
    left: 50%;
    width: 90%;
    bottom: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition-duration: .4s;
    transform: translate(-50%,84%)
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img .main {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    position: relative;
    transition: all .4s
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.top {
    margin-bottom: 16px
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.top .ovrly {
    height: 36px;
    bottom: 0
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.top:hover .ovrly,.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.top:focus .ovrly {
    height: 100%;
    background-color: #18a8e5;
    opacity: .7
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.bottom {
    padding-top: 10px
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.bottom .ovrly {
    height: 30px;
    bottom: 0
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.bottom:hover .ovrly,.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img.bottom:focus .ovrly {
    height: 100%;
    background-color: #18a8e5
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:hover,.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:focus {
    display: block
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:hover .date,.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:focus .date {
    opacity: 1;
    transition-duration: .4s
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:hover .title,.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:focus .title {
    transform: translate(-50%,-50%);
    white-space: normal
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:hover .one-tag,.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link .block-img:focus .one-tag {
    background: white;
    color: #011c3b;
    font-weight: 600
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo .background-img {
    background-size: 35% ;
    background-position: center 20px ;
    background-repeat: no-repeat 
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-aire-marine-protegee .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-aire-marine-protegee.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-aire-terrestre-protegee .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-aire-terrestre-protegee.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-ilot .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-ilot.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-marina .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-marina.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-mise-a-eau .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-mise-a-eau.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-mur-escalade .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-mur-escalade.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-musee .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-musee.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-parking .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-parking.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-plage .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-plage.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-poi .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-poi.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-ponton .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-ponton.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-port-a-sec .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-port-a-sec.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-rando-cycliste .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-rando-cycliste.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-rando-equestre .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-rando-equestre.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-rando-pedestre .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-rando-pedestre.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-rando-refuge .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-rando-refuge.svg")
}

.end-page .mashups-connexe-links-wrapper .mashups-connexe-links .mashups-connexe-link.mashups-connexe-link-no-photo.mashups-connexe-link-type-site-protege .background-img {
    background-image: url("/themes/custom/psud/css/../img/loisirs/icon-loisir-site-protege.svg")
}


.block-view-more-centered {
    text-align: center;
    clear: both
}

.mashups-iframe iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

.mashups-content #accessibility {
    margin-bottom: 20px
}

.mashup-content-wrapper {
    margin-bottom: 30px
}

.col-mashup-content {
    padding: 30px
}

.col-mashup-content h1,.col-mashup-content h2,.col-mashup-content h3,.col-mashup-content h4,.col-mashup-content h5,.col-mashup-content h6 {
    margin-top: 0
}



.col-mashup-content>.grey-bg.album-section {
    background: transparent
}

.col-mashup-content>.grey-bg.album-section>.container {
    width: 100%;
    padding: 0;
    margin: 0
}

.col-mashup-sidebar {
    margin-top: 30px
}

.aside-infos {
    margin-bottom: 30px
}

.aside-infos.aside-escal h3 {
    color: white;
    background: #18a8e5
}

.aside-infos.aside-escal .bloc ul li i {
    color: #18a8e5
}

.aside-infos h3 {
    color: white;
    background: #2669a5;
    padding: 10px 20px 7px;
    margin: 0;
    font-size: 18px
}

.aside-infos .bloc {
    background: #f7f7f7;
    padding: 15px 0 0 0
}

.aside-infos .bloc ul li {
    font-size: 16px;
    border-bottom: 1px solid #d3d4d6;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.aside-infos .bloc ul li p {
    padding: 0 20px
}

.aside-infos .bloc ul li:last-child {
    padding: 0;
    margin: 0
}

.aside-infos .bloc ul.styled-list li {
    margin-bottom: 6px
}

.aside-infos .bloc ul.styled-list li:last-child {
    padding-left: 15px 
}

.block-form-itineraire {
    background: #e9e9e9;
    padding: 7px;
    margin: 7px
}

.block-form-itineraire .block-title {
    margin: 0 ;
    padding: 0 ;
    font-weight: 600;
    color: black
}

.block-form-itineraire a,.block-form-itineraire input[type="text"] {
    width: 100%
}

.block-form-itineraire input[type="text"] {
    margin: 10px 0;
    padding: 3px 7px
}

.block-form-itineraire a {
    text-align: left;
    padding: 17px 20px;
    font-size: 16px;
    background: #2669a5
}

.block-form-itineraire a:hover {
    background: #1c4f7c
}

.aside-itineraires {
    margin-bottom: 20px
}

.aside-itineraires h3 {
    color: white;
    background: #3fb573;
    padding: 10px 15px 7px;
    margin: 0;
    font-size: 18px
}

.aside-itineraires .bloc {
    padding: 22px 0 10px 0;
    background: #f7f7f7
}

.aside-itineraires .bloc ul li {
    border-bottom: 1px solid #d3d4d6;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.aside-itineraires .bloc ul li .sous-bloc {
    padding: 0 15px
}

.aside-itineraires .bloc ul li .sous-bloc img {
    margin-bottom: 7px;
    border: 2px solid #dcdcdc
}

.aside-itineraires .bloc ul li .sous-bloc a {
    padding: 17px 20px;
    font-size: 16px;
    width: 100%;
    text-align: left
}

.aside-itineraires .bloc ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0
}

.block-cartouche {
    margin-bottom: 25px
}

.block-cartouche .block-title {
    padding: 0 0 10px 0 ;
    margin: 0 ;
    background: url("/themes/custom/psud/css/../img/cartouche-block-triangle.jpg") no-repeat center bottom white 
}

.block-cartouche .block-title .inner {
    background: #68798a;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 16px;
    margin: 0 ;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white
}

.block-cartouche .block-title .inner span.image {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 12px
}

.block-cartouche .block-title .inner span.image img {
    width: auto;
    height: 20px
}

.block-cartouche .block-title .inner span.title {
    text-align: center
}



.block-cartouche .block-title a,.block-cartouche .block-title a:hover,.block-cartouche a.block-title,.block-cartouche a.block-title:hover,.block-cartouche span.title,.block-cartouche span.title:hover {
    text-decoration: none
}

.block-cartouche.block-standard {
    min-height: 196px
}

.block-cartouche.block-standard .block-title .inner {
    background: #68798a
}

.block-cartouche.block-green .block-title .inner {
    background: #5eae24
}

.block-cartouche.block-pink .block-title .inner {
    background: #c62354
}

.block-cartouche.block-yellow .block-title .inner {
    background: #f9b200
}

.block-cartouche.block-blue .block-title .inner {
    background: #18a8e5
}

.block-cartouche .block-content {
    min-height: 150px;
    max-height: 150px;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    background: #fff;
    color: #191919
}



.block-cartouche .block-content p {
    margin: 0;
    text-align: center
}

.block-cartouche a.block-content,.block-cartouche .block-content a {
    color: inherit
}

.block-cartouche a.block-content:hover,.block-cartouche .block-content a:hover {
    text-decoration: none;
    color: #2669a5
}

.block-cartouche .block-link {
    padding: 0 10px 20px 10px;
    text-align: center;
    background: #fff;
    color: #4f5e69
}

.block-cartouche .block-link a {
    padding: 4px 12px;
    display: inline-block;
    color: inherit;
    border: 1px solid #4f5e69
}

.block-cartouche .block-link a:hover {
    text-decoration: none;
    color: black;
    border-color: black
}

.block-cartouche.block-standard-link .block-link .link-wrapper a {
    border: 0
}

.block-form-step {
    display: flex;
    margin-bottom: 30px
}

.block-form-step .form-step {
    position: relative;
    width: 33.33%;
    padding: 8px 12px;
    text-align: center;
    font-size: 1.2em;
    color: white;
    background-color: gray;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.block-form-step .form-step:not(:last-child) {
    border-right: 1px solid #f6f6f6
}

.block-form-step .form-step.form-step-active {
    background-color: #5a5a5a
}

.align-vertical {
    display: '-ms-flexbox';
    display: '-webkit-flex';
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center
}

.btn-wrapper .btn {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.btn-wrapper .long-text {
    display: block 
}



.btn-wrapper .short-text {
    display: none 
}


.btn-wrapper-center {
    text-align: center
}

.btn-wrapper-right {
    text-align: right
}

.btn-wrapper-right.btn-group {
    float: right
}

.btn-wrapper-fullwidth .btn {
    display: block
}

.btn-mashup-default {
    background: transparent;
    color: #4f5e69 ;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #4f5e69
}

.btn-mashup-default:hover {
    background: transparent;
    border: 1px solid #232a2f;
    color: #232a2f ;
    text-decoration: none 
}

.btn-mashup-blue {
    background: #18a8e5;
    color: #fff ;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.btn-mashup-blue:hover {
    background: #2669a5;
    border: 1px solid #2669a5;
    color: #fff ;
    text-decoration: none 
}

.btn-mashup-yellow {
    background: #f9b200;
    color: #fff;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.btn-mashup-yellow:hover {
    background: #c68e00;
    color: #fff ;
    text-decoration: none 
}

.btn-mashup-red {
    background: #ec3e37;
    color: #fff;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.btn-mashup-red:hover {
    background: #ad1610;
    color: #fff ;
    text-decoration: none 
}

.btn-mashup-green {
    background: #60b279;
    color: #fff;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.btn-mashup-green:hover {
    background: #499660;
    color: #fff ;
    text-decoration: none 
}

.btn-mashup-icon-fa-f138 {
    position: relative;
    padding-right: 50px
}

.btn-mashup-icon-fa-f138::after {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px
}

.btn-mashup-icon-fa-f138.btn-lg::after {
    top: 10px
}

.btn-mashup-icon-fa-f00c {
    position: relative;
    padding-right: 50px
}

.btn-mashup-icon-fa-f00c::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px
}

.btn-mashup-icon-fa-f00c.btn-lg::after {
    top: 10px
}

.btn-mashup-icon-fa-f002 {
    position: relative;
    padding-right: 50px
}

.btn-mashup-icon-fa-f002::after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px
}

.btn-mashup-icon-fa-f002.btn-lg::after {
    top: 10px
}

.btn-mashup-icon-fa-f019 {
    position: relative;
    padding-right: 50px
}

.btn-mashup-icon-fa-f019::after {
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px
}

.btn-mashup-icon-fa-f019.btn-lg::after {
    top: 10px
}

.btn.loading {
    position: relative;
    padding-right: 50px
}

.btn.loading::after {
    content: "\f110";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px;
    animation: fa-spin 2s infinite linear
}

.btn.loading.btn-lg::after {
    top: 10px
}

#coordonees-map {
    max-width: 100%;
    height: 150px
}

.block-download .block-content .block-content-list li {
    padding-left: 20px 
}

.mashup-liens-groupes {
    margin-top: 20px;
    margin-bottom: 20px
}

.mashup-liens-groupes .mashup-liens-groupes-title {
    background: #011c3b;
    color: #fff;
    padding: 8px 12px;
    margin-bottom: 15px
}

.mashup-liens-groupes .mashup-liens-groupes-bloc ul.mashup-liens-groupes-liens li {
    border-bottom: 1px solid #d3d4d6;
    margin-bottom: 4px;
    padding-bottom: 4px
}

.mashup-liens-groupes .mashup-liens-groupes-bloc ul.mashup-liens-groupes-liens li:last-child {
    border: 0;
    margin: 0;
    padding: 0
}

.mashups-content .infos-block {
    margin: 20px 0;
    padding: 15px;
    border-radius: 0;
    position: relative
}

.mashups-content .infos-block:after {
    content: "";
    display: table;
    clear: both
}

.mashups-content .infos-block .block-title {
    padding: 0;
    margin: 0 0 15px;
    font-size: 22px
}



.mashups-content .infos-block.block-green .block-title .inner {
    background: #5eae24
}

.mashups-content .infos-block.block-pink .block-title .inner {
    background: #c62354
}

.mashups-content .infos-block.block-yellow .block-title .inner {
    background: #f9b200
}

.mashups-content .infos-block.block-blue .block-title .inner {
    background: #18a8e5
}

.mashups-content .infos-block .block-content {
    background: transparent
}

.mashups-content .infos-block .block-content:after {
    content: "";
    display: table;
    clear: both
}

.mashups-content .infos-block .block-content .block-icon {
    float: left;
    margin-right: 20px
}

.mashups-content .infos-block .block-content .btn {
    margin-top: 20px
}

.mashups-content .infos-block.infos-block-link .block-content {
    float: left;
    width: 80%
}

.mashups-content .infos-block.infos-block-link .block-link {
    float: left;
    width: 20%;
    text-align: center
}

.mashups-content .infos-block.infos-block-link .block-link a.btn {
    padding: 10px 20px
}

.mashups-content .infos-block.infos-block-more-margin {
    margin-bottom: 40px
}

.mashups-content .infos-block.pink-border {
    color: #191919;
    border: 1px solid #c62354;
    box-shadow: -8px 0 0 #c62354;
    background: rgba(198,35,84,.02)
}

.map-holder .sourcesWidget {
    background: #011c3b;
    color: #fff
}

.map-holder .sourcesWidget .x-form-item {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

.map-holder .sourcesWidget .x-form-item-body {
    display: inline-block
}

.map-holder .sourcesWidget .sourcesWidgetLabel {
    margin: 0;
    font-size: 10px;
    color: #fff;
    display: block;
    float: left;
    width: auto;
    padding-right: 8px;
    top: 0 
}

.map-holder .sourcesWidget .sourcesWidgetLabel>span {
    text-decoration: none;
    width: auto
}

.map-holder .sourcesWidget .sourcesWidgetField {
    margin: 0;
    font-size: 10px;
    color: #fff;
    font-style: normal
}

.map-holder .photoWidget {
    display: none 
}

.map-holder .photoWidget.opened {
    display: block ;
    height: 120px ;
    background: rgba(48,46,46,.65) ;
    margin-left: 0 
}

.map-holder .scaleWidget {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    bottom: 8px;
    left: 8px
}

.map-holder .scaleWidget .scaleWidget-inner {
    border: 1px solid #eee;
    border-top: 0;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width
}

.map-holder .scaleWidget.opened {
    bottom: 122px
}

.map-holder .scaleWidgetRandonnee {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    bottom: 102px;
    left: 8px
}

.map-holder .scaleWidgetRandonnee .scaleWidgetRandonnee-inner {
    border: 1px solid #eee;
    border-top: 0;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width
}

.map-holder .openPhoto {
    position: absolute;
    bottom: 0;
    right: 60px;
    background: rgba(48,46,46,.65) ;
    color: #fff;
    width: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 4px
}

.map-holder .openPhoto.opened {
    bottom: 120px
}

.map-holder .openPhoto:hover {
    background: #302e2e 
}

.mashups--theme-fullscreen #footer {
    position: relative;
    bottom: 0
}

.mashups--theme-fullscreen #footer #bot-footer {
    padding: 2px 0;
    font-size: 14px;
    background: white 
}

.mashups--theme-fullscreen #footer #bot-footer p {
    margin: 0
}

.mashups_fullscreen-tpl {
    width: 100%
}

.mashups_fullscreen-tpl .fullscreen {
    width: 100%;
    height: 100%
}

.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas {
    width: 100%;
    height: 100%
}

.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas .map-holder {
    width: 100%;
    height: 100%
}

.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas .map-holder .map-container {
    width: 100%;
    height: 100%
}

.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas .map-holder .map-container .x-panel-body.x-border-layout-ct,.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas .map-holder .map-container .x-panel-header-default,.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas .map-holder .map-container .x-panel-header-default-collapsed-border-left {
    box-shadow: none ;
    border: 1px solid #011c3b ;
    background: #011c3b 
}

.mashups_fullscreen-tpl .fullscreen .fullscreen-canvas .map-holder .map-container .x-panel-body.x-border-layout-ct {
    border: 0 
}

.mashups_fullscreen-tpl .breadcrumb li:before {
    content: ' - '
}

.mashups_fullscreen-tpl .breadcrumb li:first-child:before {
    content: none 
}

.mashups_fullscreen-tpl .infos-pratiques {
    color: grey;
    font-size: 15px
}

.off-canvas-panel {
    position: absolute
}

.psud-bottom-panel {
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.7);
    height: 157px;
    border-top: 1px solid #c5d0d9
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig {
    margin: 0;
    width: 100%;
    max-width: 350px;
    height: 100%;
    top: 0;
    background: #f7f7f7;
    padding: 0
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .block-base-layer-control {
    margin: 8px
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .breadcrumb {
    padding: 5px 30px;
    background: #18a8e5;
    border: 0;
    border-radius: 0;
    color: #fff
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .breadcrumb a {
    color: #fff
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .content {
    padding: 0 8px
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .content h3 {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2669a5;
    font-size: 19px;
    margin-top: 0
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .content h3.pull-left {
    margin-right: 4px
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .panel-header .img-header {
    position: relative;
    padding: 30px 15px 30px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .panel-header .img-header h1,.col-mashup-sidebar.col-mashup-sidebar-full-sig .panel-header .img-header h2,.col-mashup-sidebar.col-mashup-sidebar-full-sig .panel-header .img-header h3 {
    position: relative;
    line-height: 40px;
    margin-top: 0;
    color: #fff;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 30px;
    z-index: 2
}

.col-mashup-sidebar.col-mashup-sidebar-full-sig .panel-header .img-header .mashup-bandeau-shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#33000000',GradientType=0)
}

.off-canvas-panel.left-panel.closed-panel {
    left: -350px
}

span.bg-opac {
    background-color: rgba(0,0,0,.7);
    padding: 2px 35px 2px 5px
}

.fake-popup {
    width: 400px ;
    height: 300px ;
    position: relative;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
    border: solid 3px white
}

.fake-popup .thumb {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0
}

.fake-popup .map-popup {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.4);
    color: #fff ;
    padding: 10px;
    width: 100%
}

.fake-popup .map-popup h3.title {
    color: white;
    margin-top: 0
}

.fake-popup .map-popup .description p {
    color: #fff;
    padding: 5px
}

.sig-modal .modal-dialog .modal-content .modal-body img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block
}

.modal-dialog .close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 20
}

.sig-thumbnails {
    padding: 15px 25px;
    height: 155px
}

.sig-thumbnails img {
    float: left;
    margin-right: 10px;
    display: block;
    border: 1px solid #ababaa
}

.mashup-bandeau-simple {
    background: #f7f7f7;
    box-shadow: 0 3px 6px -2px rgba(0,0,0,.5);
    padding-bottom: 4px;
    margin-bottom: 8px
}

.mashup-bandeau-simple .mashup-page-icon {
    float: left;
    padding: 15px
}

.mashup-bandeau-simple .mashup-page-title,.mashup-bandeau-simple .mashup-page-subtitle {
    color: #011c3b
}

.mashup-bandeau-simple .mashup-page-title {
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 30px
}



.mashup-bandeau-simple .mashup-page-subtitle {
    margin-top: 8px;
    margin-bottom: 5px
}

.mashup-bandeau-simple .mashup-page-tags {
    padding-top: 8px
}

.mashup-bandeau-simple .mashup-page-tags:after {
    content: "";
    display: table;
    clear: both
}

.mashup-bandeau-simple .mashup-page-tags li {
    float: left;
    display: inline-block;
    padding: 1px 18px 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #18a8e5;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    letter-spacing: 2px
}


.mashup-bandeau-simple .mashup-page-tags li a {
    display: block;
    color: inherit
}

.mashup-bandeau-simple .mashup-page-mots-cles {
    padding-top: 8px
}

.mashup-bandeau-simple .mashup-page-mots-cles:after {
    content: "";
    display: table;
    clear: both
}

.mashup-bandeau-simple .mashup-page-mots-cles ul,.mashup-bandeau-simple .mashup-page-mots-cles li {
    display: inline-block
}

.mashup-bandeau-simple .mashup-page-mots-cles ul a,.mashup-bandeau-simple .mashup-page-mots-cles li a {
    padding: 0 12px
}

.mashup-bandeau-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    height: 315px;
    margin: 0 0 35px 0;
    background-size: cover
}

.mashup-bandeau-image .mashup-bandeau-shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-left: -15px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#33000000',GradientType=0)
}


.mashup-bandeau-image .col-mashup-bandeau-text {
    padding-top: 155px
}



.mashup-bandeau-image .mashup-page-title,.mashup-bandeau-image .mashup-page-subtitle {
    color: white;
    padding: 2px 5px 0 5px;
    margin: 0
}

.mashup-bandeau-image .mashup-page-title {
    float: left;
    margin-top: 35px;
    margin-bottom: 3px;
    font-size: 30px
}



.mashup-bandeau-image .mashup-page-subtitle {
    float: left;
    clear: both;
    margin-bottom: 5px
}

.mashup-bandeau-image .mashup-page-date {
    float: left;
    clear: both;
    color: white;
    background: rgba(0,0,0,.35);
    padding: 2px 5px;
    margin: 0
}

.mashup-bandeau-image .mashup-page-tags {
    clear: both;
    padding-top: 20px
}

.mashup-bandeau-image .mashup-page-tags:after {
    content: "";
    display: table;
    clear: both
}

.mashup-bandeau-image .mashup-page-tags li {
    float: left;
    display: inline-block;
    padding: 1px 18px 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #18a8e5;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    letter-spacing: 2px
}



.mashup-bandeau-image .mashup-page-tags li a {
    display: block;
    color: inherit
}

.mashup-bandeau-image .col-mashup-bandeau-share {
    position: absolute;
    right: 0;
    top: -70px
}

.mashup-bandeau-image .col-mashup-bandeau-share #accessibility {
    padding: 8px 12px;
    background: rgba(255,255,255,.8)
}

.mashup-bandeau-color {
    position: relative;
    height: 160px;
    margin: 0 0 35px 0
}

.mashup-bandeau-color .mashup-page-title,.mashup-bandeau-color .mashup-page-subtitle {
    color: white;
    padding: 2px 5px 0 5px;
    margin: 0
}

.mashup-bandeau-color .mashup-page-title {
    float: left;
    margin-top: 35px;
    margin-bottom: 3px;
    font-size: 30px
}



.mashup-bandeau-color .mashup-page-tags {
    clear: both;
    padding-top: 20px
}

.mashup-bandeau-color .mashup-page-tags:after {
    content: "";
    display: table;
    clear: both
}

.mashup-bandeau-color .mashup-page-tags li {
    float: left;
    display: inline-block;
    padding: 1px 18px 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: white;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    color: #878787 
}



.mashup-bandeau-color .mashup-page-tags li a {
    display: block;
    color: inherit
}

.mashup-bandeau-color .col-mashup-bandeau-share {
    position: absolute;
    right: 0;
    top: -70px
}

.mashup-bandeau-color .col-mashup-bandeau-share #accessibility {
    padding: 8px 12px;
    background: rgba(255,255,255,.8)
}

.main-bloc {
    background: #f7f7f7;
    padding: 5px 25px
}

.main-bloc img {
    border: 1px solid #78c7e9;
    padding: 2px
}

.main-bloc .second-bloc {
    padding: 40px 25px
}

.main-bloc .second-bloc .intro {
    color: #78c7e9;
    font-weight: 600
}

.main-bloc .second-bloc .description span {
    font-weight: 600
}

.main-content {
    background: #f6f6f6;
    padding: 30px;
    margin-top: 50px
}

.main-content .yellow-border {
    margin: 0;
    background: white;
    padding: 30px 17px
}

.main-content .yellow-border .block-bouton {
    margin-top: 4%;
    text-align: center
}

.main-content .yellow-border .block-bouton .infos {
    background: #f9b200;
    color: white;
    padding: 20px 55px;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s ease-out
}

.main-content .yellow-border .block-bouton .infos:hover {
    opacity: .7
}

.main-content .yellow-border .block-content {
    height: 50px;
    overflow: hidden
}

.main-content table {
    color: #333c43;
    margin-top: 25px
}

.main-content table tr:first-child {
    background: #e2e2e2;
    font-weight: 600;
    font-size: 18px;
    color: black
}

.main-content table tr:nth-child(even) {
    background: #f1f6fa
}

.main-content table td {
    padding: 11px 33px;
    border-color: #d3d3d5
}

.main-content table td:first-child {
    width: 86%
}

.main-content table td:nth-child(2) {
    text-align: center
}

.col-mashup-content {
    background: #f6f6f6
}

.col-mashup-content p {
    margin: 0
}

.col-mashup-content input[type='checkbox'] {
    opacity: 0
}

.col-mashup-content .checkbox {
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: 0 10% 0 auto;
    cursor: pointer;
    position: relative;
    box-shadow: inset 1px 1px 3px 1px #b3aba8
}

.col-mashup-content .dark-blue input[type='checkbox']+label span.checkbox {
    background: white
}

.col-mashup-content .dark-blue input[type='checkbox']:checked+label span.checkbox:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 2.9px;
    width: 15.1px;
    height: 14.2px;
    background: #00b6f8;
    z-index: 1
}

.col-mashup-content .main-titre {
    background: #e2e2e2;
    border: 1px solid #c2c1c6;
    border-bottom: 0
}

.col-mashup-content .main-titre h4 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 17px 45px;
    margin: 0;
    display: inline-block
}

.col-mashup-content .main-titre .bouton {
    float: right;
    margin-top: 17px
}

.col-mashup-content .main-titre .bouton a {
    background: white;
    color: #797979;
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    font-size: 16px;
    margin-right: 5px;
    transition: all .3s ease-out;
    font-weight: 600
}

.col-mashup-content .main-titre .bouton a:hover {
    opacity: .7
}

.col-mashup-content .main-titre .bouton a a:last-of-type {
    margin-right: 0
}

.col-mashup-content table.service {
    margin-bottom: 50px
}

.col-mashup-content table.service tr {
    padding: 13px 35px;
    background: white
}

.col-mashup-content table.service tr:nth-child(odd) {
    background: #f1f6fa
}

.col-mashup-content table.service td {
    border: 0;
    border-top: 1px solid #c2c1c6;
    border-bottom: 1px solid #c2c1c6;
    padding: 5px 0;
    vertical-align: middle
}

.col-mashup-content table.service td p.titre {
    color: #686868;
    font-style: normal
}

.col-mashup-content table.service td p {
    color: #c9cace;
    font-style: italic;
    font-size: 18px
}

.col-mashup-content table.service td:first-child {
    width: 65px;
    text-align: right;
    padding-top: 18px
}

.col-mashup-content table.service td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px
}

.col-mashup-content #demarches tr td {
    padding-top: 15px;
    padding-bottom: 15px
}

#mashups-catweb-demarches-info-tpl .col-mashup-content {
    background: transparent;
    padding: 0;
    margin-top: 0
}

#mashups-catweb-demarches-info-tpl .col-demarche-info {
    border: 3px solid #f9b200;
    margin-bottom: 20px;
    padding: 30px
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-content {
    margin-bottom: 10px
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-content .demarche-info-icon {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-date-thematique .demarche-info-date,#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-date-thematique .demarche-info-thematique {
    display: inline-block;
    font-size: .9em
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-date-thematique .demarche-info-date {
    padding-right: 10px
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-more-wrapper {
    text-align: right;
    margin-top: 10px
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-more-wrapper .btn {
    background: #f9b200;
    color: #fff;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 0;
    padding: 14px 20px 12px 20px
}

#mashups-catweb-demarches-info-tpl .col-demarche-info .demarche-info-more-wrapper .btn:hover {
    background: #c68e00;
    color: #fff ;
    text-decoration: none 
}

#mashups-catweb-thematique-tpl .mashup-page-icon img {
    width: auto;
    height: 60px
}

#mashups-catweb-thematique-tpl .mashup-page-title {
    padding-top: 16px
}

#mashups-catweb-thematique-tpl .mashup-thematique-subcategories {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px
}

#mashups-catweb-thematique-tpl .mashup-thematique-subcategories>li>a:not(:first-child) {
    padding-left: 15px
}

#mashups-catweb-thematique-tpl .mashup-content-wrapper {
    background: #f6f6f6
}

#mashups-catweb-thematique-tpl .col-mashup-content {
    margin: 0
}

#mashups-catweb-thematique-tpl .col-mashup-content h3 {
    margin: 0
}

#mashups-catweb-thematique-tpl .col-mashup-content>.row {
    margin: 0
}

#mashups-catweb-thematique-tpl .col-mashup-content>.row>.col-mashup-content {
    margin: 0;
    padding: 0
}

#mashups-catweb-thematique-tpl .node-content {
    margin: 0
}

#mashups-catweb-thematique-tpl .end-page {
    display: none
}

#mashups-catweb-demarches-accueil-tpl .mashup-content-wrapper .mashups-demarches-thematiques .container {
    padding: 0
}

#mashups-catweb-demarches-accueil-tpl .col-mashup-content {
    background: transparent;
    padding: 0;
    margin-top: 0
}

#mashups-catweb-demarches-accueil-tpl .mashups-content .node-content {
    margin: 0
}

#mashups-catweb-demarches-accueil-tpl .catweb-infos-block,#mashups-catweb-demarches-accueil-tpl .infos-block {
    margin-top: 0;
    padding: 15px 40px
}

#mashups-catweb-demarches-accueil-tpl .catweb-infos-block:before,#mashups-catweb-demarches-accueil-tpl .infos-block:before {
    content: "\f05a";
    font-family: FontAwesome;
    color: #c62354;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 18px
}

#mashups-catweb-demarches-accueil-tpl .catweb-infos-block .block-title,#mashups-catweb-demarches-accueil-tpl .infos-block .block-title {
    font-weight: 600;
    color: #191919
}

#mashups-catweb-demarches-accueil-tpl .catweb-infos-block font,#mashups-catweb-demarches-accueil-tpl .infos-block font {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#mashups-catweb-demarches-accueil-tpl .catweb-accueil-intro-text {
    margin-bottom: 40px
}

#mashups-catweb-demarches-accueil-tpl .mashups-demarches.mashups-demarches-thematiques>.container.one-col {
    width: 100%
}

#mashups-catweb-demarches-accueil-tpl .mashups-demarches.mashups-demarches-thematiques>.container.one-col .grid-cell .stretchy-content,#mashups-catweb-demarches-accueil-tpl .mashups-demarches.mashups-demarches-thematiques>.container.one-col .grid-cell .background-color {
    background-color: #c62354
}

#mashups-catweb-demarches-accueil-tpl .mashups-demarches.mashups-demarches-thematiques>.container.one-col .grid-cell .icon-background {
    background-size: 50%;
    background-position-y: 25%
}

#mashups-catweb-demarches-accueil-tpl .mashups-demarches.mashups-demarches-thematiques>.container.one-col .grid-cell.two-row-span .icon-background {
    background-position-y: 50%
}

#mashups-catweb-demarches-accueil-tpl .mashups-demarches.mashups-demarches-thematiques>.container.one-col .grid-cell h3 {
    color: #fff;
    text-transform: uppercase
}

#mashups-catweb-demarches-accueil-tpl .block-standard>* {
    border-right: 3px solid #c62354;
    border-left: 3px solid #c62354
}

#mashups-catweb-demarches-accueil-tpl .block-standard>*:last-child {
    border-bottom: 3px solid #c62354
}

#mashups-catweb-demarches-accueil-tpl .block-standard .block-title {
    background: url("/themes/custom/psud/css/../img/cartouche-block-triangle-pink.jpg") no-repeat center bottom white 
}

#mashups-catweb-demarches-accueil-tpl .block-standard .block-title .inner {
    background-color: #c62354
}

#mashups-catweb-demarches-accueil-tpl .block-standard .block-content {
    border-top: 0
}

#mashups-catweb-demarche-tpl .node-content .block-content>a>span>img {
    margin-bottom: 20px
}

#mashups-catweb-demarche-tpl .node-content .aside-infos {
    margin-top: 20px
}

#mashups-catweb-demarche-tpl .node-content .aside-infos .bloc {
    word-break: break-word
}

#mashups-catweb-demarche-tpl .node-content .aside-infos font {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#mashups-catweb-demarche-tpl .col-mashup-content {
    background: transparent;
    padding: 0 15px
}

#mashups-catweb-demarche-tpl .catweb-infos-block {
    margin-top: 0;
    padding: 15px 40px
}

#mashups-catweb-demarche-tpl .catweb-infos-block:before {
    content: "\f05a";
    font-family: FontAwesome;
    color: #c62354;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 18px
}

#mashups-catweb-demarche-tpl .catweb-infos-block .block-title {
    font-weight: 600;
    color: #191919
}

#mashups-catweb-demarche-tpl .catweb-infos-block font {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#mashups-catweb-demarche-tpl .demarche-image {
    float: left;
    margin: 0 30px 10px 0
}

#mashups-catweb-demarche-tpl .demarche-objet,#mashups-catweb-demarche-tpl .accordion .panel-body {
    font-size: 19px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif ;
    text-align: justify
}

#mashups-catweb-demarche-tpl .demarche-objet ol,#mashups-catweb-demarche-tpl .demarche-objet ul,#mashups-catweb-demarche-tpl .accordion .panel-body ol,#mashups-catweb-demarche-tpl .accordion .panel-body ul {
    margin-bottom: 15px
}

#mashups-catweb-demarche-tpl .demarche-objet p,#mashups-catweb-demarche-tpl .accordion .panel-body p {
    margin: 0 0 10px
}

#mashups-catweb-demarche-tpl .demarche-objet font,#mashups-catweb-demarche-tpl .accordion .panel-body font {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}



#mashups-catweb-demarche-tpl .service,#mashups-catweb-demarche-tpl .document {
    margin: 0 0 12px 0;
    clear: both
}

#mashups-catweb-demarche-tpl .service a,#mashups-catweb-demarche-tpl .document a {
    display: table
}

#mashups-catweb-demarche-tpl .service .service-icon,#mashups-catweb-demarche-tpl .service .document-icon,#mashups-catweb-demarche-tpl .document .service-icon,#mashups-catweb-demarche-tpl .document .document-icon {
    display: table-cell;
    padding: 0 12px 0 0;
    vertical-align: middle;
    min-width: 42px
}

#mashups-catweb-demarche-tpl .service .service-label,#mashups-catweb-demarche-tpl .service .document-label,#mashups-catweb-demarche-tpl .document .service-label,#mashups-catweb-demarche-tpl .document .document-label {
    display: table-cell;
    line-height: 18px;
    vertical-align: middle
}

#mashups-catweb-demarche-tpl #bloc-fin {
    font-style: italic;
    border: 1px solid rgba(1,28,59,.2);
    padding: 15px;
    font-size: 14px
}

#mashups-catweb-demarche-tpl #bloc-fin p {
    margin: 0;
    padding: 0;
    font-size: 14px
}

#mashups-catweb-demarche-tpl .end-page {
    margin-bottom: 0
}

.attestation .search {
    display: none
}

.attestation .intro {
    padding-bottom: 20px
}

.attestation #searchInfo {
    border: 0;
    padding: 0
}


.attestation .search {
    padding: 12px 20px;
    border: 1px solid #011c3b
}

.attestation .search .form-horizontal {
    margin-top: 20px
}

.attestation .search .form-group-buttons {
    margin-top: 20px
}

.bscweb-warn-dialog {
    text-align: center;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px
}

.attestation #searchWarning {
    border: 2px solid red;
    color: red;
    margin-top: 20px;
    padding: 10px
}

.attestation #searchWarning>h2 {
    margin-left: 20px;
    text-decoration: underline;
    color: red
}

.attestation #searchWarning>p {
    color: red;
    font-size: 11pt;
    font-weight: 600;
    padding: 7px 20px 13px 20px
}

#simuBSC label span {
    padding-left: 8px
}

#simuBSC #btn-debut-suivant {
    margin-right: 12px
}

#simuBSC tr.title td {
    color: #011c3b;
    font-size: 1.2em;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

#simuBSC .result-data ul.styled-list {
    font-size: 1.2em
}

#simuBSC .result-data p {
    margin: 8px 16px
}

#simuBSC .result-more-info {
    margin: 20px
}


.bscweb-simu-dialog {
    text-align: center;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px
}

#simuBES label span {
    padding-left: 8px
}

#simuBES #btn-debut-suivant {
    margin-right: 12px
}

#simuBES tr.title td {
    color: #011c3b;
    font-size: 1.2em;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

#simuBES .intro {
    margin-bottom: 40px
}

#simuBES .infos-block {
    margin-top: 0
}

#simuBES .result-data {
    margin-bottom: 20px
}

#simuBES .result-data h2 {
    margin: 20px 0
}

#simuBES .result-data .result-text {
    padding-top: 20px
}

#simuBES .result-data .help-block {
    padding-bottom: 20px;
    padding-top: 8px
}

#simuBES .result-data iframe {
    width: 100%;
    border: 0;
    min-height: 200px
}

#simuBES .help-block {
    font-size: .8em
}


#simuBES .if-primo-partant {
    display: none 
}

#simuBES .is-primo-partant .if-primo-partant {
    display: inherit 
}

#simuBES .is-primo-partant li.if-primo-partant {
    display: list-item 
}

#simuBES .if-dest-nc {
    display: none 
}

#simuBES .is-dest-nc .if-dest-nc {
    display: inherit 
}

#simuBES .is-dest-nc li.if-dest-nc {
    display: list-item 
}

#simuBES .if-dest-fr {
    display: none 
}

#simuBES .is-dest-fr .if-dest-fr {
    display: inherit 
}

#simuBES .is-dest-fr li.if-dest-fr {
    display: list-item 
}

.bestweb-simu-dialog {
    text-align: center;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px
}

#simuBAGE label span {
    padding-left: 8px
}

#simuBAGE #btn-debut-suivant {
    margin-right: 12px
}

#simuBAGE tr.title td {
    color: #011c3b;
    font-size: 1.2em;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

#simuBAGE .intro {
    margin-bottom: 40px
}

#simuBAGE .infos-block {
    margin-top: 0
}

#simuBAGE .result-data {
    margin-bottom: 20px
}

#simuBAGE .result-data h2 {
    margin: 20px 0
}

#simuBAGE .result-data .result-text {
    padding-top: 20px
}

#simuBAGE .result-data .help-block {
    padding-bottom: 20px;
    padding-top: 8px
}

#simuBAGE .result-data iframe {
    width: 100%;
    border: 0;
    min-height: 200px
}

#simuBAGE .help-block {
    font-size: .8em
}


#simuBAGE .if-primo-partant {
    display: none 
}

#simuBAGE .is-primo-partant .if-primo-partant {
    display: inherit 
}

#simuBAGE .is-primo-partant li.if-primo-partant {
    display: list-item 
}

#simuBAGE .if-dest-nc {
    display: none 
}

#simuBAGE .is-dest-nc .if-dest-nc {
    display: inherit 
}

#simuBAGE .is-dest-nc li.if-dest-nc {
    display: list-item 
}

#simuBAGE .if-dest-fr {
    display: none 
}

#simuBAGE .is-dest-fr .if-dest-fr {
    display: inherit 
}

#simuBAGE .is-dest-fr li.if-dest-fr {
    display: list-item 
}

.bestweb-simu-dialog {
    text-align: center;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px
}

.mashups--lamweb h1.page-title {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 10px
}

#mashups-lamweb-tpl {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}


#mashups-lamweb-tpl #mashup .x-form-item-label {
    color: #011c3b
}

#mashups-lamweb-tpl #mashup .x-column-header-inner .x-column-header-text {
    color: #011c3b
}

#mashups-lamweb-tpl #mashup .x-fieldset-header-default>.x-fieldset-header-text {
    color: #011c3b;
    font-size: 16px
}

#mashups-lamweb-tpl #mashup .button-lamweb {
    border-radius: 0
}

#mashups-lamweb-tpl #mashup .button-lamweb.x-btn-pressed {
    border-color: #011c3b 
}

#mashups-lamweb-tpl #mashup .button-lamweb:hover {
    border-color: #011c3b 
}

#mashups-lamweb-tpl #mashup legend {
    border-bottom: 0
}

#mashups-lamweb-tpl #mashup .ead-menubar {
    display: none
}

#mashups-lamweb-tpl #mashup .x-toolbar-default {
    border: 0
}

#mashups-lamweb-tpl #mashup .x-fieldset.x-fieldset-with-title.x-fieldset-with-legend.x-fieldset-default {
    padding: 10px 20px
}

#mashups-lamweb-tpl #mashup a {
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

#mashups-juribaseweb-details-tpl .col-mashup-content {
    background: transparent;
    padding: 0 15px
}

#mashups-juribaseweb-details-tpl .col-mashup-content>.infos-block {
    margin-top: 15px
}

#mashups-juribaseweb-details-tpl .col-mashup-sidebar .block .block-content {
    word-break: normal
}

#mashups-juribaseweb-details-tpl #sous-titre-texte {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 20px
}

#mashups-juribaseweb-details-tpl #sous-titre-texte::first-letter {
    text-transform: capitalize
}

#mashups-juribaseweb-details-tpl .row.juribase-row-top {
    margin: 0
}

#mashups-juribaseweb-details-tpl .juribase-field-label {
    font-size: 18px;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #2669a5;
    color: #fff;
    padding: 8px 12px;
    margin: 15px 0;
    text-transform: uppercase
}

#mashups-juribaseweb-details-tpl .juribase-field-value {
    padding: 0 20px
}

#mashups-juribaseweb-details-tpl .ul-juribase li {
    text-align: left
}

.mashup-bandeau-color-juribase {
    background-color: #004a93;
    margin-bottom: 0
}

.mashup-bandeau-color-juribase .mashup-page-title {
    background-image: url("/themes/custom/psud/css/../img/juribase_deliberation.svg");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 10px center;
    height: 160px;
    padding-left: 150px;
    padding-top: 35px;
    margin-top: 0
}



.juribase-search select {
    width: 100%;
    height: 38px;
    padding-left: 6px
}

.juribase-result {
    padding: 6px;
    background: #FFF;
    margin-bottom: 10px;
    border: solid 1px #d1d1d1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.juribase-result:hover {
    background: #f5f5f5
}

#mashups-juribaseweb-news-tpl .aside-infos .bloc ul li:last-child {
    padding-left: 15px 
}

.mashups--odeweb iframe {
    margin-top: 30px;
    min-height: 1050px
}

#mashups-avpweb-avis-tpl .tablesorter-blue,#mashups-avpweb-avis-detail-tpl .tablesorter-blue {
    width: 100%;
    background-color: #fff;
    margin: 10px 0 15px;
    text-align: left;
    border-spacing: 0;
    border: #cdcdcd 1px solid;
    border-width: 1px 0 0 1px
}

#mashups-avpweb-avis-tpl .tablesorter-blue th,#mashups-avpweb-avis-tpl .tablesorter-blue td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue th,#mashups-avpweb-avis-detail-tpl .tablesorter-blue td {
    border: #cdcdcd 1px solid;
    border-width: 0 1px 1px 0
}

#mashups-avpweb-avis-tpl .tablesorter-blue th,#mashups-avpweb-avis-tpl .tablesorter-blue thead td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue th,#mashups-avpweb-avis-detail-tpl .tablesorter-blue thead td {
    font: bold 12px/18px Arial,Sans-serif;
    color: #000;
    background-color: #99bfe6;
    border-collapse: collapse;
    padding: 4px;
    text-shadow: 0 1px 0 rgba(204,204,204,.7)
}

#mashups-avpweb-avis-tpl .tablesorter-blue tbody td,#mashups-avpweb-avis-tpl .tablesorter-blue tfoot th,#mashups-avpweb-avis-tpl .tablesorter-blue tfoot td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tfoot th,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tfoot td {
    padding: 4px;
    vertical-align: top
}

#mashups-avpweb-avis-tpl .tablesorter-blue .header,#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-header,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .header,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer
}

#mashups-avpweb-avis-tpl .tablesorter-blue .headerSortUp,#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-headerSortUp,#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-headerAsc,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .headerSortUp,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-headerSortUp,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-headerAsc {
    background-color: #9fbfdf;
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7)
}

#mashups-avpweb-avis-tpl .tablesorter-blue .headerSortDown,#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-headerSortDown,#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-headerDesc,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .headerSortDown,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-headerSortDown,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-headerDesc {
    background-color: #8cb3d9;
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)
}

#mashups-avpweb-avis-tpl .tablesorter-blue thead .sorter-false,#mashups-avpweb-avis-detail-tpl .tablesorter-blue thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px
}

#mashups-avpweb-avis-tpl .tablesorter-blue tfoot .tablesorter-headerSortUp,#mashups-avpweb-avis-tpl .tablesorter-blue tfoot .tablesorter-headerSortDown,#mashups-avpweb-avis-tpl .tablesorter-blue tfoot .tablesorter-headerAsc,#mashups-avpweb-avis-tpl .tablesorter-blue tfoot .tablesorter-headerDesc,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tfoot .tablesorter-headerSortUp,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tfoot .tablesorter-headerSortDown,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tfoot .tablesorter-headerAsc,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tfoot .tablesorter-headerDesc {
    background-image: none
}

#mashups-avpweb-avis-tpl .tablesorter-blue td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue td {
    color: #3d3d3d;
    background-color: #fff;
    padding: 4px;
    vertical-align: top
}

#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr:hover>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr.even:hover>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr.even:hover+tr.tablesorter-childRow>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr.even:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr:hover>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr.even:hover>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr.even:hover+tr.tablesorter-childRow>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr.even:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td {
    background: #d9d9d9
}

#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr.odd:hover>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr.odd:hover+tr.tablesorter-childRow>td,#mashups-avpweb-avis-tpl .tablesorter-blue tbody>tr.odd:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr.odd:hover>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr.odd:hover+tr.tablesorter-childRow>td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody>tr.odd:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td {
    background: #bfbfbf
}

#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-processing,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-processing {
    background-position: center center ;
    background-repeat: no-repeat ;
    background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") 
}

#mashups-avpweb-avis-tpl .tablesorter-blue tbody tr.odd td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody tr.odd td {
    background-color: #ebf2fa
}

#mashups-avpweb-avis-tpl .tablesorter-blue tbody tr.even td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tbody tr.even td {
    background-color: #fff
}

#mashups-avpweb-avis-tpl .tablesorter-blue td.primary,#mashups-avpweb-avis-tpl .tablesorter-blue tr.odd td.primary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue td.primary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tr.odd td.primary {
    background-color: #99b3e6
}

#mashups-avpweb-avis-tpl .tablesorter-blue tr.even td.primary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tr.even td.primary {
    background-color: #c2d1f0
}

#mashups-avpweb-avis-tpl .tablesorter-blue td.secondary,#mashups-avpweb-avis-tpl .tablesorter-blue tr.odd td.secondary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue td.secondary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tr.odd td.secondary {
    background-color: #c2d1f0
}

#mashups-avpweb-avis-tpl .tablesorter-blue tr.even td.secondary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tr.even td.secondary {
    background-color: #d6e0f5
}

#mashups-avpweb-avis-tpl .tablesorter-blue td.tertiary,#mashups-avpweb-avis-tpl .tablesorter-blue tr.odd td.tertiary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue td.tertiary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tr.odd td.tertiary {
    background-color: #d6e0f5
}

#mashups-avpweb-avis-tpl .tablesorter-blue tr.even td.tertiary,#mashups-avpweb-avis-detail-tpl .tablesorter-blue tr.even td.tertiary {
    background-color: #ebf0fa
}

#mashups-avpweb-avis-tpl caption,#mashups-avpweb-avis-detail-tpl caption {
    background: #fff
}

#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-filter-row td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-filter-row td {
    background: #eee;
    line-height: normal;
    text-align: center;
    -webkit-transition: line-height .1s ease;
    -moz-transition: line-height .1s ease;
    -o-transition: line-height .1s ease;
    transition: line-height .1s ease
}

#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-filter-row .disabled,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-filter-row .disabled {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: not-allowed
}

#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-filter-row.hideme td,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-filter-row.hideme td {
    padding: 2px;
    margin: 0;
    line-height: 0;
    cursor: pointer
}

#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-filter-row.hideme .tablesorter-filter,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-filter-row.hideme .tablesorter-filter {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

#mashups-avpweb-avis-tpl .tablesorter-blue .tablesorter-filter,#mashups-avpweb-avis-detail-tpl .tablesorter-blue .tablesorter-filter {
    width: 98%;
    height: auto;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    -moz-transition: height .1s ease;
    -o-transition: height .1s ease;
    transition: height .1s ease
}

#mashups-avpweb-avis-tpl .tablesorter .filtered,#mashups-avpweb-avis-detail-tpl .tablesorter .filtered {
    display: none
}

#mashups-avpweb-avis-tpl .tablesorter .tablesorter-errorRow td,#mashups-avpweb-avis-detail-tpl .tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99
}

#mashups-avpweb-avis-tpl h2#avp-news-header,#mashups-avpweb-avis-detail-tpl h2#avp-news-header {
    font-size: 1.8em
}

#mashups-avpweb-avis-tpl input.avp-list-search,#mashups-avpweb-avis-detail-tpl input.avp-list-search {
    width: 20%
}

#mashups-avpweb-avis-tpl .avp-links-col span,#mashups-avpweb-avis-detail-tpl .avp-links-col span {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
    vertical-align: top
}

#mashups-avpweb-avis-tpl .avp-link,#mashups-avpweb-avis-detail-tpl .avp-link {
    text-decoration: none;
    color: black
}

#mashups-avpweb-avis-tpl .tablesorter thead .disabled,#mashups-avpweb-avis-detail-tpl .tablesorter thead .disabled {
    display: none
}

#mashups-avpweb-avis-tpl .avp-grouping-link,#mashups-avpweb-avis-detail-tpl .avp-grouping-link {
    color: black;
    padding-right: 15px;
    text-decoration: none
}

#mashups-avpweb-avis-tpl .toggle_open,#mashups-avpweb-avis-detail-tpl .toggle_open {
    font-weight: 600;
    font-size: 1.1em
}

#mashups-avpweb-avis-tpl #avp-title-block,#mashups-avpweb-avis-detail-tpl #avp-title-block {
    width: 100%;
    height: 35px;
    background-color: dimgray;
    font-weight: 600;
    vertical-align: center;
    color: white;
    padding: auto;
    padding-left: 10px
}

#mashups-avpweb-avis-tpl #avp-title-block h2,#mashups-avpweb-avis-detail-tpl #avp-title-block h2 {
    font-size: 1.8em
}

#mashups-avpweb-avis-tpl .avp-candidater-link,#mashups-avpweb-avis-detail-tpl .avp-candidater-link {
    text-decoration: none;
    display: block;
    width: auto;
    height: 45px;
    background: url("/themes/custom/psud/css/../img/psud-candidater-en-ligne.jpg") no-repeat center;
    background-size: contain
}

#mashups-avpweb-avis-tpl #avp-details-block,#mashups-avpweb-avis-detail-tpl #avp-details-block {
    width: 100%;
    margin: auto;
    padding: auto;
    margin-top: 20px
}

#mashups-avpweb-avis-tpl .avp-details-lbl,#mashups-avpweb-avis-detail-tpl .avp-details-lbl {
    color: darkorange;
    font-weight: 600;
    font-size: 1.2em;
    text-align: right;
    width: 50%;
    vertical-align: top;
    padding-top: 10px
}

#mashups-avpweb-avis-tpl .avp-details-data,#mashups-avpweb-avis-detail-tpl .avp-details-data {
    padding-left: 5px;
    text-align: justify;
    width: 50%;
    padding-top: 10px
}

#mashups-avpweb-avis-tpl a.avp-pdf-link,#mashups-avpweb-avis-detail-tpl a.avp-pdf-link {
    text-decoration: none;
    color: black
}

#mashups-avpweb-avis-tpl #avp-resultList,#mashups-avpweb-avis-detail-tpl #avp-resultList {
    margin-top: 12px
}

#mashups-avpweb-avis-tpl #avp-resultList th span,#mashups-avpweb-avis-detail-tpl #avp-resultList th span {
    padding-left: 10px
}

#mashups-avpweb-avis-tpl .avp-details-lbl,#mashups-avpweb-avis-detail-tpl .avp-details-lbl {
    color: #18a8e5 
}

#mashups-giantweb-randonnees-carto-pretty-tpl .col-mashup-content,#mashups-giantweb-randonnees-pretty-tpl .col-mashup-content {
    padding: 30px
}

.full-sig-map,.full-sig-panel {
    background: #2669a5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.full-sig-panel.open {
    width: 100% 
}

.full-sig-panel.open *.div {
    width: 100% 
}

.full-sig-panel.closed {
    width: 0 
}

.full-sig-panel.closed *.div {
    width: 0 
}

.full-sig-map.open {
    left: 0 ;
    width: 100% 
}

.full-sig-map.open .map-ol-view {
    width: 100% 
}

.full-sig-map.open .panel-south-view {
    width: 100% 
}

.full-sig-map.open .panel-south-view div {
    width: 100% 
}

.full-sig-map.closed {
    width: 0 ;
    left: 400px 
}

.full-sig-map.closed *.div {
    width: 0 ;
    left: 400px 
}


#mashups-logicweb-installations-pretty-tpl .mashups-connexe-link-no-photo .background-img {
    background-image: url("/themes/custom/psud/css/../img/icpe-default-icon.svg");
    background-size: 30% 
}

.psud-research #block-psud-content {
    max-width: 1600px;
    margin: auto
}


.psud-research #block-psud-content li {
    margin-left: 0
}

.psud-research #block-psud-content li:first-child:before,.psud-research #block-psud-content li.selected+li:before {
    display: none
}

.psud-research #block-psud-content li .added-status {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid black;
    background-color: white;
    margin-bottom: -2px;
    margin-right: .5em;
    background-size: 100% 100%
}

.psud-research #block-psud-content li .added-status .fa {
    display: block;
    margin-top: -1px
}

.psud-research #block-psud-content li a {
    border-radius: 0
}

.psud-research #block-psud-content .results-container {
    border-top: 1em solid;
    border-bottom: 1em solid;
    display: flex;
    margin-bottom: 1em
}


.psud-research #block-psud-content .results-container .facet-container {
    width: 17em
}



.psud-research #block-psud-content .results-container .facet-container #clean-facet {
    cursor: pointer;
    margin-top: 1.5em;
    transition-duration: .4s
}

.psud-research #block-psud-content .results-container.defaut,.psud-research #block-psud-content .results-container.defaut ul,.psud-research #block-psud-content .results-container.defaut .facet-libelle,.psud-research #block-psud-content .results-container.defaut .filter-libelle {
    border-color: #636363
}

.psud-research #block-psud-content .results-container.defaut .left-facets {
    background-color: #e3e3e3
}

.psud-research #block-psud-content .results-container.defaut .left-facets .parent.selection {
    background-color: #a3a3a3
}

.psud-research #block-psud-content .results-container.defaut .left-facets a,.psud-research #block-psud-content .results-container.defaut .left-facets .filter-libelle,.psud-research #block-psud-content .results-container.defaut .left-facets .facet-libelle,.psud-research #block-psud-content .results-container.defaut .left-facets .facet-menu-libelle>.parent {
    color: #636363
}

.psud-research #block-psud-content .results-container.defaut #clean-facet {
    background-color: #a3a3a3
}

.psud-research #block-psud-content .results-container.defaut #clean-facet:hover {
    background-color: #636363
}

.psud-research #block-psud-content .results-container.actualite,.psud-research #block-psud-content .results-container.actualite ul,.psud-research #block-psud-content .results-container.actualite .facet-libelle,.psud-research #block-psud-content .results-container.actualite .filter-libelle {
    border-color: #157ebf
}

.psud-research #block-psud-content .results-container.actualite .left-facets {
    background-color: #d8eefb
}

.psud-research #block-psud-content .results-container.actualite .left-facets .parent.selection {
    background-color: #65baee
}

.psud-research #block-psud-content .results-container.actualite .left-facets a,.psud-research #block-psud-content .results-container.actualite .left-facets .filter-libelle,.psud-research #block-psud-content .results-container.actualite .left-facets .facet-libelle,.psud-research #block-psud-content .results-container.actualite .left-facets .facet-menu-libelle>.parent {
    color: #157ebf
}

.psud-research #block-psud-content .results-container.actualite #clean-facet {
    background-color: #65baee
}

.psud-research #block-psud-content .results-container.actualite #clean-facet:hover {
    background-color: #157ebf
}

.psud-research #block-psud-content .results-container.demarche,.psud-research #block-psud-content .results-container.demarche ul,.psud-research #block-psud-content .results-container.demarche .facet-libelle,.psud-research #block-psud-content .results-container.demarche .filter-libelle {
    border-color: #c62354
}

.psud-research #block-psud-content .results-container.demarche .left-facets {
    background-color: #fcecf1
}

.psud-research #block-psud-content .results-container.demarche .left-facets .parent.selection {
    background-color: #e9809f
}

.psud-research #block-psud-content .results-container.demarche .left-facets a,.psud-research #block-psud-content .results-container.demarche .left-facets .filter-libelle,.psud-research #block-psud-content .results-container.demarche .left-facets .facet-libelle,.psud-research #block-psud-content .results-container.demarche .left-facets .facet-menu-libelle>.parent {
    color: #c62354
}

.psud-research #block-psud-content .results-container.demarche #clean-facet {
    background-color: #e9809f
}

.psud-research #block-psud-content .results-container.demarche #clean-facet:hover {
    background-color: #c62354
}

.psud-research #block-psud-content .results-container.plan-carte,.psud-research #block-psud-content .results-container.plan-carte ul,.psud-research #block-psud-content .results-container.plan-carte .facet-libelle,.psud-research #block-psud-content .results-container.plan-carte .filter-libelle {
    border-color: #ef7d00
}

.psud-research #block-psud-content .results-container.plan-carte .left-facets {
    background-color: #fff7ef
}

.psud-research #block-psud-content .results-container.plan-carte .left-facets .parent.selection {
    background-color: #ffbb70
}

.psud-research #block-psud-content .results-container.plan-carte .left-facets a,.psud-research #block-psud-content .results-container.plan-carte .left-facets .filter-libelle,.psud-research #block-psud-content .results-container.plan-carte .left-facets .facet-libelle,.psud-research #block-psud-content .results-container.plan-carte .left-facets .facet-menu-libelle>.parent {
    color: #ef7d00
}

.psud-research #block-psud-content .results-container.plan-carte #clean-facet {
    background-color: #ffbb70
}

.psud-research #block-psud-content .results-container.plan-carte #clean-facet:hover {
    background-color: #ef7d00
}

.psud-research #block-psud-content .results-container.activite,.psud-research #block-psud-content .results-container.activite ul,.psud-research #block-psud-content .results-container.activite .facet-libelle,.psud-research #block-psud-content .results-container.activite .filter-libelle {
    border-color: #5eae24
}

.psud-research #block-psud-content .results-container.activite .left-facets {
    background-color: #e6f7da
}

.psud-research #block-psud-content .results-container.activite .left-facets .parent.selection {
    background-color: #a0e170
}

.psud-research #block-psud-content .results-container.activite .left-facets a,.psud-research #block-psud-content .results-container.activite .left-facets .filter-libelle,.psud-research #block-psud-content .results-container.activite .left-facets .facet-libelle,.psud-research #block-psud-content .results-container.activite .left-facets .facet-menu-libelle>.parent {
    color: #5eae24
}

.psud-research #block-psud-content .results-container.activite #clean-facet {
    background-color: #a0e170
}

.psud-research #block-psud-content .results-container.activite #clean-facet:hover {
    background-color: #5eae24
}

.psud-research #block-psud-content .results-container.avp,.psud-research #block-psud-content .results-container.avp ul,.psud-research #block-psud-content .results-container.avp .facet-libelle,.psud-research #block-psud-content .results-container.avp .filter-libelle {
    border-color: #8f509a
}

.psud-research #block-psud-content .results-container.avp .left-facets {
    background-color: #f7f1f8
}

.psud-research #block-psud-content .results-container.avp .left-facets .parent.selection {
    background-color: #c59dcc
}

.psud-research #block-psud-content .results-container.avp .left-facets a,.psud-research #block-psud-content .results-container.avp .left-facets .filter-libelle,.psud-research #block-psud-content .results-container.avp .left-facets .facet-libelle,.psud-research #block-psud-content .results-container.avp .left-facets .facet-menu-libelle>.parent {
    color: #8f509a
}

.psud-research #block-psud-content .results-container.avp #clean-facet {
    background-color: #c59dcc
}

.psud-research #block-psud-content .results-container.avp #clean-facet:hover {
    background-color: #8f509a
}

.page-research .hasnotq input {
    min-width: 260px
}

.page-research #formasearchsolr .submit {
    width: 80px;
    background: url(/themes/custom/psud/css/../img/bg-input-search.jpg?1487250358) no-repeat left center #fff;
    height: 50px
}

.page-research .containerframe {
    height: 400px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px
}

.page-research .containerframe #frame {
    width: 100%;
    height: 100%;
    border: 0
}

.page-research .sous_menu_solr_mobile {
    left: 0 ;
    right: 0 ;
    position: fixed ;
    opacity: 1 ;
    text-align: center ;
    z-index: 100 ;
    bottom: 16px
}

.page-research .results {
    position: relative
}

.page-research .results .count-result:after {
    content: " ";
    height: 1px;
    background: #c1c6ca;
    position: absolute;
    top: 51px;
    left: 120px;
    right: 0;
    z-index: 0
}

.page-research .results .border-research {
    background-color: rgba(0,0,0,.07);
    width: 1px;
    position: absolute;
    top: 22px;
    height: 230px
}

.page-research .results .border-research.bottom {
    width: 50%;
    height: 1px;
    top: inherit
}

.page-research .results .border-research.bottom.left {
    right: 22px
}

.page-research .results .border-research.bottom.right {
    left: 22px
}

.page-research .results .block {
    transition-duration: .4s;
    height: 230px;
    margin: 20px;
    padding: 10px;
    position: relative;
    z-index: 99
}

.page-research .results .block .geoindex {
    display: inline-block;
    top: 4px;
    right: 4px;
    position: absolute;
    border: 1px solid #ef7d00;
    padding: 3px;
    border-radius: 50%
}

.page-research .results .block .geoindex .number {
    color: white;
    background-color: #ef7d00;
    padding: 10px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    font-weight: 600;
    font-size: 17px;
    padding: 0
}

.page-research .results .block .read-more {
    position: absolute;
    right: 10px;
    bottom: 4px;
    color: #18a8e5;
    opacity: .5
}

.page-research .results .block:hover {
    background-color: #eaeaea;
    cursor: pointer
}

.page-research .results .block .categorie-research {
    color: #18a8e5
}

.page-research .results .block .overview-research {
    font-size: 15px;
    display: flex;
    height: 100%;
    color: #8a8a8a
}

.page-research .results .block .title-research {
    margin-bottom: -11px
}

.page-research .results .block .title-research h4 {
    margin-top: 1px
}

.page-research .results .block .img-research {
    height: 100%;
    position: relative;
    background-color: white;
    background-image: url("/themes/custom/psud/css/../img/logo-defaut.jpg")
}

.page-research .results .block .img-research:after,.page-research .results .block .img-research:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 16px;
    left: 6px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0,0,0,.7);
    box-shadow: 0 15px 10px rgba(0,0,0,.7);
    transform: rotate(-3deg)
}

.page-research .results .block .img-research:after {
    transform: rotate(3deg);
    right: 6px;
    left: auto
}

.page-research .results .block .date-research {
    font-size: 14px;
    font-weight: 600;
    color: gray
}

.page-research .more-listing {
    margin-top: 10px
}

.page-research .search_solr {
    margin: auto
}

.page-research .search_solr .empty {
    position: absolute;
    background: #ec3e37;
    border-radius: 50%;
    color: #fff;
    top: .8em;
    right: 6em;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    cursor: pointer
}

.page-research .search_solr form {
    margin: 40px 0 30px 0;
    border: solid 1px #bbb
}

.page-research .search_solr .bootstrap-tagsinput,.page-research .search_solr .tokenfield {
    width: calc(100% - 84px) ;
    min-height: 50px;
    font-size: 18px;
    line-height: 40px;
    border: 0;
    box-shadow: none;
    padding: 2px 4px 0 4px;
    float: left;
    position: relative
}

.page-research .search_solr .bootstrap-tagsinput .dropdown-menu,.page-research .search_solr .tokenfield .dropdown-menu {
    left: 0 ;
    top: 43px 
}

.page-research .search_solr .bootstrap-tagsinput input,.page-research .search_solr .tokenfield input {
    margin-top: 3px;
    padding-left: 5px;
    width: auto ;
    font-size: 15px
}

.page-research .search_solr .submit {
    width: 80px;
    background: url(/themes/custom/psud/css/../img/bg-input-search.jpg?1487250358) no-repeat left center #fff;
    height: 50px
}

.page-research .list-mot-cle {
    margin-bottom: 10px
}

.page-research .list-mot-cle div {
    display: none
}

.page-research .list-mot-cle .slick-mot-cle.slick-initialized {
    display: block 
}

.page-research .list-mot-cle .slick-mot-cle.slick-initialized div {
    display: block 
}

.page-research .list-mot-cle .slick-mot-cle.slick-initialized .slick-arrow {
    margin-top: -4px
}

.page-research .list-mot-cle .mot-cle {
    cursor: pointer;
    font-size: .85em;
    padding: .4em .6em;
    margin-right: .45em;
    margin-bottom: .75em;
    transition-duration: .4s
}

.page-research .list-mot-cle .mot-cle.blue {
    background-color: #5bc0de
}

.page-research .list-mot-cle .mot-cle.blue:hover {
    background-color: #28a1c5
}

.page-research .list-mot-cle .mot-cle.orange {
    background-color: #f9b200
}

.page-research .list-mot-cle .mot-cle.orange:hover {
    background-color: #ad7b00
}

.page-research .list-mot-cle .mot-cle.pink {
    background-color: #c62354
}

.page-research .list-mot-cle .mot-cle.pink:hover {
    background-color: #851838
}

.page-research .list-mot-cle .mot-cle.green {
    background-color: #5eae24
}

.page-research .list-mot-cle .mot-cle.green:hover {
    background-color: #3c6f17
}

.page-research .list-mot-cle .mot-cle.red {
    background-color: #ec3e37
}

.page-research .list-mot-cle .mot-cle.red:hover {
    background-color: #c41913
}

.page-research .list-mot-cle .mot-cle.grey {
    background-color: #c5d0d9
}

.page-research .list-mot-cle .mot-cle.grey:hover {
    background-color: #97abbb
}

.result-type-searchweb-DispositifSolr .img-research {
    background-size: 40% 
}

.left-facets .block-filter .filter-menu ul li::before,.left-facets .block-facet .facet-menu ul li::before,.full-facets .block-filter .filter-menu ul li::before,.full-facets .block-facet .facet-menu ul li::before {
    display: none
}

.left-facets.loading .fa-spinner,.full-facets.loading .fa-spinner {
    display: block 
}

.left-facets .none-facets,.full-facets .none-facets {
    text-align: center;
    color: #011c3b;
    display: block
}

.left-facets .fa-spinner,.full-facets .fa-spinner {
    color: #64798b;
    font-size: 30px;
    margin: auto;
    display: none;
    margin-top: 40px
}

.left-facets .list .maselection .all-remove,.full-facets .list .maselection .all-remove {
    height: 10px;
    float: right;
    margin-top: 6px;
    margin-right: 7px;
    cursor: pointer
}

.left-facets .list .maselection .sous-categorie,.full-facets .list .maselection .sous-categorie {
    margin-left: -12px;
    margin-bottom: 5px
}

.left-facets .list .parent,.full-facets .list .parent {
    color: black;
    font-weight: 600
}

.left-facets .list .parent.selection,.full-facets .list .parent.selection {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 7px
}

.left-facets .list .facet-menu,.left-facets .list .filter-menu-content,.full-facets .list .facet-menu,.full-facets .list .filter-menu-content {
    padding-left: 2em
}

.left-facets .list ul,.full-facets .list ul {
    padding-left: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    line-height: 14px
}

.left-facets .list ul li,.full-facets .list ul li {
    margin-bottom: 4px
}

.left-facets .list ul li a,.full-facets .list ul li a {
    color: #011c3b;
    margin-top: -20px;
    line-height: 20px;
    display: inline
}

.left-facets .list ul li .without,.full-facets .list ul li .without {
    font-weight: 600;
    color: #011c3b;
    cursor: pointer;
    transition-duration: .4s;
    margin-left: 5px;
    font-size: 18px
}

.left-facets .list ul li .without img,.full-facets .list ul li .without img {
    height: 8px
}

.left-facets .list ul li .without:hover,.full-facets .list ul li .without:hover {
    color: black
}

.left-facets .list ul li:before,.full-facets .list ul li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #2669a5;
    font-size: 6px;
    margin: 0 6px 0 -12px
}

.left-facets .list ul li.ma-selection,.full-facets .list ul li.ma-selection {
    transition-duration: .4s;
    display: block;
    color: #011c3b;
    font-size: 17px
}

.left-facets .list ul li.ma-selection:hover,.full-facets .list ul li.ma-selection:hover {
    text-decoration: none;
    color: black;
    transition-duration: .4s
}

.left-facets .list ul li.ma-selection .remove,.full-facets .list ul li.ma-selection .remove {
    margin-left: 7px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none 
}

.left-facets .list ul li.ma-selection .remove img,.full-facets .list ul li.ma-selection .remove img {
    height: 8px
}

.left-facets .list .filter-menu ul,.full-facets .list .filter-menu ul {
    border-bottom: 0
}

.left-facets .list .facet-menu:last-child ul,.full-facets .list .facet-menu:last-child ul {
    border-bottom: 0
}

.left-facets {
    z-index: 100;
    transition-duration: .4s;
    width: 0;
    background-color: #c5d0d9;
    margin-right: 25px;
    position: relative
}

.left-facets.close-facets .fa-spinner {
    display: none 
}

.left-facets.open {
    width: 260px
}

.left-facets.open .list {
    margin-left: 0
}

.left-facets .list {
    transition-duration: .4s;
    overflow: hidden;
    padding: 20px;
    width: 260px;
    margin-left: -240px;
    margin-bottom: 10px
}

.full-facets {
    padding: 40px
}

.full-facets .maselection {
    width: 100%
}

.full-facets .list {
    width: 100%;
    margin: auto;
    display: table
}

.full-facets .list .selection {
    width: 100% 
}

.full-facets .list .block-facet {
    display: inline-block;
    width: 45%;
    vertical-align: top
}

.full-facets .list .block-facet ul {
    border: 0
}

.mashups-comment-ca-marche {
    margin-bottom: 60px
}

.mashups-comment-ca-marche .videos-wrapper {
    padding: 20px 40px;
    background: #f7f7f7
}

.mashups-comment-ca-marche .video-wrapper .video-title {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #011c3b;
    padding-bottom: 8px
}

.mashups-comment-ca-marche .video-wrapper .video-content img,.mashups-comment-ca-marche .video-wrapper .video-content iframe {
    max-width: 100%;
    height: auto
}

.mashups-comment-ca-marche .video-button-wrapper {
    text-align: center;
    margin-top: 65px
}

.mashups-comment-ca-marche .video-button-wrapper a {
    display: block;
    background: #18a8e5;
    color: #fff ;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.mashups-comment-ca-marche .video-button-wrapper a:hover {
    background: #2669a5;
    border: 1px solid #2669a5;
    color: #fff ;
    text-decoration: none 
}

.mashups-demarches-thematiques {
    margin-bottom: 60px
}

.mashups-demarches-thematiques .col-custom-20-percent {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%
}



.mashups-demarches-thematiques .thematiques-wrapper {
    padding: 30px 20px
}

.mashups-demarches-thematiques .icon-themes {
    text-align: center;
    margin-bottom: 30px
}

.mashups-demarches-thematiques .icon-themes a {
    text-decoration: none;
    color: #4f5e69
}

.mashups-demarches-thematiques .icon-themes a:hover .theme-label {
    transition: all .3s linear;
    color: #2669a5
}

.mashups-demarches-thematiques .icon-themes [class^="icon-psud-"]:before,.mashups-demarches-thematiques .icon-themes [class*=" icon-psud-"]:before {
    font-size: 7em;
    display: block;
    margin-bottom: 5px
}

.mashups-demarches-thematiques .icon-themes .icon-psud {
    color: #4f5e69;
    display: block;
    position: relative;
    min-height: 100px;
    vertical-align: middle;
    text-align: center;
    padding-top: 8px
}

.mashups-demarches-thematiques .icon-themes .icon-psud img {
    max-height: 85px
}

.mashups-demarches-thematiques .icon-themes .icon-psud:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    right: -15px;
    top: 0;
    background-color: #c5d0d9
}

.mashups-demarches-thematiques .icon-themes .theme-label {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    color: #191919;
    min-height: 52px
}

.mashups-demarches-thematiques .icon-themes .theme-label:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 1px;
    width: 120px;
    left: 50%;
    bottom: -30px;
    margin-left: -60px;
    background-color: #c5d0d9
}

.mashups-demarches-thematiques .icon-themes:nth-child(5n+6) {
    clear: both
}

.mashups-demarches-thematiques .icon-themes:nth-child(5n+5) .icon-psud:after {
    content: none
}

.mashups-demarches-thematiques .icon-themes:nth-last-child(-n+5) {
    margin-bottom: 0
}

.mashups-demarches-thematiques .icon-themes:nth-last-child(-n+5) .theme-label:after {
    content: none
}


.mashups-demarches-en-ligne {
    margin-bottom: 60px
}

.mashups-demarches-en-ligne .demarches-en-ligne-wrapper,.mashups-demarches-en-ligne .thematiques-wrapper {
    padding: 30px 50px
}

.mashups-demarches-en-ligne .view-more-btn {
    text-align: center;
    padding-bottom: 30px
}

.mashups-demarches-en-ligne .view-more-btn .btn-mashup-blue {
    padding: 10px 20px
}

.mashups-demarches-populaires {
    margin-bottom: 60px
}

.mashups-demarches-populaires .demarches-populaires-wrapper {
    padding: 30px 50px
}

.mashups-demarches-populaires .view-more-btn {
    text-align: center;
    padding-bottom: 30px
}

.mashups-demarches-populaires .view-more-btn .btn-mashup-blue {
    padding: 10px 20px
}

.mashups-acces-direct-services-en-ligne {
    margin-bottom: 10px
}

.mashups-acces-direct-services-en-ligne h2 {
    margin: 12px 0
}

.mashups-acces-direct-services-en-ligne .services-en-ligne-wrapper {
    padding: 20px 40px;
    background: #f7f7f7
}



.mashups-acces-direct-services-en-ligne .service-en-ligne-wrapper {
    background: #fff;
    display: block;
    cursor: pointer;
    padding: 30px 20px 20px 30px;
    color: inherit;
    text-decoration: none
}

.mashups-acces-direct-services-en-ligne .service-en-ligne-wrapper .service-en-ligne-icon {
    display: block;
    text-align: center
}

.mashups-acces-direct-services-en-ligne .service-en-ligne-wrapper .service-en-ligne-title {
    margin-top: 8px;
    display: block;
    text-align: center;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #011c3b
}

.mashups-acces-direct-services-en-ligne .service-en-ligne-wrapper .service-en-ligne-subtitle {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .65em;
    color: gray
}

.mashups-acces-direct-services-en-ligne .service-en-ligne-wrapper:hover {
    background: #e6e6e6
}

.mashups-autres-demarches {
    margin-bottom: 30px
}

.mashups-autres-demarches .autres-demarches-wrapper {
    padding: 30px 50px
}

.mashups-autres-demarches .autres-demarches-wrapper .block-cartouche {
    width: 350px;
    display: inline-block;
    float: unset;
    padding: 0 10px;
    height: 196px;
    overflow: hidden
}


body.x-body .x-btn em {
    font-style: normal
}

body.x-body .x-form-invalid .x-form-item-label,body.x-body .x-form-invalid .x-form-cb-label {
    color: #ec3e37 
}

body.x-body .x-form-item {
    font-family: tahoma,arial,verdana,sans-serif 
}

body.x-body .x-border-box .x-form-item-body textarea.x-form-text {
    height: 100% 
}

body.x-body .x-form-field,body.x-body .x-form-display-field {
    font-family: tahoma,arial,verdana,sans-serif 
}

.x-border-box .mashups_fullscreen-tpl input[type="text"],.x-border-box .mashups_detail-tpl input[type="text"],.x-border-box .x-window input[type="text"] {
    padding: 2px 8px;
    border: 1px solid rgba(25,25,25,.2) 
}

.x-panel-header-default-top {
    box-shadow: none;
    background: #18a8e5;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 6px
}

.x-panel-body-default .mashups-content {
    border-top: 0;
    margin-top: 0
}

.aside-infos p.titre {
    color: #033761;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    padding-right: 10px 
}

.aside-infos p.titre i {
    min-width: 22px;
    margin-right: 5px;
    text-align: center
}

.aside-infos .bool p.titre i {
    margin-right: 0;
    min-width: auto;
    text-align: center
}

.aside-infos .fa-lg {
    font-size: 1.2em
}

.aside-infos .fa-title {
    margin-right: 8px
}

.aside-infos .block-content ul.infos-tech li,.aside-infos .bloc ul.infos-tech li {
    padding-left: 20px
}

.aside-infos .block-content ul.infos-tech li:last-child,.aside-infos .bloc ul.infos-tech li:last-child {
    margin-bottom: 10px ;
    padding-bottom: 5px ;
    padding-left: 20px 
}

.aside-infos.aside-left .bloc ul li p {
    padding: 0 5px;
    margin-bottom: 0;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.aside-infos.aside-left .bloc ul li.titre {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

.aside-infos.aside-demarche i {
    color: #2669a5 
}

.aside-infos.aside-demarche h4 {
    font-size: 20px
}

.x-panel-body-default {
    border: 0 
}

.imagePhotoWidget {
    border-radius: 0 ;
    border: solid 1px white ;
    margin-top: 15px ;
    width: 130px ;
    height: 90px 
}

.mashups-content input[type='checkbox'] {
    opacity: 1
}

.aside-infos .bloc ul li:last-child {
    margin-bottom: 10px ;
    padding-bottom: 5px 
}

.escal-search-result {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    margin-right: 1%;
    height: auto;
    border: solid 1px #dedede;
    position: relative
}

.escal-search-result .escal-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.escal-search-result h3,.escal-search-result h3 a {
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    color: #011c3b;
    margin-bottom: 6px
}

.aside-infos .bloc ul li:last-child {
    margin-bottom: 10px ;
    padding-bottom: 5px ;
    padding-left: 15px ;
    border-bottom: 0
}

#top-facets {
    margin-bottom: 20px;
    margin-top: 12px
}

.left-facets.facets-psud {
    width: 20%;
    background-color: #c5d0d9;
    margin-right: 0;
    position: relative;
    float: left
}

.left-facets.facets-psud .list {
    width: auto;
    margin-left: 0
}

.left-facets.facets-psud .critNiveau2 {
    padding-left: 10px
}

#searchResultsDiv {
    width: 77%;
    float: left;
    margin-left: 3%;
    position: relative
}

#searchResultsDiv .count-result:after {
    content: " ";
    height: 1px;
    background: #c1c6ca;
    position: absolute;
    top: 12px;
    left: 130px;
    right: 0;
    z-index: 0;
    width: auto
}

#agesCriteriaBlock {
    width: 77%;
    float: left;
    margin-left: 3%;
    padding-left: 0
}

#searchCriteriaBlock {
    width: 20%;
    float: left
}

.aside-infos .bloc ul li:last-child {
    margin-bottom: 10px ;
    padding-bottom: 5px ;
    padding-left: 0 
}

.lieu-crit-label,.type-crit-label {
    font-weight: 400;
    color: black;
    margin-bottom: 5px;
    margin-top: 10px;
    background: #eaeaea;
    padding: 4px 10px;
    margin-bottom: 10px 
}

#lieuCriteriaDiv a,#typeCriteriaDiv a {
    color: gray;
    display: block;
    margin-top: -23px;
    line-height: 28px
}

#lieuCriteriaDiv div p:before,#typeCriteriaDiv div p:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #2669a5;
    font-size: 6px;
    margin: 0 6px 0 -12px
}

.active-lieu-crit,.active-type-crit {
    text-decoration: underline
}

.intro-escal {
    padding: 12px 20px;
    border: solid 1px #2669a5
}

.escal-search-result {
    color: #353535;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding-bottom: 20px
}

.escal-search-result:hover {
    background: #e0e0e0
}

.escal-search-result h4 {
    padding-left: 10px;
    bottom: 20px;
    right: 10px;
    max-width: 70%;
    position: absolute;
    font-size: 16px
}

.escal-search-result .line {
    float: left;
    width: 100%
}

.escal-search-result .line i {
    margin-right: 8px;
    width: 14px;
    color: #18a8e5 
}

.escal-search-result .line.line-30 {
    width: 30%
}

.escal-search-result .line.line-70 {
    width: 70%
}

.escal-search-result .line.line-50 {
    width: 50%
}

.escal-search-result .line.escal-age {
    background: #18a8e5;
    color: #fff;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    font-size: 15px
}

.escal-search-result .line.escal-period {
    text-align: right;
    font-size: 15px
}

.escal-search-result .line.escal-domain {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 6px
}

.escal-search-result .line.escal-domain.escal-domain-culture {
    background: #c62354
}

.escal-search-result .line.escal-domain.escal-domain-sport {
    background: #5eae24
}

.escal-search-result .line.escal-domain.escal-domain-cvl {
    background: #18a8e5
}

.escal-search-result .line.escal-tel {
    text-align: center
}

.escal-search-result .line.escal-subdomain {
    background: #c62354;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 16px;
    width: 45%;
    text-align: center;
    margin-right: 5%;
    font-size: 15px
}

.escal-search-result .line.escal-commune i,.escal-search-result .line.escal-sousPeriodeHebdomadaire i,.escal-search-result .line.escal-price i,.escal-search-result .line.escal-accessibilite i,.escal-search-result .line.escal-boursier i,.escal-search-result .line.escal-agree i {
    color: #2669a5
}

.escal-search-result .line.escal-commune {
    font-size: 15px
}

.escal-search-result .line.escal-commune i {
    padding-left: 2px;
    margin-right: 6px;
    color: #2669a5
}

.escal-search-result .line.escal-sousPeriodeHebdomadaire {
    font-size: 15px
}

.escal-search-result .line.escal-price {
    font-size: 15px
}

.escal-search-result .line.escal-logo {
    height: 60px;
    position: absolute;
    bottom: 10px;
    left: 0
}

.escal-search-result .line.escal-logo>div {
    background-size: contain;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.escal-search-result .line hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.escal-search-result .wrap-infos-escal {
    float: left;
    width: 50%;
    margin-top: 5px
}

.escal-age-span input {
    display: none
}

.escal-age-span label {
    width: auto;
    height: 25px;
    border: solid 1px grey;
    background: #fff;
    text-align: center;
    padding: 0 8px;
    cursor: pointer
}

.escal-age-span.active label {
    background: #18a8e5;
    color: white;
    cursor: pointer
}

.more-infos li i {
    margin-right: 6px
}

.move-left {
    padding-left: 15px
}

.x-body {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    -webkit-font-smoothing: unset ;
    -moz-osx-font-smoothing: unset 
}

.x-body .mashups-content {
    color: #191919 ;
    font-size: 16px ;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#rechercheBtn {
    margin-top: 8px;
    width: 100%
}

#rechercheLibreIpt {
    width: 100%
}

#availableFacetsDiv li {
    list-style: none;
    padding-left: 15px
}

#availableFacetsDiv li.x-facet-available-item {
    margin-bottom: 4px
}

#availableFacetsDiv li .x-facet-set-active {
    color: #011c3b
}

#availableFacetsDiv li .x-facet-set-excluded {
    font-weight: 600;
    color: #011c3b;
    cursor: pointer;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    margin-left: 5px;
    font-size: 18px
}

#availableFacetsDiv li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #2669a5;
    font-size: 6px;
    margin: 0 6px 0 -12px
}

#availableFacetsDiv .x-facet-menu {
    color: black;
    font-weight: 600;
    width: 100%;
    display: block
}

span.escal-age-span {
    margin-right: 5px
}

.mashups-content div#tb_haut {
    background-color: #2669a5;
    background-image: none;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: black
}

.mashups-content .lien_modif a {
    color: #2669a5 
}

.mashups-content .menude li:hover>a {
    color: #2669a5 
}

.mashup-global-wrapper #ext-comp-1023-labelEl {
    top: -3px;
    position: relative;
    font-weight: 400
}

.full-sig-panel .mashup-bandeau-simple .mashup-page-title {
    padding-left: 10px
}


.block-skazy-agenda .slider-items {
    margin-bottom: 30px
}

.block-skazy-agenda .slider-items .slider-item>.node {
    margin: 0 20px
}



.block-skazy-agenda .slider-items .slick-arrow {
    width: 20px;
    height: 40px
}

.block-skazy-agenda .slider-items .slick-arrow:hover i {
    opacity: .8
}

.block-skazy-agenda .slider-items .slick-arrow::before {
    content: ' '
}

.block-skazy-agenda .slider-items .slick-prev,.block-skazy-agenda .slider-items .slick-next {
    color: black;
    font-size: 40px
}

.block-skazy-agenda.block-skazy-agenda-standard-block .skazy-agenda {
    padding: 25px 30px
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper {
    position: relative
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items {
    position: relative;
    z-index: 2
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slider-item {
    float: left
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-prev,.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-next {
    position: absolute;
    width: 30px;
    height: 182px;
    top: 100px;
    transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-prev div.inner,.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-next div.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-prev i,.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-next i {
    position: relative
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-prev {
    left: -30px
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-prev div.inner {
    background-color: #c0d3e4
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-next {
    right: -30px
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items .slick-next div.inner {
    background-color: #c0d3e4
}

.block-skazy-agenda.block-skazy-agenda-standard-block .slider-items-wrapper .slider-items-background {
    background: #c0d3e4;
    position: absolute;
    height: 182px;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1
}


.block-skazy-agenda.block-skazy-agenda-institutional-block .skazy-agenda {
    padding: 25px
}

.block-skazy-agenda.block-skazy-agenda-institutional-block .slider-items .slider-item>.node {
    margin: 0
}

.node--type-evenement .node-content {
    margin-top: 30px;
    margin-bottom: 30px
}

.node--type-evenement .image-principale {
    margin-top: 20px;
    margin-bottom: 20px
}

.node--type-evenement .field--name-body {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #838080
}

.node--type-evenement.node--view-mode-full .node-main-container-wrapper {
    margin-bottom: 30px
}

.node--type-evenement.node--view-mode-homepage {
    text-align: center;
    border-radius: 0;
    position: relative
}

.node--type-evenement.node--view-mode-homepage a.wrapper-link {
    padding: 12px 25px;
    background: #eaeaea;
    display: block;
    text-decoration: none
}

.node--type-evenement.node--view-mode-homepage a.wrapper-link:hover {
    text-decoration: none;
    background: #d1d1d1
}

.node--type-evenement.node--view-mode-homepage .field--name-field-categorie {
    font-size: 18px;
    color: #2669a5;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: capitalize
}

.node--type-evenement.node--view-mode-homepage .field--name-field-classification-3 {
    margin-top: 10px;
    text-align: center
}

.node--type-evenement.node--view-mode-homepage .field--name-field-classification-3:after {
    content: "";
    display: table;
    clear: both
}

.node--type-evenement.node--view-mode-homepage .field--name-field-classification-3 .field__item {
    float: left;
    display: inline-block;
    padding: 1px 18px 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #011c3b;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    float: none
}

.node--type-evenement.node--view-mode-homepage .field--name-field-image-principale {
    margin-top: 15px;
    margin-bottom: 15px
}

.node--type-evenement.node--view-mode-homepage .field--name-field-image-principale img {
    background: rgba(0,0,0,.2);
    width: 200px;
    height: 165px;
    display: block;
    margin: auto
}

.node--type-evenement.node--view-mode-homepage .field--name-field-date-event {
    background: #2669a5;
    color: #fff;
    padding: 0 12px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 10px
}

.node--type-evenement.node--view-mode-homepage h3.node-title,.node--type-evenement.node--view-mode-homepage .field--name-title {
    font-size: 16px;
    margin: 0;
    color: #4f5e69;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600
}

.node--type-evenement.node--view-mode-homepage h3.node-title:hover,.node--type-evenement.node--view-mode-homepage .field--name-title:hover {
    color: #4f5e69
}

.node--type-evenement.node--view-mode-homepage .read-more {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #2669a5
}

.node--type-consultation-publique.node--view-mode-full .row-title-chapeau {
    margin-top: 25px
}

.node--type-consultation-publique.node--view-mode-full .row-title-chapeau .title-chapeau {
    margin: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .left-sidebar {
    margin-top: 20px ;
    padding: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .left-sidebar>.inner {
    margin-right: 30px
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .left-sidebar .node-chapeau {
    padding: 30px 30px 0 30px;
    margin: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .left-sidebar .node-body {
    padding: 30px;
    margin: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar {
    margin-top: 20px ;
    padding: 0;
    background: none
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .assoc h4 {
    color: #454545
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .assoc:first-child {
    border-top: 0;
    margin-top: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .title-avis {
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 18px
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .title-avis .date-avis {
    padding: 0;
    margin: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .title-avis .down-triangle {
    display: none;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -7px;
    margin: 0;
    left: 20px;
    right: 0
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .title-avis h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .title-avis h4:after {
    content: " ";
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar .title-avis h4 span {
    z-index: 20;
    position: relative;
    padding-right: 10px
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.closed .assoc h4 i {
    color: #ff6100
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.closed .title-avis {
    background: #ff6100
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.closed .title-avis h4 span {
    background: #ff6100
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.closed .title-avis .down-triangle {
    border-top: 7px solid #ff6100
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.open .assoc h4 i {
    color: #37b07a;
    margin-right: 6px
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.open .title-avis {
    background: #37b07a
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.open .title-avis h4 span {
    background: #37b07a
}

.node--type-consultation-publique.node--view-mode-full .row-consultation-main .right-sidebar.open .title-avis .down-triangle {
    border-top: 7px solid #37b07a
}

.node--type-consultation-publique.node--view-mode-full .contact-consultation {
    padding-bottom: 40px;
    border-bottom: solid 1px #c5d0d9;
    margin-top: 30px
}

.node--type-consultation-publique.node--view-mode-full .contact-consultation .form-type-captcha {
    text-align: center;
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px
}

.node--type-consultation-publique.node--view-mode-full .contact-consultation .form-type-captcha .g-recaptcha>div {
    display: inline-block
}

.node--type-consultation-publique.node--view-mode-full .contact-consultation .form-item-objet- {
    clear: both
}

.node--type-consultation-publique.node--view-mode-full .contact-consultation .form-actions {
    text-align: center;
    clear: both
}

.node--type-consultation-publique.node--view-mode-full .contact-consultation .form-actions .webform-button--submit {
    display: inline-block;
    width: 300px;
    font-size: 21px
}

.node--type-consultation-publique.node--view-mode-full .same-category-nodes {
    margin-top: 30px;
    padding-bottom: 30px
}


.block-consultation .block-consultation-inner {
    cursor: pointer;
    padding: 12px 12px 30px 12px;
    border: 1px solid #4f5e69;
    background: #fff
}

.block-consultation .a-field {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.block-consultation .consultation-icon {
    text-align: center;
    height: auto
}

.block-consultation .consultation-icon .icon {
    background: url("/themes/custom/psud/css/../img/site-icono-publications-consultations-publiques.jpg") no-repeat center;
    background-size: cover;
    width: 70px;
    height: 60px;
    display: inline-block
}

.block-consultation .consultation-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: gray;
    text-align: center;
    margin-top: 8px;
    max-height: 90px;
    min-height: 90px;
    overflow: hidden;
    transition-duration: .4s
}


.block-consultation .consultation-state {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center
}

.block-consultation.block-consultation-status-open .consultation-state {
    color: #37b07a
}

.block-consultation.block-consultation-status-closed .consultation-state {
    color: #ff6100
}

.block-consultation .consultation-date {
    font-size: 17px;
    position: absolute;
    color: #2669a5;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 4px 4px;
    height: auto
}


.node--type-appel-offre.node--view-mode-full .row-title-chapeau {
    margin-top: 25px
}

.node--type-appel-offre.node--view-mode-full .row-title-chapeau .title-chapeau {
    margin: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .left-sidebar {
    margin-top: 20px ;
    padding: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .left-sidebar>.inner {
    margin-right: 30px
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .left-sidebar .node-chapeau {
    padding: 30px 30px 0 30px;
    margin: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .left-sidebar .node-body {
    padding: 30px;
    margin: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar {
    margin-top: 20px ;
    padding: 0;
    background: none
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .assoc h4 {
    color: #454545
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .assoc:first-child {
    border-top: 0;
    margin-top: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .title-avis {
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 18px
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .title-avis .date-avis {
    padding: 0;
    margin: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .title-avis .down-triangle {
    display: none;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -7px;
    margin: 0;
    left: 20px;
    right: 0
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .title-avis h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .title-avis h4:after {
    content: " ";
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar .title-avis h4 span {
    z-index: 20;
    position: relative;
    padding-right: 10px
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.closed .assoc h4 i {
    color: #ff6100
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.closed .title-avis {
    background: #ff6100
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.closed .title-avis h4 span {
    background: #ff6100
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.closed .title-avis .down-triangle {
    border-top: 7px solid #ff6100
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.open .assoc h4 i {
    color: #37b07a;
    margin-right: 6px
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.open .title-avis {
    background: #37b07a
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.open .title-avis h4 span {
    background: #37b07a
}

.node--type-appel-offre.node--view-mode-full .row-appel-offre-main .right-sidebar.open .title-avis .down-triangle {
    border-top: 7px solid #37b07a
}

.node--type-appel-offre.node--view-mode-full .same-category-nodes {
    margin-top: 30px;
    padding-bottom: 30px
}



.node--type-article-dossier.node--view-mode-full .list-dossier h3 {
    margin: 12px 0
}

.node--type-article-dossier.node--view-mode-full .title-background {
    margin-top: 0
}

.node--type-article-dossier.node--view-mode-full .node-image-principale {
    margin: 12px 0 25px 0
}

.node--type-article-dossier.node--view-mode-full .navigation .btn {
    font-size: 18px
}

.node--type-article-dossier.node--view-mode-full .navigation.navigation-top {
    margin-top: 30px
}

.node--type-article-dossier.node--view-mode-full .navigation.navigation-bottom {
    margin-top: 30px;
    margin-bottom: 30px
}

.node--type-dossier.node--view-mode-full .list-dossier h3 {
    margin: 12px 0
}

.node--type-dossier.node--view-mode-full .node-image-principale {
    margin: 12px 0 25px 0
}

.node--type-dossier.node--view-mode-full .container-mobile h3 {
    margin: 0
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list {
    margin-top: 20px
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li {
    transition-duration: .4s
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li:nth-child(odd) {
    background-color: white
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li:hover,.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li.active {
    background-color: #18a8e5
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li:hover a,.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li.active a {
    color: white
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li a {
    padding: 10px 0;
    margin: 0 10px;
    display: block;
    cursor: pointer;
    color: gray
}

.node--type-dossier.node--view-mode-full .container-mobile .sous-dossier-list li a:hover {
    text-decoration: none
}

.node--type-dossier.node--view-mode-full .list-dossier .list-group {
    padding: 0 15px
}

.node--type-dossier.node--view-mode-full .list-dossier .list-group .list-group-item {
    border-radius: 0
}

.node--type-dossier.node--view-mode-full .infos-pratiques {
    border: 1px solid #18a8e5;
    padding: 10px 30px 20px;
    margin-bottom: 30px
}

.node--type-dossier.node--view-mode-full .line {
    margin-bottom: 30px
}

.node--type-dossier.node--view-mode-full .navigation.navigation-top {
    margin-top: 20px
}

.node--type-dossier.node--view-mode-full .navigation a .fa-chevron-left {
    margin-right: 15px
}

.node--type-dossier.node--view-mode-full .navigation a .fa-chevron-right {
    margin-left: 15px
}

.node--type-video-webtv.node--view-mode-full .webtv-iframe {
    margin-top: 20px;
    width: 100%;
    height: 692px;
    border: 0
}

.node--type-espace-thematique #page-content,.node--type-page-thematique #page-content {
    position: relative;
    top: -4.5em
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire,.node--type-page-thematique .mashup-content-wrapper .block-sommaire {
    margin-top: 0;
    text-align: left
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire .block-title,.node--type-page-thematique .mashup-content-wrapper .block-sommaire .block-title {
    background: #2669a5;
    color: #fff;
    padding: 0;
    margin: 0
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire .block-title .inner,.node--type-page-thematique .mashup-content-wrapper .block-sommaire .block-title .inner {
    display: block;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    word-break: break-all
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire nav,.node--type-page-thematique .mashup-content-wrapper .block-sommaire nav {
    background: #f6f6f6;
    padding: 15px 12px;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #d3d4d6;
    text-align: justify
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire nav li,.node--type-page-thematique .mashup-content-wrapper .block-sommaire nav li {
    padding: 10px;
    border-top: 1px solid #c5d0d9;
    text-align: left
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire nav li:first-child,.node--type-page-thematique .mashup-content-wrapper .block-sommaire nav li:first-child {
    border-top: 0
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire nav li.active,.node--type-page-thematique .mashup-content-wrapper .block-sommaire nav li.active {
    background: #2669a5
}

.node--type-espace-thematique .mashup-content-wrapper .block-sommaire nav li.active a,.node--type-page-thematique .mashup-content-wrapper .block-sommaire nav li.active a {
    color: #fff
}

.node--type-espace-thematique .mashup-content-wrapper .mashups-demarches-thematiques>.container.one-col,.node--type-page-thematique .mashup-content-wrapper .mashups-demarches-thematiques>.container.one-col {
    width: 100%
}

.node--type-espace-thematique .mashup-content-wrapper .mashups-demarches-thematiques .container,.node--type-page-thematique .mashup-content-wrapper .mashups-demarches-thematiques .container {
    padding: 0
}

.node--type-espace-thematique .mashup-content-wrapper .webtv-iframe,.node--type-page-thematique .mashup-content-wrapper .webtv-iframe {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 63%;
    position: relative
}



.node--type-espace-thematique .mashup-content-wrapper .webtv-iframe>iframe,.node--type-page-thematique .mashup-content-wrapper .webtv-iframe>iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.node--type-espace-thematique .mashup-content-wrapper .webtv-iframe>iframe>html,.node--type-page-thematique .mashup-content-wrapper .webtv-iframe>iframe>html {
    padding: 1em
}

.node--type-espace-thematique .mashup-content-wrapper .block-link a,.node--type-page-thematique .mashup-content-wrapper .block-link a {
    position: relative;
    display: block;
    border: 1px solid #011c3b;
    text-decoration: none;
    color: #011c3b;
    padding: 18px 20px 15px 60px;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em
}

.node--type-espace-thematique .mashup-content-wrapper .block-link a span,.node--type-page-thematique .mashup-content-wrapper .block-link a span {
    position: absolute;
    top: -5px;
    left: 5px;
    width: 50px;
    font-size: 2em;
    padding-top: 20px;
    padding-left: 10px;
    background: no-repeat center;
    background-size: 40px
}

.node--type-espace-thematique .mashup-content-wrapper .block-link a:hover,.node--type-page-thematique .mashup-content-wrapper .block-link a:hover {
    background: #011c3b;
    color: white
}

.node--type-espace-thematique .mashup-content-wrapper .block-link a:hover span,.node--type-page-thematique .mashup-content-wrapper .block-link a:hover span {
    filter: grayscale(1) brightness(10)
}


.node--type-espace-thematique .mashup-content-wrapper .row-links .link-mise-en-avant a,.node--type-page-thematique .mashup-content-wrapper .row-links .link-mise-en-avant a {
    position: relative;
    display: block;
    background: #2669a5;
    color: #fff;
    padding: 18px 55px 15px 20px;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em
}

.node--type-espace-thematique .mashup-content-wrapper .row-links .link-mise-en-avant a::after,.node--type-page-thematique .mashup-content-wrapper .row-links .link-mise-en-avant a::after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    top: 4px;
    right: 15px
}

.node--type-espace-thematique .mashup-content-wrapper .row-links .link-mise-en-avant a:hover,.node--type-page-thematique .mashup-content-wrapper .row-links .link-mise-en-avant a:hover {
    text-decoration: none;
    background: #011c3b
}

.node--type-espace-thematique .mashup-content-wrapper object,.node--type-page-thematique .mashup-content-wrapper object {
    width: 100%;
    height: 900px
}

.node--type-tournage .infos-tournage {
    height: 305px
}

.node--type-tournage .infos-tournage img {
    width: 100%
}

.node--type-tournage .infos-tournage .genres {
    padding-top: 20px
}

.node--type-tournage .infos-tournage .genres:after {
    content: "";
    display: table;
    clear: both
}

.node--type-tournage .infos-tournage .genres li {
    float: left;
    display: inline-block;
    padding: 1px 18px 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #18a8e5;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    letter-spacing: 2px
}



.node--type-tournage .infos-tournage .genres li a {
    display: block;
    color: inherit
}

.node--type-tournage .infos-tournage .details {
    line-height: 55px;
    font-size: 1.2em;
    color: #011c3b
}

.node--type-tournage .infos-tournage .details li {
    border-bottom: 1px solid #2669a5
}

.node--type-tournage .infos-tournage .details li:last-child {
    border-bottom: 0
}

.arbo_page_document .niv_1>a {
    color: white;
    background-color: #2669a5
}

.arbo_page_document .niv_1>a:hover {
    color: white;
    background-color: #0a4283
}

.arbo_page_document .niv_2>a {
    color: white;
    background-color: #0779bf
}

.arbo_page_document .niv_2>a:hover {
    color: white;
    background-color: #0869a5
}

.arbo_page_document .niv_3>a {
    color: #272727;
    background-color: #c5d0d9
}

.arbo_page_document .niv_3>a:hover {
    color: #272727;
    background-color: #a6b0b9
}

.arbo_page_document .niv_4>a {
    color: #272727;
    background-color: #f7f7f7
}

.arbo_page_document .niv_4>a:hover {
    color: #2669a5;
    background-color: #f7f7f7
}

.arbo_page_document li {
    margin: 3px 0 3px 10px
}

.arbo_page_document li>a {
    color: #011c3b;
    background-color: transparent;
    padding: 6px 2px;
    width: 100%;
    display: inline-flex;
    text-decoration: none
}

.arbo_page_document li>a i {
    opacity: 0;
    margin: 5px 5px 0 2px
}

.arbo_page_document li>a:hover {
    color: #2669a5;
    background-color: transparent
}

.arbo_page_document li>a:hover i {
    opacity: 1 
}

.arbo_page_document li>ul {
    display: none
}

.arbo_page_document li.actif>a i {
    opacity: 1 
}

.arbo_page_document li.actif>ul {
    display: block 
}

.arbo_page_document>ul {
    display: block 
}

.page_document_body .panel-title {
    text-transform: uppercase
}

.page_document_body .chiffre_cle_txt {
    max-width: 1000px;
    margin: auto
}

.page_document_body .chiffre_cle_txt h3 {
    color: white 
}

.page_document_body .chiffre_cle_txt .title {
    background-color: rgba(0,0,0,.6);
    padding: 25px 20px ;
    height: auto 
}

.page_document_body .chiffre_cle_txt .grid-container>div {
    flex-direction: initial 
}

.page_document_body h4 {
    color: #2669a5 
}

.page_document_body .title_figure {
    text-align: center;
    font-size: 15px;
    color: #4695ef;
    margin: 0
}

.page_document_body .link_to_file {
    background-color: white;
    color: #2669a5;
    padding: 11px;
    font-size: 18px;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #2669a5;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 15px auto 20px
}

.page_document_body .txt_a_voir {
    display: block;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-style: oblique
}

.page_document_body .link_to_file:hover {
    transition-duration: .4s;
    background-color: #2669a5;
    color: #fff;
    text-decoration: none
}

.page_document_body .three-col-grid.two-row-grid {
    padding-bottom: 66%
}

.page_document_body .three-col-grid .grid-cell {
    width: 30%
}

.page_document_body .logo_deco {
    max-width: 150px
}

.page_document_body .row {
    margin-top: 15px;
    margin-bottom: 15px
}


.block-liste-communes ul,.block-aires-coutumieres ul {
    list-style-type: initial;
    margin: auto;
    padding: 5px 20px
}

.node--type-offre-culturelle {
    font-variant: small-caps
}

.node--type-offre-culturelle .left-sidebar>.col-xs-12 {
    padding: 0
}

.node--type-offre-culturelle .culture-block {
    margin: 1em;
    padding: 1em;
    box-shadow: 0 0 5px 1px lightgray;
    color: #666
}

.node--type-offre-culturelle .culture-block h2 {
    color: #555;
    margin-top: 0
}

.node--type-offre-culturelle .info-banner {
    margin-right: 0;
    display: flex
}

.node--type-offre-culturelle .info-banner>div:first-child {
    flex: 1
}

.node--type-offre-culturelle .info-banner a {
    display: block;
    width: 4em;
    height: 4em;
    background-color: white;
    border-radius: 50%;
    background-position: center;
    background-size: 100%
}

.node--type-offre-culturelle .apropos {
    margin-top: 0
}

.node--type-offre-culturelle .apropos>.col-md-6:last-of-type {
    text-align: right;
    padding-right: 0
}

#main>.container-fluid {
    padding: 0 45px
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #2669a5
}

.heading {
    display: flex;
    align-items: center;
    padding: 0
}

.heading h2 {
    color: #2669a5;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    min-width: 12em;
    padding-top: .6em;
    padding-bottom: .4em;
    margin: 0
}

#homepage {
    position: relative
}

#homepage .homepage-container {
    position: absolute;
    top: 50%;
    width: 100%
}

#homepage .homepage-container>div {
    max-width: 1600px;
    display: flex;
    margin: auto
}


#homepage .homepage-container>div .main-panel,#homepage .homepage-container>div .side-panel {
    margin: 0 .5em
}

#homepage .homepage-container>div .main-panel {
    width: 100%;
    flex-grow: 1
}

#homepage .homepage-container>footer {
    position: relative;
    margin-top: 1em
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.loading-spinner {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #eaeaea;
    border-top-color: #18a8e5;
    animation: spin 1s linear infinite
}

.stretchy-container {
    position: relative
}

.stretchy-container>div {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.grid-container>div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.four-col-grid.two-row-grid {
    padding-bottom: 50%
}

.four-col-grid.three-row-grid {
    padding-bottom: 75%
}

.four-col-grid .grid-cell {
    width: 24%
}

.four-col-grid h3 {
    font-size: 1.5em
}


.six-col-grid.three-row-grid {
    padding-bottom: 49.9%
}

.six-col-grid .grid-cell {
    width: 16%
}

.six-col-grid .grid-cell h3 {
    font-size: .9em
}

.grid-cell .stretchy-container {
    padding-bottom: 100%
}

.grid-cell .stretchy-container>.stretchy-content {
    background: no-repeat center;
    background-size: 100%;
    transition: transform .25s
}

.grid-cell .stretchy-container>.stretchy-content.photo-background {
    background-size: auto 100%
}

.grid-cell .stretchy-container>.stretchy-content .background-color,.grid-cell .stretchy-container>.stretchy-content .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30%
}

.grid-cell .stretchy-container>.stretchy-content .background-color {
    opacity: .5;
    transition: opacity .25s
}

.grid-cell .stretchy-container>.stretchy-content:hover {
    transform: scale(1.03)
}

.grid-cell .stretchy-container>.stretchy-content:hover .background-color {
    opacity: .8
}

.grid-cell .stretchy-container>.stretchy-content .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1em
}

.grid-cell .stretchy-container>.stretchy-content .title h3 {
    margin: 0
}

.grid-cell .stretchy-container>.stretchy-content a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.grid-cell.two-row-span .stretchy-container {
    padding-bottom: 204.2%
}

.grid-cell.two-row-span .stretchy-container>div .background-color,.grid-cell.two-row-span .stretchy-container>div .title {
    height: 15%
}


html {
    overflow-y: scroll;
    overflow-x: hidden
}

#main {
    min-height: 650px
}


.mainhome .region-hometop {
    font-size: 0
}


.mainhome .region-hometop>.block {
    margin: 35px 5px;
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    vertical-align: top
}



.mainhome .region-hometop>.block:first-child {
    margin-left: 0;
    width: calc(25% - 10px)
}



.mainhome .region-hometop>.block:last-child {
    margin-right: 0;
    width: calc(25% - 10px)
}


.mainhome .block h2 {
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
    padding-left: 20px;
    line-height: 1.3;
    font-family: Jost,sans-serif;
    color: #aaa;
    font-weight: 400
}


.mainhome .block h2:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 2px;
    height: 100%;
    background: red
}

.mainhome .block .views-field-field-theme {
    margin-top: -12.5px
}

.mainhome .block .views-field-field-theme .field-content {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 1.95;
    background: red;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 25px;
    transition: all .2s;
    text-overflow: ellipsis;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap
}

.mainhome .block .views-field-field-theme .field-content:empty {
    display: none
}

.mainhome .block .views-field-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0 25px 10px
}


.mainhome .block .views-field-title a {
    color: inherit;
    text-decoration: none
}

.mainhome .block .views-field-title a:hover {
    text-decoration: none
}


.mainhome #block-views-block-alaune .views-row {
    cursor: pointer
}


.mainhome #block-views-block-alaune .views-row .views-field-field-image-principale .field-content {
    position: relative;
    z-index: 1
}

.mainhome #block-views-block-alaune .views-row .views-field-field-image-principale .field-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0,47,135,.25);
    transition: all .2s
}

.mainhome #block-views-block-alaune .views-row .views-field-field-theme .field-content {
    position: relative;
    z-index: 2
}

.mainhome #block-views-block-alaune .views-row:hover .views-field-field-image-principale .field-content::before {
    height: 100%
}

.mainhome #block-views-block-alaune .views-row:hover .views-field-field-theme .field-content {
    background: #fff;
    color: red
}

.mainhome #block-views-block-zoomsur .views-field-field-theme {
    margin: -50px 20px 0;
    position: relative;
    z-index: 2
}


.mainhome #block-views-block-zoomsur .views-field-title {
    background: #fff;
    margin: 0 45px;
    padding: 8px 18px 0;
    position: relative;
    top: -8px;
    left: -18px;
    display: inline-block
}

.mainhome #block-views-block-zoomsur .view-content {
    display: block
}

.mainhome #block-views-block-zoomsur .views-row {
    min-height: 100%;
    cursor: pointer
}

.mainhome #block-views-block-zoomsur .views-row .views-field-field-image-principale .field-content {
    position: relative;
    overflow: hidden
}

.mainhome #block-views-block-zoomsur .views-row .views-field-field-image-principale .field-content a {
    display: block
}

.mainhome #block-views-block-zoomsur .views-row .views-field-field-image-principale .field-content img {
    transition: all .2s;
    max-height: 515px
}


.mainhome #block-views-block-zoomsur .views-row:hover .views-field-field-image-principale img {
    transform: scale(1.2)
}

.mainhome #block-views-block-zoomsur .views-row:hover .views-field-field-theme .field-content {
    background: #fff;
    color: red
}

.mainhome #block-views-block-zoomsur .slick-prev {
    left: 10px;
    border: 2px solid red;
    border-bottom: 0;
    border-right: 0;
    transform: rotate(-45deg)
}

.mainhome #block-views-block-zoomsur .slick-prev::before {
    display: none
}

.mainhome #block-views-block-zoomsur .slick-next {
    right: 10px;
    border: 2px solid red;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg)
}

.mainhome #block-views-block-zoomsur .slick-next::before {
    display: none
}

.mainhome #block-views-block-zoomsur .slick-dots {
    text-align: right;
    bottom: -20px;
    right: 2px
}

.mainhome #block-views-block-zoomsur .slick-dots li {
    height: 5px;
    width: 5px;
    margin: 0 6px
}

.mainhome #block-views-block-zoomsur .slick-dots li button {
    border-radius: 99px;
    border: 1px solid red;
    background: #fff;
    height: 5px;
    width: 5px
}

.mainhome #block-views-block-zoomsur .slick-dots li.slick-active button {
    background: red
}

.mainhome #block-views-block-agenda h2 {
    margin-left: 25px
}

.mainhome #block-views-block-agenda .view-content {
    background: #f2f2f2;
    position: relative;
    padding: 20px 15px 20px 0;
    min-height: 515px
}


.mainhome #block-views-block-agenda .view-content:before {
    content: "";
    background: red;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 25px
}

.mainhome #block-views-block-agenda .views-row {
    display: flex;
    align-items: center;
    margin: 35px 0;
    position: relative;
    cursor: pointer
}


.mainhome #block-views-block-agenda .views-field {
    flex: 0 1 auto
}

.mainhome #block-views-block-agenda .views-field-field-thumbnail {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: -40px;
    margin-top: -42px;
    transition: all .2s;
    opacity: 0
}

.mainhome #block-views-block-agenda .views-field-field-thumbnail .field-content a {
    display: block;
    border-radius: 99px;
    overflow: hidden;
    position: relative
}

.mainhome #block-views-block-agenda .views-field-field-thumbnail .field-content a img {
    width: 84px;
    height: 84px
}

.mainhome #block-views-block-agenda .js-date-agenda {
    margin-left: 15px;
    background: #f2f2f2;
    position: relative;
    z-index: 3;
    line-height: 1;
    font-size: 20px
}

.mainhome #block-views-block-agenda .start {
    display: block
}

.mainhome #block-views-block-agenda .end {
    display: block
}

.mainhome #block-views-block-agenda .day {
    font-weight: 700
}

.mainhome #block-views-block-agenda .month {
    font-weight: 200
}

.mainhome #block-views-block-agenda .views-field-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0 15px
}

.mainhome #block-views-block-agenda .views-field-title a {
    color: inherit;
    text-decoration: none
}

.mainhome #block-views-block-agenda .views-field-title a:hover {
    text-decoration: none
}

.mainhome #block-views-block-agenda .more-link {
    position: relative;
    top: -35px;
    right: 20px
}

.mainhome #block-views-block-agenda .more-link a {
    font-family: Jost,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #000
}


.mainhome #block-views-block-agenda .more-link a:hover {
    color: red;
    border-bottom-color: red
}

.mainhome #block-views-block-encemoment .view-view-encemoment {
    display: flex;
    flex-direction: column;
    position: relative
}

.mainhome #block-views-block-encemoment .view-content {
    order: 2;
    display: flex;
    margin: 0 -15px
}


.mainhome #block-views-block-encemoment .views-row {
    flex: 0 1 20%;
    margin: 0 15px;
    cursor: pointer
}


.mainhome #block-views-block-encemoment .views-row:last-child {
    display: none
}


.mainhome #block-views-block-encemoment .views-row .views-field-field-image-principale {
    min-height: 25px
}

.mainhome #block-views-block-encemoment .views-row .views-field-field-image-principale .field-content {
    position: relative;
    z-index: 1
}

.mainhome #block-views-block-encemoment .views-row .views-field-field-image-principale .field-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0,47,135,.25);
    transition: all .2s
}

.mainhome #block-views-block-encemoment .views-row .views-field-field-classification-3 {
    margin-top: -12.5px
}

.mainhome #block-views-block-encemoment .views-row .views-field-field-classification-3 .field-content {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 12.5px;
    line-height: 1.95;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    background: #002f87;
    max-width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}


.mainhome #block-views-block-encemoment .views-row .views-field-field-classification-3 .field-content:empty {
    display: none
}

.mainhome #block-views-block-encemoment .views-row:hover .views-field-field-image-principale .field-content::before {
    height: 100%
}

.mainhome #block-views-block-encemoment .views-row:hover .views-field-field-classification-3 .field-content {
    background: #fff;
    color: #002f87
}

.mainhome #block-views-block-encemoment .views-field-title {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0 12.5px 10px
}

.mainhome #block-views-block-encemoment .more-link {
    order: 1;
    position: absolute;
    top: -50px;
    left: 250px
}


.mainhome #block-views-block-encemoment .more-link a {
    font-family: Jost,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #000
}


.mainhome #block-views-block-encemoment .more-link a:hover {
    color: red;
    border-bottom-color: red
}

.mainhome #block-views-block-enunclic {
    position: relative;
    margin: 35px 0 25px;
    background: #002f87;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 380px
}


.mainhome #block-views-block-enunclic:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    background: #002f87;
    z-index: 0
}

.mainhome #block-views-block-enunclic:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    top: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: .15;
    z-index: 0;
    background: url("/themes/custom/psud/css/../img/province-sud-svg-logo.svg") no-repeat left -2% center
}

.mainhome #block-views-block-enunclic h2 {
    flex: 0 1 auto;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    font-family: Jost,sans-serif;
    color: #fff;
    font-weight: 200;
    line-height: 1.05;
    padding: 0;
    margin: 0
}

.mainhome #block-views-block-enunclic h2 strong {
    font-family: Jost,sans-serif;
    font-size: 58px;
    font-weight: 700
}

.mainhome #block-views-block-enunclic h2:before {
    content: none
}

.mainhome #block-views-block-enunclic .view-view-enunclic {
    flex: 1 1 auto
}

.mainhome #block-views-block-enunclic .view-content {
    position: relative;
    z-index: 2;
    display: flex;
    margin-left: 100px;
    margin-right: -22px;
    flex-wrap: wrap;
    padding: 50px 0
}


.mainhome #block-views-block-enunclic .views-row {
    margin: 1.5% 1%;
    flex: 0 1 12%;
    text-align: center;
    min-width: 122.5px;
    font-size: 1.5rem
}



.mainhome #block-views-block-enunclic .views-row:hover .views-field-field-icone .field-content a::before {
    transform: translateY(-5px);
    background: #4695ef
}

.mainhome #block-views-block-enunclic .views-row:hover .views-field-field-icone .field-content a img {
    transform: translateY(-5px)
}

.mainhome #block-views-block-enunclic .views-field-field-icone {
    text-align: center
}

.mainhome #block-views-block-enunclic .views-field-field-icone .field-content a {
    display: inline-block;
    position: relative
}

.mainhome #block-views-block-enunclic .views-field-field-icone .field-content a::before {
    content: "";
    display: block;
    position: absolute;
    height: 130%;
    width: 130%;
    top: -15%;
    left: -15%;
    background: rgba(70,149,239,0);
    border-radius: 99px;
    margin: auto;
    transition: .2s all
}

.mainhome #block-views-block-enunclic .views-field-field-icone .field-content a img {
    max-height: 55px;
    transition: .2s all
}

.mainhome #block-views-block-enunclic .views-field-title {
    font-family: Jost,sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.1;
    margin: 8px 0
}

.mainhome #block-views-block-enunclic a {
    color: #fff
}

html {
    height: 100%
}

#user-login-form {
    display: flex;
    flex-direction: column;
    align-items: center
}

input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
    line-height: initial
}

form label.option {
    margin-left: .5rem
}

.clear-padding {
    padding: 0
}

.clear-padding-right {
    padding-right: 0
}

.clear-padding-left {
    padding-left: 0
}

.margin-bottom-md {
    margin-bottom: 20px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.heightfull {
    height: 100%
}

figure {
    max-width: 100%;
    display: block 
}

.margin-bottom-md {
    margin-bottom: 20px
}

.tooltip {
    position: absolute ;
    display: block ;
    line-break: auto ;
    text-align: left ;
    border-radius: 4px ;
    background: none 
}

.inside-btn {
    margin: 0 20px 20px
}

.inside-btn.pull-right {
    margin-right: 0
}

.std-blue-bg {
    background-color: #2669a5;
    color: #fff
}

.std-blue-bg.btn {
    border-color: #2669a5
}

.std-blue-bg.btn:hover {
    background-color: #1a476f;
    border-color: #1a476f;
    color: #fff
}

.dark-blue-bg {
    background-color: #011c3b;
    color: #fff
}

.dark-blue-bg.btn {
    border-color: #011c3b
}

.dark-blue-bg.btn:hover {
    background-color: black;
    border-color: black;
    color: #fff
}

.yellow-bg {
    background-color: #f9b200;
    color: #fff
}

.yellow-bg.btn {
    border-color: #f9b200
}

.yellow-bg.btn:hover {
    background-color: #b78300;
    border-color: #b78300;
    color: #fff
}

.darker-grey-bg {
    background-color: #4f5e69;
    color: #fff
}

.darker-grey-bg.btn {
    border-color: #4f5e69
}

.darker-grey-bg.btn:hover {
    background-color: #333c43;
    border-color: #333c43;
    color: #fff
}

.yellow-border {
    border: 1px solid #f9b200
}

.pink-border {
    border: 1px solid #c62354
}

.fa-1-5x {
    font-size: 1.5em
}

.fa-7x {
    font-size: 7em
}

hr {
    height: 1px 
}

.line-through {
    text-decoration: line-through 
}

.cover {
    background-size: cover ;
    background-position: center center ;
    background-repeat: no-repeat 
}

.contain {
    background-size: contain ;
    background-position: center center ;
    background-repeat: no-repeat 
}

body {
    background: #fff;
    color: gray;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: gray;
    position: relative
}

a {
    transition-duration: .4s
}

a:hover {
    transition-duration: .4s
}

input[type="text"] {
    padding: 6px 10px
}

.clear {
    clear: both
}

.pointer {
    cursor: pointer
}

.slick-prev:before,.slick-next:before {
    color: #c5d0d9 
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #011c3b
}

.btn {
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 0
}

em {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.menu {
    margin-left: 0
}

.only-mobile {
    display: none
}

.breadcrumb {
    background: #fff;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px
}

.quickedit-toolbar-container {
    z-index: 1000
}

.contextual-links li a {
    font-size: 14px
}



.alert,.messages {
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 20px 15px 35px;
    border: 1px solid transparent;
    border-left: 0
}

.alert.messages--error,.messages.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    background-image: url("/themes/custom/psud/css/../../../../core/misc/icons/e32700/error.svg");
    border-color: #f9c9bf;
    border-left-color: transparent;
    box-shadow: -8px 0 0 #e62600
}

.alert.messages--warning,.messages.messages--warning {
    background-color: #fdf8ed;
    background-image: url("/themes/custom/psud/css/../../../../core/misc/icons/e29700/warning.svg");
    border-color: #f4daa6;
    color: #734c00;
    box-shadow: -8px 0 0 #e09600
}

.alert.messages--status,.messages.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd;
    background-image: url("/themes/custom/psud/css/../../../../core/misc/icons/73b355/check.svg");
    box-shadow: -8px 0 0 #77b259
}

.alert.alert-dismissable,.alert.alert-dismissible,.messages.alert-dismissable,.messages.alert-dismissible {
    padding-right: 35px
}

.messages+.messages {
    margin-top: 15px
}

.mandatory-notice {
    font-size: .8em;
    font-style: italic
}

.mandatory-star:after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url("/themes/custom/psud/css/../../../../core/misc/icons/ee0000/required.svg");
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 .3em
}

.fa-spinner {
    font-size: 65px;
    color: #2669a5
}

span.file {
    padding-left: 25px;
    display: block;
    background-position: 5px center
}

#accessibility {
    float: right;
    margin-top: 20px;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #aaa;
    margin-bottom: 15px
}

#accessibility ul li {
    float: left;
    margin-right: 8px;
    list-style: none;
    padding-left: 0;
    text-indent: 0
}

#accessibility ul li::before {
    display: none
}

#accessibility ul li a {
    opacity: .8;
    transition: opacity .25s
}

#accessibility ul li a:hover {
    opacity: 1;
    transition: opacity .25s
}

#accessibility ul li#print-btn-wrapper {
    margin-right: 0
}

#social-media {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 100
}

.path-frontpage #social-media {
    display: none
}

#social-media li {
    padding-right: 0;
    background: #f9b200;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    right: 0
}

#social-media li:hover {
    right: 10px
}

#social-media li:first-child {
    margin-bottom: 10px
}

#social-media li a {
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    width: 100%;
    display: block
}

#social-media li.social-notif {
    background: #f9b200
}

#social-media li.mail-notif {
    background: #64798b
}

#social-media li.fb-notif {
    background: #3b5998
}

#social-media li.twitter-notif {
    background: #1da1f2
}

#social-media li.google-notif {
    background: #ff6100
}

.node-chapeau {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #787878;
    margin-top: 20px;
    text-align: justify
}


.node__content p {
    font-size: 19px
}



.right-sidebar .block,.col-mashup-sidebar .block {
    margin-top: 30px
}

.right-sidebar .block:first-child,.col-mashup-sidebar .block:first-child {
    margin-top: 0
}

.right-sidebar .block .block-title,.col-mashup-sidebar .block .block-title {
    color: #fff;
    background: #2669a5;
    padding: 0;
    margin: 0
}

.right-sidebar .block .block-title .inner,.col-mashup-sidebar .block .block-title .inner {
    display: block;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    word-break: break-all
}

.right-sidebar .block .block-title .inner a,.col-mashup-sidebar .block .block-title .inner a {
    display: inline-block;
    text-decoration: none;
    color: inherit
}


.right-sidebar .block .block-content,.col-mashup-sidebar .block .block-content {
    background: #f6f6f6;
    padding: 15px 12px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #d3d4d6;
    text-align: justify
}

.right-sidebar .block .block-content:after,.col-mashup-sidebar .block .block-content:after {
    content: "";
    display: table;
    clear: both
}


.right-sidebar .block.block-newsletter .inner-newsletter,.col-mashup-sidebar .block.block-newsletter .inner-newsletter {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: #2669a5;
    color: #fff;
    padding: 10px
}

.right-sidebar .block.block-newsletter .inner-newsletter label,.col-mashup-sidebar .block.block-newsletter .inner-newsletter label {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #fff
}

.right-sidebar .block.block-newsletter .inner-newsletter input[type="text"],.right-sidebar .block.block-newsletter .inner-newsletter input[type="email"],.col-mashup-sidebar .block.block-newsletter .inner-newsletter input[type="text"],.col-mashup-sidebar .block.block-newsletter .inner-newsletter input[type="email"] {
    border-radius: 0;
    height: 40px;
    border: solid 1px #9db0b7
}

.right-sidebar .block.block-newsletter .inner-newsletter input[type="submit"],.col-mashup-sidebar .block.block-newsletter .inner-newsletter input[type="submit"] {
    background: #e4e4e4;
    color: #033860 ;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    height: 40px;
    margin: 10px 0 0 0
}

.right-sidebar .block.block-newsletter .inner-newsletter input[type="submit"]:hover,.col-mashup-sidebar .block.block-newsletter .inner-newsletter input[type="submit"]:hover {
    background: #011c3b;
    color: #fff 
}



.right-sidebar .block.block-associated .block-content a,.col-mashup-sidebar .block.block-associated .block-content a {
    color: #011c3b;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    display: block
}



.right-sidebar .block.block-demarche-associated .block-title,.col-mashup-sidebar .block.block-demarche-associated .block-title {
    background: #c62354
}

.right-sidebar .block.block-wysiwyg .block-content p,.col-mashup-sidebar .block.block-wysiwyg .block-content p {
    margin-left: 0;
    margin-right: 0
}

.right-sidebar .block.block-infos-pratiques h4,.col-mashup-sidebar .block.block-infos-pratiques h4 {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding-left: 0
}

.right-sidebar .block.block-infos-pratiques a,.col-mashup-sidebar .block.block-infos-pratiques a {
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
    padding: 0
}

.right-sidebar .block.block-infos-pratiques .difficulty,.col-mashup-sidebar .block.block-infos-pratiques .difficulty {
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px
}

.right-sidebar .block.block-infos-pratiques .difficulty.difficulty-1,.col-mashup-sidebar .block.block-infos-pratiques .difficulty.difficulty-1 {
    background: #5eae24
}

.right-sidebar .block.block-infos-pratiques .difficulty.difficulty-2,.col-mashup-sidebar .block.block-infos-pratiques .difficulty.difficulty-2 {
    background: #18a8e5
}

.right-sidebar .block.block-infos-pratiques .difficulty.difficulty-3,.col-mashup-sidebar .block.block-infos-pratiques .difficulty.difficulty-3 {
    background: #ec3e37
}

.right-sidebar .block.block-infos-pratiques .difficulty.difficulty-4,.col-mashup-sidebar .block.block-infos-pratiques .difficulty.difficulty-4 {
    background: black
}

.right-sidebar .block.block-infos-pratiques .booleans,.col-mashup-sidebar .block.block-infos-pratiques .booleans {
    border-bottom: 1px solid #d3d4d6;
    margin-bottom: 15px
}

.right-sidebar .block.block-infos-pratiques .booleans .bool,.col-mashup-sidebar .block.block-infos-pratiques .booleans .bool {
    display: inline-block;
    border-bottom: 0
}

.right-sidebar .block.block-infos-pratiques .booleans .bool .titre,.col-mashup-sidebar .block.block-infos-pratiques .booleans .bool .titre {
    padding: 0 10px
}

.right-sidebar .block.block-infos-pratiques .booleans .bool i,.col-mashup-sidebar .block.block-infos-pratiques .booleans .bool i {
    color: #033761
}

.right-sidebar .block.block-infos-pratiques .booleans .bool:first-child p.titre,.col-mashup-sidebar .block.block-infos-pratiques .booleans .bool:first-child p.titre {
    padding-left: 0
}

.right-sidebar .block.block-infos-pratiques ul.block-content-list li,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li {
    border-bottom: 1px solid #d3d4d6;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 0
}

.right-sidebar .block.block-infos-pratiques ul.block-content-list li:last-child,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.right-sidebar .block.block-infos-pratiques ul.block-content-list li:before,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li:before {
    display: none
}

.right-sidebar .block.block-infos-pratiques ul.block-content-list li p.titre,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li p.titre {
    color: #033761;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    padding-right: 5px
}

.right-sidebar .block.block-infos-pratiques ul.block-content-list li p.value,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li p.value {
    text-align: left
}

.right-sidebar .block.block-infos-pratiques ul.block-content-list li p.value font,.right-sidebar .block.block-infos-pratiques ul.block-content-list li p.value span,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li p.value font,.col-mashup-sidebar .block.block-infos-pratiques ul.block-content-list li p.value span {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif 
}

.right-sidebar .block.block-contact .block-content p,.col-mashup-sidebar .block.block-contact .block-content p {
    text-align: left;
    word-wrap: break-word;
    font-size: .9em
}

.right-sidebar .block.block-download span.file,.col-mashup-sidebar .block.block-download span.file {
    display: block;
    text-align: left
}

.right-sidebar .block.block-download span.file a,.col-mashup-sidebar .block.block-download span.file a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #191919;
    padding: 0
}

.right-sidebar .block.block-commune .block-content,.col-mashup-sidebar .block.block-commune .block-content {
    padding: 0;
    border: 0
}

.right-sidebar .block.block-commune .block-content .wrap-commune,.col-mashup-sidebar .block.block-commune .block-content .wrap-commune {
    position: relative
}

.right-sidebar .block.block-commune .block-content .wrap-commune a,.col-mashup-sidebar .block.block-commune .block-content .wrap-commune a {
    position: absolute;
    bottom: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    width: 40%
}

.right-sidebar .block.block-commune .block-content img,.col-mashup-sidebar .block.block-commune .block-content img {
    border: solid 1px #b2b8bb;
    max-width: 100%;
    border-top: 0
}

.right-sidebar .block.block-commune .block-content .commune-img,.col-mashup-sidebar .block.block-commune .block-content .commune-img {
    min-height: 80px;
    background-color: rgba(0,0,0,.2)
}

.right-sidebar .block.block-direction,.col-mashup-sidebar .block.block-direction {
    text-align: left
}

.right-sidebar .block.block-direction p,.right-sidebar .block.block-direction li,.col-mashup-sidebar .block.block-direction p,.col-mashup-sidebar .block.block-direction li {
    font-size: .9em
}

.right-sidebar .block.block-direction p.title,.col-mashup-sidebar .block.block-direction p.title {
    font-weight: 600
}

.right-sidebar .block.block-direction p.address,.col-mashup-sidebar .block.block-direction p.address {
    font-style: italic
}

.right-sidebar .block.block-direction ul li,.col-mashup-sidebar .block.block-direction ul li {
    padding: 10px;
    border-top: 1px solid #c5d0d9;
    text-align: left
}

.right-sidebar .block.block-direction ul li i,.col-mashup-sidebar .block.block-direction ul li i {
    color: #2669a5;
    width: 25px
}

.right-sidebar .block.block-direction ul li a,.col-mashup-sidebar .block.block-direction ul li a {
    color: #191919
}

.right-sidebar .block.block-map .block-content,.col-mashup-sidebar .block.block-map .block-content {
    padding: 0;
    margin: 0
}

.right-sidebar .block.block-map .block-content iframe,.right-sidebar .block.block-map .block-content img,.col-mashup-sidebar .block.block-map .block-content iframe,.col-mashup-sidebar .block.block-map .block-content img {
    width: 100%;
    height: auto;
    border: 0
}

.right-sidebar .block.block-text .block-content,.col-mashup-sidebar .block.block-text .block-content {
    padding: 12px 20px;
    border: 1px solid black
}

.right-sidebar .block.block-marged-bottom,.col-mashup-sidebar .block.block-marged-bottom {
    margin-bottom: 20px
}

.right-sidebar .block.block-blue .block-title .inner,.col-mashup-sidebar .block.block-blue .block-title .inner {
    background: #2669a5;
    color: white
}

.right-sidebar .block.block-blue.block-text .block-content,.col-mashup-sidebar .block.block-blue.block-text .block-content {
    border: 1px solid #2669a5
}

.right-sidebar .block.block-event-associated .date-wrapper,.col-mashup-sidebar .block.block-event-associated .date-wrapper {
    margin-top: 12px;
    display: block;
    text-align: center
}

.right-sidebar .block.block-event-associated .date-wrapper .date,.col-mashup-sidebar .block.block-event-associated .date-wrapper .date {
    background: #011c3b;
    color: #fff;
    padding: 0 12px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    padding-bottom: 2px
}

.right-sidebar .block.block-node-fields .block-content,.col-mashup-sidebar .block.block-node-fields .block-content {
    padding: 0
}

.right-sidebar .block.block-node-fields .block-content ul li,.col-mashup-sidebar .block.block-node-fields .block-content ul li {
    padding: 10px;
    border-top: 1px solid #c5d0d9;
    text-align: left
}

.right-sidebar .block.block-node-fields .block-content ul li:nth-child(even),.col-mashup-sidebar .block.block-node-fields .block-content ul li:nth-child(even) {
    background-color: #fff
}

.right-sidebar .block.block-node-fields .block-content ul li:nth-child(odd),.col-mashup-sidebar .block.block-node-fields .block-content ul li:nth-child(odd) {
    background-color: #f7f7f7
}

.right-sidebar .block.block-node-fields .block-content ul li i,.col-mashup-sidebar .block.block-node-fields .block-content ul li i {
    color: #2669a5;
    width: 25px
}

.right-sidebar .block.block-node-fields .block-content ul li.long-text i,.col-mashup-sidebar .block.block-node-fields .block-content ul li.long-text i {
    float: left;
    margin-top: 3px
}

.right-sidebar .block.block-node-fields .block-content ul li.long-text span,.col-mashup-sidebar .block.block-node-fields .block-content ul li.long-text span {
    padding-left: 28px;
    display: block
}

.right-sidebar .block.block-node-fields .block-content ul li a,.col-mashup-sidebar .block.block-node-fields .block-content ul li a {
    color: #191919
}

.right-sidebar .block.block-infos-techniques .block-content .block-content-list li,.col-mashup-sidebar .block.block-infos-techniques .block-content .block-content-list li {
    text-align: left;
    padding-left: 0;
    margin-bottom: 4px
}

.right-sidebar .block.block-infos-techniques .block-content .block-content-list li:last-child,.col-mashup-sidebar .block.block-infos-techniques .block-content .block-content-list li:last-child {
    margin-bottom: 10px ;
    padding-bottom: 5px ;
    padding-left: 0 
}

.right-sidebar .block.block-facettes .block-content .wrap-facette,.col-mashup-sidebar .block.block-facettes .block-content .wrap-facette {
    margin: 20px 0
}

.right-sidebar .block.block-facettes .block-content .wrap-facette:first-child,.col-mashup-sidebar .block.block-facettes .block-content .wrap-facette:first-child {
    margin-top: 0
}

.right-sidebar .block.block-facettes .block-content .wrap-facette .titre-filtre,.col-mashup-sidebar .block.block-facettes .block-content .wrap-facette .titre-filtre {
    margin: 0
}

.right-sidebar .block.block-facettes .block-content .wrap-facette .filtre,.col-mashup-sidebar .block.block-facettes .block-content .wrap-facette .filtre {
    overflow-wrap: break-word;
    font-size: 19px
}



.right-sidebar .block.block-facettes .block-content .wrap-facette ul.styled-list,.col-mashup-sidebar .block.block-facettes .block-content .wrap-facette ul.styled-list {
    margin: 0
}

.right-sidebar .block.block-autopromo .block-content,.col-mashup-sidebar .block.block-autopromo .block-content {
    padding: 0;
    border: 0
}

.right-sidebar .block.block-autopromo .block-content .hover,.col-mashup-sidebar .block.block-autopromo .block-content .hover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.right-sidebar .block.block-autopromo .block-content img,.col-mashup-sidebar .block.block-autopromo .block-content img {
    visibility: visible
}



.white-bg {
    background: #fff;
    color: #191919
}

.grey-bg,.gray-sidebar {
    background: #f7f7f7;
    color: #191919
}

.tags-list {
    padding-left: 0;
    margin: 14px 0
}

.tags-list li {
    float: left;
    display: inline-block;
    padding: 1px 18px 2px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2669a5;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    letter-spacing: 2px
}

.tags-list li a {
    color: white
}



.left-sidebar,.right-sidebar,.col-mashup-content,.col-mashup-sidebar {
    margin-top: 30px;
    margin-bottom: 30px
}

.ajax-progress-throbber .throbber {
    padding: 1px 7px 2px
}

#main {
    color: #191919
}

#main .blue-bg {
    background: #011c3b
}

#main .blue-bg .top-blue-bg {
    background: url("/themes/custom/psud/css/../img/dark-blue-bg.jpg") repeat-x;
    width: 100%;
    display: block;
    height: 7px
}

#main .blue-bg .bot-blue-bg {
    background: url("/themes/custom/psud/css/../img/dark-blue-bg.jpg") repeat-x;
    width: 100%;
    display: block;
    height: 7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#main .blue-bg h2 {
    color: #bfbfbf;
    margin-bottom: 30px
}

#main .img-principale {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block
}

#main.content-node {
    margin-top: 30px
}

#main.content-node .image-principale {
    margin: 20px 0
}

#main .webform-submission-form:after {
    content: "";
    display: table;
    clear: both
}

#main.contextualisation h3 {
    margin-top: 30px
}

#main .other-avis {
    background: #fff;
    border: solid 1px #c5d0d9;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative
}

#main .other-avis img {
    max-width: 90px;
    margin: 15px auto 55px
}

#main .other-avis .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    left: 0;
    right: 0
}

#main .other-avis .title .triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0
}

#main .other-avis .other-avis-title {
    color: #fff;
    font-size: 16px;
    text-align: center
}

#main .other-avis.closed .title {
    background: #ff6100
}

#main .other-avis.closed .title .triangle-up {
    border-bottom: 10px solid #ff6100
}

#main .other-avis.open .title {
    background: #37b07a
}

#main .other-avis.open .title .triangle-up {
    border-bottom: 10px solid #37b07a
}

#main .wrap-search {
    padding-bottom: 15px
}

#main .wrap-search .hack-height {
    height: 100%
}

#main .wrap-search .main-logo {
    float: left
}

#main .wrap-search .main-logo img {
    max-width: 70px;
    margin-top: 28px
}

#main .wrap-search h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2669a5;
    float: left;
    margin-top: 55px;
    margin-left: 30px
}

#main .wrap-search .search {
    max-width: 800px;
    margin: auto
}

#main .wrap-search .search form {
    margin-top: 15px;
    border: solid 1px #bbb
}

#main .wrap-search .search input {
    height: 50px;
    border: 0;
    width: 90%;
    float: left
}

#main .wrap-search .search .submit {
    float: left;
    width: 10%;
    background: url("/themes/custom/psud/img/bg-input-search.jpg") no-repeat left center #fff;
    height: 50px
}

#main .wrap-search .search .submit i {
    opacity: 0;
    visibility: hidden
}

#bottom-button-scroll {
    vertical-align: middle;
    right: 0;
    position: fixed;
    opacity: 1;
    text-align: center;
    z-index: 1000;
    bottom: 16px
}

#bottom-button-scroll.bottom-button-hidden {
    display: none
}

#sliding-popup .popup-content .popup-text p {
    margin: 0
}

#sliding-popup .popup-content #popup-buttons .agree-button,#sliding-popup .popup-content #popup-buttons .find-more-button {
    border: 0;
    border-radius: 0;
    background: transparent ;
    margin: 0;
    padding: 0;
    text-shadow: unset;
    box-shadow: unset;
    font-size: 14px;
    color: #fff
}

#sliding-popup .popup-content #popup-buttons .agree-button {
    margin-right: 20px
}

#sliding-popup .popup-content #popup-buttons .find-more-button {
    font-size: 12px
}

.addeventatc-wrapper {
    width: 100%
}

.addeventatc-wrapper .atcb-link {
    display: none
}

.addeventatc-wrapper .atc_event {
    display: none
}

.addeventatc-wrapper .addeventatc {
    text-align: left;
    font-weight: 600;
    border-color: #18a8e5;
    background: #18a8e5;
    padding: 12px 15px;
    padding-right: 50px;
    border-radius: 0;
    transition: all .25s linear;
    display: block;
    width: 100%
}

.addeventatc-wrapper .addeventatc .addeventatc_icon {
    display: none
}

.addeventatc-wrapper .addeventatc .addeventatc_dropdown {
    width: 262px
}

.addeventatc-wrapper .addeventatc .copyx {
    display: none
}

.addeventatc-wrapper .addeventatc:active {
    top: 0
}

.addeventatc-wrapper .addeventatc:hover {
    border-color: #2669a5;
    background: #2669a5;
    transition: all .25s linear
}

.addeventatc-wrapper .text {
    display: block;
    font-size: 18px;
    color: #fff
}

.addeventatc-wrapper .ico-add {
    font-weight: 100;
    line-height: 0;
    font-size: 45px;
    position: absolute;
    top: 18px;
    right: 12px;
    color: #fff
}

.skazy-deprecation-warning {
    border-radius: 0;
    padding: 15px 40px;
    color: #734c00;
    border: 1px solid #f4daa6;
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: -8px 0 0 #f4daa6;
    background-color: #fdf8ed;
    background-image: url("/themes/custom/psud/css/../../../../core/misc/icons/e29700/warning.svg");
    background-repeat: no-repeat;
    background-position: 15px 18px
}

.skazy-deprecation-warning strong {
    color: #734c00;
    font-weight: 800
}

.skazy-info-message {
    border-radius: 0;
    padding: 15px 40px;
    color: #191919;
    border: 1px solid #c62354;
    box-shadow: -8px 0 0 #c62354;
    background: #fdf8ed
}

#the_last_minute {
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #fff;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #ec3e37
}

#the_last_minute a {
    cursor: pointer;
    color: #fff
}

#the_last_minute a:hover {
    text-decoration: none;
    color: #ccc
}

.ico-type-affichage {
    margin: 30px 0
}

.ico-type-affichage .fa {
    color: #c5d0d9;
    transition-duration: .4s;
    font-size: 40px;
    cursor: pointer
}

.ico-type-affichage .fa:hover {
    color: #18a8e5
}

.ico-type-affichage .fa.first {
    margin-right: 16px
}

.ico-type-affichage.view_grid .fa-th {
    color: #18a8e5
}

.ico-type-affichage.view_list .fa-th-list {
    color: #18a8e5
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list-view_list,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list-view_list,.listing.listing_type_1.view_grid .list-view_list,.listing.listing_type_2.view_grid .list-view_list,.listing.listing_type_3.view_grid .list-view_list {
    display: none
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list,.listing.listing_type_1.view_grid .list .block-list,.listing.listing_type_2.view_grid .list .block-list,.listing.listing_type_3.view_grid .list .block-list {
    overflow: hidden;
    color: white;
    margin-bottom: 30px;
    height: 300px;
    position: relative;
    border-radius: 0
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .a-node,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .a-node,.listing.listing_type_1.view_grid .list .block-list .a-node,.listing.listing_type_2.view_grid .list .block-list .a-node,.listing.listing_type_3.view_grid .list .block-list .a-node {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .date,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .date,.listing.listing_type_1.view_grid .list .block-list .date,.listing.listing_type_2.view_grid .list .block-list .date,.listing.listing_type_3.view_grid .list .block-list .date {
    background-color: #011c3b;
    height: 30px;
    padding: 8px 25px;
    font-size: 13px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .categorie,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .categorie,.listing.listing_type_1.view_grid .list .block-list .categorie,.listing.listing_type_2.view_grid .list .block-list .categorie,.listing.listing_type_3.view_grid .list .block-list .categorie,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .title,.listing.listing_type_1.view_grid .list .block-list .title,.listing.listing_type_2.view_grid .list .block-list .title,.listing.listing_type_3.view_grid .list .block-list .title,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos,.listing.listing_type_1.view_grid .list .block-list .more-infos,.listing.listing_type_2.view_grid .list .block-list .more-infos,.listing.listing_type_3.view_grid .list .block-list .more-infos {
    background-color: rgba(24,168,229,.8);
    height: 35px;
    text-align: center;
    padding: 7px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .title,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .title,.listing.listing_type_1.view_grid .list .block-list .title,.listing.listing_type_2.view_grid .list .block-list .title,.listing.listing_type_3.view_grid .list .block-list .title,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos,.listing.listing_type_1.view_grid .list .block-list .more-infos,.listing.listing_type_2.view_grid .list .block-list .more-infos,.listing.listing_type_3.view_grid .list .block-list .more-infos {
    background-color: rgba(1,28,59,.8)
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos,.listing.listing_type_1.view_grid .list .block-list .more-infos,.listing.listing_type_2.view_grid .list .block-list .more-infos,.listing.listing_type_3.view_grid .list .block-list .more-infos {
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: pointer;
    transition-duration: .4s;
    color: white
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos .btn-more,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos .btn-more,.listing.listing_type_1.view_grid .list .block-list .more-infos .btn-more,.listing.listing_type_2.view_grid .list .block-list .more-infos .btn-more,.listing.listing_type_3.view_grid .list .block-list .more-infos .btn-more {
    transition-duration: .4s;
    opacity: 1
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos .infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list .more-infos .infos,.listing.listing_type_1.view_grid .list .block-list .more-infos .infos,.listing.listing_type_2.view_grid .list .block-list .more-infos .infos,.listing.listing_type_3.view_grid .list .block-list .more-infos .infos {
    transition-duration: .4s;
    text-align: center;
    opacity: 0;
    padding: 0 20px
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list:hover .more-infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list:hover .more-infos,.listing.listing_type_1.view_grid .list .block-list:hover .more-infos,.listing.listing_type_2.view_grid .list .block-list:hover .more-infos,.listing.listing_type_3.view_grid .list .block-list:hover .more-infos,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list:focus .more-infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list:focus .more-infos,.listing.listing_type_1.view_grid .list .block-list:focus .more-infos,.listing.listing_type_2.view_grid .list .block-list:focus .more-infos,.listing.listing_type_3.view_grid .list .block-list:focus .more-infos {
    height: calc(100% - 100px)
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list:hover .more-infos .infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list:hover .more-infos .infos,.listing.listing_type_1.view_grid .list .block-list:hover .more-infos .infos,.listing.listing_type_2.view_grid .list .block-list:hover .more-infos .infos,.listing.listing_type_3.view_grid .list .block-list:hover .more-infos .infos,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list:focus .more-infos .infos,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list:focus .more-infos .infos,.listing.listing_type_1.view_grid .list .block-list:focus .more-infos .infos,.listing.listing_type_2.view_grid .list .block-list:focus .more-infos .infos,.listing.listing_type_3.view_grid .list .block-list:focus .more-infos .infos {
    opacity: 1;
    height: auto
}

.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list:hover .more-infos .btn-more,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list:hover .more-infos .btn-more,.listing.listing_type_1.view_grid .list .block-list:hover .more-infos .btn-more,.listing.listing_type_2.view_grid .list .block-list:hover .more-infos .btn-more,.listing.listing_type_3.view_grid .list .block-list:hover .more-infos .btn-more,.block-skazy-contextual-actu-block .actu-blocks-holder .actu-blocks-big .list .block-list:focus .more-infos .btn-more,.block-skazy-contextual-demarche-block .actu-blocks-holder .actu-blocks-big .list .block-list:focus .more-infos .btn-more,.listing.listing_type_1.view_grid .list .block-list:focus .more-infos .btn-more,.listing.listing_type_2.view_grid .list .block-list:focus .more-infos .btn-more,.listing.listing_type_3.view_grid .list .block-list:focus .more-infos .btn-more {
    opacity: 0
}

.listing {
    min-height: 500px
}

.listing.listing_type_1.view_list .list-view_grid {
    display: none
}

.listing.listing_type_1.view_list .block-list {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c5d0d9
}

.listing.listing_type_1.view_list .block-list .title {
    color: #101c2d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.listing.listing_type_1.view_list .block-list .categorie {
    color: white;
    background-color: #18a8e5;
    display: table;
    padding: 4px 17px;
    border-radius: 3px;
    margin-top: 6px
}

.listing.listing_type_1.view_list .block-list .date {
    color: white;
    border-radius: 3px;
    text-align: center;
    padding: 0 5px;
    width: 60%;
    background-color: #18a8e5
}

.listing.listing_type_1.view_list .block-list .date div {
    padding: 4px 0
}

.listing.listing_type_1.view_list .block-list .date div:first-child {
    border-bottom: 1px solid rgba(255,255,255,.49)
}

.listing.listing_type_1.view_list .block-list .list-chapeau {
    border-left: 1px solid #c5d0d9;
    border-right: 1px solid #c5d0d9;
    height: 61px;
    padding: 0 3px
}

.listing.listing_type_1.view_list .block-list .list-chapeau .field {
    background-color: #f7f7f7;
    height: 100%;
    padding: 8px
}

.listing.listing_type_1.view_list .block-list .more-infos {
    font-size: 50px;
    color: #011c3b;
    padding: 0;
    line-height: 45px;
    border: 1px solid #011c3b;
    width: 48px;
    margin-top: 5px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: .4s;
    text-decoration: none
}

.listing.listing_type_1.view_list .block-list .more-infos:hover,.listing.listing_type_1.view_list .block-list .more-infos:focus {
    color: white;
    border: 1px solid #18a8e5;
    background-color: #18a8e5
}

.listing.listing_type_2,.listing.listing_type_3 {
    margin-top: 30px
}

.listing.listing_type_2.view_grid .list .block-list,.listing.listing_type_3.view_grid .list .block-list {
    height: 200px
}

.listing.listing_type_2.view_grid .list .block-list .more-infos .infos,.listing.listing_type_3.view_grid .list .block-list .more-infos .infos {
    margin-top: 10px
}

.listing.listing_type_2.view_grid .list .block-list .publication-title,.listing.listing_type_3.view_grid .list .block-list .publication-title {
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: #011c3b;
    width: 100%;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em
}

.listing.listing_type_2.view_grid .list .block-list .publication-title *,.listing.listing_type_3.view_grid .list .block-list .publication-title * {
    width: 80%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.listing.listing_type_2.view_grid .list .block-list:hover .more-infos,.listing.listing_type_2.view_grid .list .block-list:focus .more-infos,.listing.listing_type_3.view_grid .list .block-list:hover .more-infos,.listing.listing_type_3.view_grid .list .block-list:focus .more-infos {
    height: calc(100% - 65px) 
}

.listing.listing_type_2.view_grid .list .block-list:hover .publication-title,.listing.listing_type_2.view_grid .list .block-list:focus .publication-title,.listing.listing_type_3.view_grid .list .block-list:hover .publication-title,.listing.listing_type_3.view_grid .list .block-list:focus .publication-title {
    text-decoration: underline
}

.listing.listing_type_2.view_grid .list .block-list:hover .more-infos,.listing.listing_type_2.view_grid .list .block-list:focus .more-infos {
    height: calc(100% - 30px) 
}

.listing.listing_type_2.view_grid .list .block-list .play-icon {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.listing.listing_type_2.view_grid .list .block-list .play-icon i {
    font-size: 60px;
    margin-top: 65px;
    color: rgba(255,255,255,.85)
}

.listing .more-listing {
    text-align: center;
    color: white;
    margin-bottom: 20px
}

.listing .more-listing span {
    background-color: #2669a5;
    border-radius: 50%;
    font-size: 56px;
    transition-duration: .4s;
    padding: 0 17px;
    cursor: pointer;
    display: initial
}

.listing .more-listing span:hover {
    background-color: #011c3b
}

.listing .spinner {
    text-align: center;
    margin-bottom: 20px
}

.listing .fa-spinner {
    display: none
}

.listing.finish .end_result {
    display: block
}

.listing.finish .more-listing {
    display: none
}

.listing.loading .fa-spinner {
    display: inline-block
}

.listing.loading .more-listing {
    display: none
}

.listing .end_result {
    display: none;
    font-size: 34px;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px
}

.read-more-wrapper {
    text-align: center;
    clear: both
}

.read-more-wrapper.demarche-read-more-wrapper {
    text-align: left
}

.read-more-wrapper.demarche-read-more-wrapper .read-more {
    font-size: 16px;
    margin-top: 15px
}

.read-more-wrapper.demarche-read-more-wrapper .read-more a {
    padding: 10px 20px 10px 20px
}

.read-more-wrapper .read-more {
    color: #011c3b;
    padding: 0;
    border: 1px solid #011c3b;
    display: inline-block;
    transition-duration: .4s;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px
}

.read-more-wrapper .read-more i {
    margin-right: 15px;
    font-size: 14px
}

.read-more-wrapper .read-more a {
    color: inherit;
    padding: 15px 20px 15px 20px;
    display: inline-block;
    text-decoration: none
}

.read-more-wrapper .read-more a:hover {
    text-decoration: none
}

.read-more-wrapper .read-more:hover {
    color: white;
    background: #011c3b;
    border: 1px solid #011c3b
}



.agenda .button-notif {
    display: none
}

.agenda .block-search {
    margin-top: 30px
}

.bootstrap-datetimepicker-widget .old,.bootstrap-datetimepicker-widget .new {
    color: #c5d0d9 
}

.block-search {
    background-color: #c5d0d9;
    padding: 20px;
    border-radius: 3px
}

.block-search h3 {
    margin-top: 0;
    margin-bottom: 20px
}

.block-search .fa-search {
    color: #011c3b;
    text-align: center;
    display: block;
    font-size: 34px;
    cursor: pointer
}

.block-search input {
    width: 100%
}

.block-search input,.block-search select {
    margin-bottom: 10px
}

#main .white-bg .psud-josso-form {
    color: #011c3b
}

.page-josso-form .psud-logo-centered {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.page-josso-form .psud-logo-centered img {
    width: 150px
}

.page-josso-form .psud-josso-standalone-page-form .message.error {
    color: #ec3e37;
    font-weight: 600;
    padding: 8px 15px;
    border: 1px solid #ec3e37;
    margin-bottom: 40px
}

.page-josso-form .psud-josso-standalone-page-form .message.error p {
    margin: 0;
    padding: 0
}

.page-josso-form .psud-josso-form {
    padding: 40px 60px;
    margin-bottom: 50px;
    border-radius: 0;
    border: 1px solid #c5d0d9;
    background: #d4dce3;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1)
}

.page-josso-form .psud-josso-form .form-item .form-control {
    height: 40px;
    border-radius: 0
}

.page-josso-form .psud-josso-form .form-actions {
    clear: both;
    padding-top: 10px;
    margin-bottom: 0
}

.page-josso-form .psud-josso-form .form-actions .login-account .form-submit,.page-josso-form .psud-josso-form .form-actions .create-account a.button {
    font-size: 16px;
    line-height: 35px
}

.page-josso-form .psud-josso-form .form-actions .create-account {
    border-left: 1px solid #c5d0d9;
    padding-bottom: 10px
}

.page-josso-form .psud-josso-form .form-actions .helper-text {
    margin-top: 8px;
    font-size: .95em;
    line-height: 1em;
    text-align: center
}

.page-josso-form .skazy-auth-pass .form-type-checkbox label,.page-josso-form .skazy-auth-pass .form-type-checkbox input,.page-josso-form .skazy-auth-account .form-type-checkbox label,.page-josso-form .skazy-auth-account .form-type-checkbox input {
    display: inline-block;
    width: auto;
    height: auto 
}

.page-josso-form .skazy-auth-pass .form-type-checkbox label,.page-josso-form .skazy-auth-account .form-type-checkbox label {
    display: inline
}

.page-josso-form .psud-account-creation-form .psud-account-creation-form-intro {
    margin-bottom: 20px
}

.page-josso-form .psud-account-creation-form .psud-account-creation-form-intro ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.page-josso-form .psud-account-creation-form .form-item-email,.page-josso-form .psud-account-creation-form .form-item-username {
    margin-bottom: 20px
}

.page-josso-form .psud-account-creation-form .form-item-email .description,.page-josso-form .psud-account-creation-form .form-item-username .description {
    font-size: .85em
}

.page-josso-form .psud-account-creation-form .links {
    margin-top: 20px
}

.page-josso-form .psud-account-creation-form .links a {
    display: block
}

.page-josso-form .psud-account-creation-form .form-actions,.page-josso-form .psud-forgot-password-form .form-actions {
    padding-top: 0
}

.page-josso-form .psud-account-creation-form .form-actions .form-submit,.page-josso-form .psud-forgot-password-form .form-actions .form-submit {
    margin: 30px 0 0 0;
    width: auto;
    padding: 12px 50px;
    height: auto
}

.page-josso-form .psud-account-creation-form .form-type-captcha,.page-josso-form .psud-forgot-password-form .form-type-captcha {
    margin-bottom: 0;
    padding: 0
}

.page-josso-form .psud-account-creation-form .form-type-captcha,.page-josso-form .psud-forgot-password-form .form-type-captcha {
    text-align: center
}

.page-josso-form .psud-account-creation-form .form-type-captcha .g-recaptcha>div,.page-josso-form .psud-forgot-password-form .form-type-captcha .g-recaptcha>div {
    display: inline-block
}

.page-josso-form .psud-account-creation-form .form-actions,.page-josso-form .psud-forgot-password-form .form-actions {
    text-align: center
}

.page-josso-form .psud-account-creation-form div.links,.page-josso-form .psud-forgot-password-form div.links {
    text-align: center
}

body.path-frontpage .container-front-demarches-title {
    background: #eef1f4
}

body.path-frontpage .container-front-demarches-title .homepage-section-title {
    padding: 0 15px
}

body.path-frontpage .container-front-demarches {
    background: #c8d0d8
}

body.path-frontpage .container-front-demarches .skazy-demarches {
    padding: 0 0 30px 0
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items {
    padding: 0 15px
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item {
    min-height: 240px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-icon {
    flex-shrink: 0;
    position: relative
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-icon .demarche-icon-inner {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: #2669a5;
    display: block;
    padding: 15px;
    height: 82px;
    border: 1px dashed rgba(255,255,255,.8);
    -webkit-box-shadow: 0 0 0 3px #2669a5;
    -moz-box-shadow: 0 0 0 3px #2669a5;
    box-shadow: 0 0 0 3px #2669a5
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-icon .demarche-icon-inner .demarche-icon-image {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-icon .demarche-icon-shadow {
    background: url("/themes/custom/psud/css/../img/demarche-shadow.jpg") no-repeat center;
    width: 110px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: -10px
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-icon-inner,body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-title {
    transition: transform .75s ease-out,color .3s,background .3s,box-shadow .3s
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-title {
    padding-left: 15px;
    position: relative;
    z-index: 1;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #011c3b;
    text-decoration: none
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-title>span {
    display: block
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-title .demarche-title-1 {
    padding: 0 0 4px 0
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item .demarche-title .demarche-title-2 {
    padding: 4px 0 0 0
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item:hover .demarche-icon-inner {
    background: #18a8e5;
    -webkit-box-shadow: 0 0 0 3px #18a8e5;
    -moz-box-shadow: 0 0 0 3px #18a8e5;
    box-shadow: 0 0 0 3px #18a8e5
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item:hover .demarche-title {
    color: #fff;
    text-decoration: none
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item:hover .demarche-icon-inner,body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slider-item:hover .demarche-title {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform .75s ease-out,color .3s,background .3s,box-shadow .3s
}


body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slick-arrow {
    border: 1px solid rgba(255,255,255,.8);
    background: rgba(238,241,244,.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: rgba(1,28,59,.2);
    font-size: 25px
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slick-arrow:before {
    display: none
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items .slick-arrow:hover {
    background: #eef1f4;
    color: #011c3b
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items a {
    color: inherit;
    text-decoration: none
}

body.path-frontpage .container-front-demarches .skazy-demarches .slider-items a:hover {
    text-decoration: none
}

body.path-frontpage .container-front-demarches .skazy-demarches .read-more-wrapper {
    margin-top: 10px
}

body.path-frontpage .container-front-agenda {
    margin-top: 30px;
    margin-bottom: 30px
}

body.path-frontpage .container-front-agenda .col-agenda-standard .block>h2,body.path-frontpage .container-front-agenda .col-agenda-institutional .block>h2 {
    background: #2669a5;
    color: white;
    text-align: center;
    padding: 12px 8px 12px 8px;
    font-size: 20px
}


body.path-frontpage .container-front-actualites .homepage-section-title {
    color: #011c3b;
    margin-bottom: 30px
}

body.path-frontpage .container-front-dossiers {
    background: #011c3b
}

body.path-frontpage .container-front-dossiers .top-blue-bg {
    background: url("/themes/custom/psud/css/../img/dark-blue-bg.jpg") repeat-x;
    width: 100%;
    display: block;
    height: 7px
}

body.path-frontpage .container-front-dossiers .homepage-section-title {
    color: #bfbfbf;
    margin-bottom: 30px
}

body.path-frontpage .container-front-dossiers .read-more-wrapper .read-more {
    color: gray;
    border: 1px solid gray
}

body.path-frontpage .container-front-dossiers .read-more-wrapper .read-more:hover {
    color: #eaeaea;
    border: 1px solid #eaeaea
}

body.path-frontpage .container-front-dossiers .bot-blue-bg {
    background: url("/themes/custom/psud/css/../img/dark-blue-bg.jpg") repeat-x;
    width: 100%;
    display: block;
    height: 7px;
    padding-top: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.path-frontpage .container-front-autopromo {
    margin-top: 50px;
    margin-bottom: 50px
}

body.path-frontpage .container-front-autopromo .node {
    text-align: center;
    color: white;
    background: gray;
    font-size: 1.5em;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif
}

body.path-frontpage .container-front-autopromo .node .hover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

body.path-frontpage .container-front-mise-en-avant {
    margin-top: 50px;
    margin-bottom: 50px
}

body.path-frontpage .container-front-mise-en-avant .row-links .link-mise-en-avant a {
    position: relative;
    display: block;
    background: #2669a5;
    color: white;
    padding: 18px 55px 15px 20px;
    font-family: "Roboto","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em
}

body.path-frontpage .container-front-mise-en-avant .row-links .link-mise-en-avant a::after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    top: 4px;
    right: 15px
}

body.path-frontpage .container-front-mise-en-avant .row-links .link-mise-en-avant a:hover {
    text-decoration: none;
    background: #011c3b
}


.openx {
    background: white
}

.mashups_error-tpl {
    width: 1200px;
    margin: 30px auto 30px auto
}

.mashups_error-tpl .mashups-error-summary {
    font-size: 1.2em;
    margin-bottom: 40px
}

.mashups_error-tpl .mashups-error-summary .error-human {
    text-align: center
}

.section-moment .section-moment-header h2 {
    color: white
}

.section-moment .tab-content {
    padding: 30px 0
}

.section-moment .tab-content>.tab-pane {
    cursor: ew-resize
}

.section-moment .bandeau {
    background-color: #18a8e5;
    height: 120px;
    position: relative;
    -webkit-box-shadow: inset 0 -42px 15px -33px rgba(0,0,0,.11);
    -moz-box-shadow: inset 0 -42px 15px -33px rgba(0,0,0,.11);
    -ms-box-shadow: inset 0 -42px 15px -33px rgba(0,0,0,.11);
    box-shadow: inset 0 -42px 15px -33px rgba(0,0,0,.11);
    margin-top: 0
}

.section-moment .bandeau .nav {
    position: absolute;
    bottom: 0;
    border-bottom: 0
}

.section-moment .bandeau .nav li {
    margin-bottom: 0;
    background-color: rgba(255,255,255,0)
}

.section-moment .bandeau .nav li a {
    color: white;
    background-color: #2669a5
}

.section-moment .bandeau .nav li a:hover {
    background-color: white;
    color: #2669a5;
    border-bottom: 1px solid white
}

.section-moment .bandeau .nav li.active a {
    background-color: white;
    color: #2669a5
}

.section-moment .block-img .play-icon {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .1s linear
}

.section-moment .block-img .play-icon i {
    font-size: 60px;
    margin-top: 65px;
    color: rgba(255,255,255,.85)
}

.section-moment .block-img.first .play-icon i {
    font-size: 150px;
    margin-top: 150px
}

.section-moment .block-img:hover .play-icon {
    opacity: 0;
    transition: all .1s linear
}

.webform-submission-nous-contacter-form .contact-form-wrapper,.webform-submission-nous-contacter-add-form .contact-form-wrapper {
    margin-bottom: 40px;
    padding: 30px;
    background: #eaeaea;
    border: 1px solid #d1d1d1
}

.webform-submission-nous-contacter-form .form-type-captcha,.webform-submission-nous-contacter-add-form .form-type-captcha {
    text-align: center
}

.webform-submission-nous-contacter-form .form-type-captcha .g-recaptcha>div,.webform-submission-nous-contacter-add-form .form-type-captcha .g-recaptcha>div {
    display: inline-block
}

.webform-submission-nous-contacter-form .form-managed-file .messages,.webform-submission-nous-contacter-add-form .form-managed-file .messages {
    display: none
}

.webform-submission-nous-contacter-form .form-actions,.webform-submission-nous-contacter-add-form .form-actions {
    text-align: center
}

.webform-submission-nous-contacter-form .form-actions .webform-button--submit,.webform-submission-nous-contacter-add-form .form-actions .webform-button--submit {
    width: 250px;
    display: inline-block
}

.webform-submission-nous-contacter-form .localisation-map,.webform-submission-nous-contacter-add-form .localisation-map {
    margin-bottom: 40px
}

.webform-submission-nous-contacter-form .localisation-map .inner>iframe,.webform-submission-nous-contacter-form .localisation-map .inner>div,.webform-submission-nous-contacter-add-form .localisation-map .inner>iframe,.webform-submission-nous-contacter-add-form .localisation-map .inner>div {
    min-height: 400px;
    border: 0;
    width: 100%
}


.webform-submission-nous-contacter-form .form-type-captcha,.webform-submission-nous-contacter-add-form .form-type-captcha {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px
}

.webform-submission-nous-contacter-form .form-actions .submit-form,.webform-submission-nous-contacter-add-form .form-actions .submit-form {
    margin: 0;
    padding: 0
}

.form-item-mergevars-fname .form-required {
    display: none
}

.slick-lightbox .slick-prev,.slick-lightbox .slick-next {
    z-index: 1
}

.page-system .page-system-content {
    text-align: center;
    margin-bottom: 40px
}

.page-system .page-system-content .psud-logo {
    width: 250px;
    margin: 20px 0
}

.page-system .page-system-content p {
    font-weight: 600;
    font-size: 1.1em
}

#sliding-popup .popup-content .eu-cookie-compliance-buttons {
    margin: 5px 0
}

.slick-dots li button:before {
    content: none 
}


@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;700&display=swap");@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.eot");
    src: local("Roboto Light"),local("Roboto-Light"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.eot");
    src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-300italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.eot");
    src: local("Roboto"),local("Roboto-Regular"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-regular.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.eot");
    src: local("Roboto Italic"),local("Roboto-Italic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.eot");
    src: local("Roboto Medium"),local("Roboto-Medium"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.eot");
    src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-500italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.eot");
    src: local("Roboto Bold"),local("Roboto-Bold"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.eot");
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/Roboto/roboto-v16-latin-700italic.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.eot");
    src: local("Source Sans Pro Light"),local("SourceSansPro-Light"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.eot");
    src: local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-300italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.eot");
    src: local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.eot");
    src: local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-regular.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.eot");
    src: local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.eot");
    src: local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-600italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.eot");
    src: local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700italic.svg#SourceSansPro") format("svg")
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.eot");
    src: local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.woff2") format("woff2"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.woff") format("woff"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/SourceSansPro/source-sans-pro-v10-latin-700.svg#SourceSansPro") format("svg")
}



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: #fff url("/themes/custom/psud/css/../img/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("/themes/custom/psud/css/../fonts/slick.eot");
    src: url("/themes/custom/psud/css/../fonts/slick.eot?#iefix") format("embedded-opentype"),url("/themes/custom/psud/css/../fonts/slick.woff") format("woff"),url("/themes/custom/psud/css/../fonts/slick.ttf") format("truetype"),url("/themes/custom/psud/css/../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: 0;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}


.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em 
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text
}

.bootstrap-tagsinput input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777
}

.bootstrap-tagsinput input:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0 2px
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}


/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,0.9);
    outline: none ;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none 
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none 
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

.lity-hide {
    display: none
}


.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 15px
}

.slick-lightbox .slick-next {
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×'
}
