/*
Theme Name: Sauer Pechelbronn Avada Child
Description: Child theme for the Avada
Author: ORIS Systems
Template: Avada
*/

@import 'font-awesome/css/font-awesome.min.css';

/* --- BENOIT : SERVICE ONLINE - 12/10/2015 -----*/
#slidingbar-area a {
    padding: 10px;
    display: block;
}

/* --- couleurs liens menu FS --- */
.menufs a {
    color: #000091 !important;
}

.menufs a:hover {
    color: #d53731 !important;
    font-size: 22px;
}

.menufs a:active {
    color: #000091 !important;
}

/* ----- Arrêtés ----- */

.arrete_wrapper {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.arrete_wrapper .fa {
    font-family: FontAwesome !important;
}

.arrete_wrapper .arrete_header {
    margin-bottom: 10px;
    font-size: 13pt;
}

.arrete_wrapper .arrete_header .type_arrete {
    font-size: 10pt;
}

.arrete_wrapper .arrete_label {
    font-weight: bold;
}

.arrete_wrapper .arrete_download_link {
    display: block;
    float: left;
    clear: left;
    padding: 10px;
    margin-top: 10px;
    font-size: 16pt;
    color: #ffffff;
    background-color: #a5d34f;
}

.arrete_wrapper .arrete_download_link:hover {
    color: #ffe600;
}

/* ----- Formulaire de recherche d'arrêtés' ----- */

/* -- Search -- */
body.page-template-page_search_arretes #main {
    padding-top: 150px;
    position: relative;
}

#search_arretes_wrapper {
    width: 100%;
    padding: 30px 0;
    border: 1px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: #ffe600;
}

form#search_arretes {
    display: inline;
}

form#search_arretes > .form_item {
    display: inline;
}

form#search_arretes .search_object {
    margin-top: 20px;
}

form#search_arretes .search_object label {
    display: inline;
    font-weight: bold;
}

form#search_arretes .search_object input#objet {
    max-width: 500px;
}

form#search_arretes .search_object input[type='submit'] {
    display: inline-block;
    height: 29px;
    font-size: 10pt;
    color: #ffffff;
    background-color: #a5d34f;
    border: none;
}

/* -- Results -- */
#results_arretes {
    box-sizing: border-box;
}

#results_arretes {
    min-height: 200px;
}

#results_arretes > .arrete_wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

#results_arretes > .arrete_wrapper .arrete_content {
    width: 100%;
    min-height: 85px;
    padding: 10px;
    border-left: 5px solid #ffe600;
}

#results_arretes .arrete_info {
    float: left;
    min-width: 70px;
    padding-right: 15px;
}

#results_arretes .arrete_result_title {
    font-size: 18px;
    text-transform: uppercase;
}

#results_arretes .arrete_objet {
    width: 65%;
}

#results_arretes .no_result {
    padding: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}

#results_arretes .arrete_links {
    float: left;
    min-width: 15%;
}

#results_arretes a.arrete_download_link {
    width: 100%;
    padding: 5px;
    margin: 0;
    font-size: 11pt;
}

#results_arretes a.arrete_download_link:first-child {
    margin-bottom: 5px;
}

#results_arretes .custom-pagination {
    clear: both;
}

#results_arretes .custom-pagination .current {
    color: #a5d34f;
    font-weight: bold;
}

/* ----- Délibérations ----- */

.deliberation_wrapper {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}

.deliberation_wrapper .fa {
    font-family: FontAwesome !important;
}

.deliberation_wrapper .deliberation_header {
    margin-bottom: 10px;
    font-size: 13pt;
}

.deliberation_wrapper .deliberation_header .type_deliberation {
    font-size: 10pt;
}

.deliberation_wrapper .deliberation_label {
    font-weight: bold;
}

.deliberation_wrapper .deliberation_download_link {
    display: block;
    float: left;
    clear: left;
    padding: 10px;
    margin-top: 10px;
    font-size: 16pt;
    color: #ffffff;
    background-color: #a5d34f;
}

.deliberation_wrapper .deliberation_download_link:hover {
    color: #ffe600;
}

/* ----- Formulaire de recherche de délibérations ----- */

/* -- Search -- */
body.page-template-page_search_deliberations #main {
    padding-top: 150px;
    position: relative;
}

#search_deliberations_wrapper {
    width: 100%;
    padding: 30px 0;
    border: 1px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: #ffe600;
}

form#search_deliberations {
    display: inline;
}

form#search_deliberations > .form_item {
    display: inline;
}

form#search_deliberations select {
    border: 1px solid #cccccc;
}

form#search_deliberations .radios {
    margin-top: 0;
    line-height: 1em;
}

form#search_deliberations .radios input {
    margin: 0;
    vertical-align: -2px;
}

form#search_deliberations .radios label {
    padding: 0 20px 0 5px;
}

form#search_deliberations .select label {
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}

form#search_deliberations .search_object {
    margin-top: 20px;
}

form#search_deliberations .search_object label {
    display: inline;
    font-weight: bold;
}

form#search_deliberations .search_object input#objet {
    max-width: 500px;
}

form#search_deliberations .search_object input#objet_submit {
    display: inline-block;
    height: 29px;
    font-size: 10pt;
    color: #ffffff;
    background-color: #a5d34f;
    border: none;
}

/* -- Results -- */
#results_deliberations {
    box-sizing: border-box;
}

#results_deliberations {
    min-height: 200px;
}

#results_deliberations > .deliberation_wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

#results_deliberations > .deliberation_wrapper .deliberation_content {
    width: 100%;
    min-height: 85px;
    padding: 10px;
    border-left: 5px solid #ffe600;
}

#results_deliberations .deliberation_info {
    float: left;
    min-width: 70px;
    padding-right: 15px;
}

#results_deliberations .deliberation_objet {
    width: 65%;
}

#results_deliberations .no_result {
    padding: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}

#results_deliberations .deliberation_links {
    float: left;
    min-width: 15%;
}

#results_deliberations a.deliberation_download_link {
    width: 100%;
    padding: 5px;
    margin: 0;
    font-size: 11pt;
}

#results_deliberations a.deliberation_download_link:first-child {
    margin-bottom: 5px;
}

#results_deliberations .custom-pagination {
    clear: both;
}

#results_deliberations .custom-pagination .current {
    color: #a5d34f;
    font-weight: bold;
}

/* ----- Custom pagination ----- */

.custom-pagination {
    text-align: center;
}

.custom-pagination .page-num {
    font-weight: bold;
    padding-right: 25px;
}

.custom-pagination .pagination_links .page-numbers {
    padding: 0 5px;
    font-weight: bold;
}

.custom-pagination .pagination_links .current {
    font-weight: normal;
}

/* ----- Associations (page) -----*/

#association {
    padding: 10px;
    border: 1px solid #cccccc;
}

#association .asso_info {
    margin-bottom: 10px;
}

#association .asso_label {
    font-weight: bold;
}

#association .adresse_group .asso_group_label {
    font-size: 14pt;
    font-weight: bold;
}

#association .adresse_group .adresse_bloc {
    padding: 5px;
}

/* ----- Associations (ess grid) ----- */

article#associations .esg-media-cover-wrapper {
    position: static;
}

article#associations .esg-tc,
article#associations .esg-entry-cover,
article#esg-grid-2-1-wrap .esg-tc,
article#esg-grid-2-1-wrap .esg-entry-cover,
article#esg-grid-3-1-wrap .esg-tc,
article#esg-grid-3-1-wrap .esg-entry-cover,
article#esg-grid-4-1-wrap .esg-tc,
article#esg-grid-4-1-wrap .esg-entry-cover {
    height: 100% !important;
}

article#associations .esg-entry-cover .esg-top,
article#esg-grid-2-1-wrap .esg-entry-cover .esg-top,
article#esg-grid-3-1-wrap .esg-entry-cover .esg-top,
article#esg-grid-4-1-wrap .esg-entry-cover .esg-top {
    min-height: 55px;
    margin: 0;
}

article#associations .eg-association-element-1,
article#esg-grid-2-1-wrap .eg-association-element-1,
article#esg-grid-3-1-wrap .eg-association-element-1,
article#esg-grid-4-1-wrap .eg-association-element-1 {
    margin-top: 10px !important;
}

article#associations .esg-entry-cover .ess_grid_asso_ville {
    font-size: 11pt;
}

article#associations .esg-entry-cover .ess_grid_asso_activite_principale {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 11pt;
    font-size: 11pt;
    color: #a5d34f;
}

article#associations .esg-entry-cover a.ess_link_more,
article#esg-grid-2-1-wrap .esg-entry-cover a.ess_link_more,
article#esg-grid-3-1-wrap .esg-entry-cover a.ess_link_more,
article#esg-grid-4-1-wrap .esg-entry-cover a.ess_link_more {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    background-color: #a5d34f;
}

article#associations .esg-entry-cover a.ess_link_more:hover,
article#esg-grid-2-1-wrap .esg-entry-cover a.ess_link_more:hover,
article#esg-grid-3-1-wrap .esg-entry-cover a.ess_link_more:hover,
article#esg-grid-4-1-wrap .esg-entry-cover a.ess_link_more:hover {
    color: #ffe400;
}

/* DAVID : 14/08/2015 : theming des filters ESSGrid */
.esg-filter-wrapper {
    margin: 20px 0;
}

.esg-selected-filterbutton {
    padding: 5px 10px 5px 20px;
    font-size: 16pt;
    color: #ffffff;
    background-color: #cccccc;
}

.esg-selected-filterbutton:hover {
    color: #000000;
}

.esg-dropdown-wrapper {
    width: 800px;
    margin-left: -200px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

div.esg-dropdown-wrapper .items_col {
    float: left;
    width: 33.33%;
    min-width: 150px;
}

div.esg-dropdown-wrapper .esg-filterbutton {
    line-height: 1em;
}

div.esg-dropdown-wrapper .esg-filterbutton span:hover {
    color: #cccccc;
}

/* --- Sliding bar label --- */

.sb-toggle-wrapper {
    padding-left: 10px !important;
    border: none !important;
    background-color: #81d742;
    border-bottom-left-radius: 4px;
}

a.sb-toggle {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 12pt !important;
    line-height: 20px !important;
    outline: none !important;
}

a.sb-toggle:after {
    display: inline !important;
    position: relative !important;
    top: -1px !important;
    left: 0 !important;
    font-size: 14pt !important;
    vertical-align: middle !important;
}

/* --- TIPI form --- */

#tipi_form_wrapper {
    margin-top: 25px;
    text-align: center;
}

#tipi_form_wrapper .form_errors {
    display: inline-block;
    clear: both;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #ff0000;
    background-color: #ffdddd;
    color: #ff0000;
}

#tipi_form_wrapper form {
    display: inline-block;
    clear: both;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #81d742;
    text-align: left;
}

#tipi_form_wrapper input {
    width: auto;
    min-width: auto;
    margin: 0;
    max-width: 100%;
}

#tipi_form_wrapper .form_tr {
    clear: both;
    margin-bottom: 5px;
}

#tipi_form_wrapper .form_label {
    font-weight: bold;
}

#tipi_form_wrapper .form_inline > div {
    float: left;
}

#tipi_form_wrapper .form_inline > div:first-child {
    margin-right: 10px;
}

#tipi_form_wrapper .form_description {
    clear: left;
    font-style: italic;
}

#tipi_form_wrapper .form_mention {
    margin-top: 15px;
    color: #ff0000;
}

#tipi_form_wrapper .form_submit {
    margin-top: 15px;
    text-align: center;
}

/*--- DAVID : 20/06/2016 : correction EventOn ---*/
.home .evcal_month_line {
    display: block !important;
    text-align: center;
}

/*--- DAVID : 09/01/2017 ---*/
.flipbook_download_link {
    display: block;
    clear: left;
    padding: 10px;
    margin-top: 10px;
    font-size: 16pt;
    text-align: center;
    color: #ffffff;
    background-color: #a5d34f;
}

.flipbook_download_link:hover {
    color: #ffe600;
}

/*--- DAVID : 09/05/2017 :  Ticket#2017040510000013 — Flux RSS  */
ul.rss-feed-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
}

ul.rss-feed-items li.rss-feed-item {
    float: left;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 15px;
}

ul.rss-feed-items li.odd {
    clear: left;
}

ul.rss-feed-items li.rss-feed-item h2.item-title a {
    color: #a0ce4e;
}

ul.rss-feed-items li.rss-feed-item h2.item-title a:hover {
    color: #747474;
}

ul.rss-feed-items li.rss-feed-item img {
    float: left;
    margin: 10px 10px 10px 0;
}

ul.rss-feed-items li.rss-feed-item ul {
    clear: left;
}
