h1 {
    font-size: 1.4em;
	padding: 0 0 0 20px;
	background: #fd9a00;
}

@media only screen {
 h1 {
        margin-left: -25px;
        font-size: 1.0em;
        padding: 7px 15px 7px 35px;
        background: #fd9a00;
        color: #19232c;
        font-weight: bold;
        overflow: hidden;
        display: inline;
    }
}

.sidebar h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    background: #19232d;
    color: #efefef;
    padding: 0 14px;
    line-height: 34px;
    margin-bottom: 5px;
}

h4 {
    font-size: 0.85em;
    font-weight: bold;
}

a {
    color: #179b32;
    font-weight: bold;
}
a:hover {
    color: #179b32;
    font-weight: bold;
    text-decoration: underline;
}

.button {
    margin: 0 0 0.7rem !important;
}

#list-button-top {
    font-weight: bold;
    background: #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 0 0 0 0;
    margin: 0 0 0 0 !important;
}

#list-button-top li {
    float: left;
    height: 100%;
    margin-bottom: 0px !important;
    background: #f2f2f2;
    font-weight: bold;
    color: #363636 !important;
    display : block !important;
}

#list-button-top li:hover {
    background: #008cba;
    color: #363636 !important;
}

#list-button-top a {
    display: block !important;
    color: #363636;
    padding: 10px 20px;
    font-size: 1em !important;
}

#list-button-top li a:hover {
    color: #ffffff !important;
}

#list-button-top li:last-of-type {
    margin-right: 0px;
    margin-left: 0px;
}

.separator_header_menu {
    background: #f2f2f2 !important;
    padding: 10px 10px;
}
.separator_header_menu:hover {
    background: #f2f2f2 !important;
}


.c2 {
    background-color: #ffffff;
    border: 10px solid #93CF65;
    -moz-border-radius: 50%;
    -webkit-border-radius: 390px;
    border-radius: 390px;
    width: 100%;
    height: 200px;
}

.c2:hover {
    border: 10px solid #179b32;
}

.alphabet-letters {
    text-transform: uppercase;
    font-weight: bold;
}



.article_thalwind img {
    margin: 10px;
}

.titles_rss {
    margin: 3px 0 20px 0;
}

.label_list {
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    width: 100px;
}

.icon-bar a:hover {
    background-color: #008cba;
}
.icon-bar a.active {
    background-color: #FFB062;
}

#filtre-button {
    background-color: #e7e7e7;
    margin-bottom: 10px;
}

#filtre-button a i {
    color: black;
}

.filtre-item {
    margin-left: 7px;
}
.filtre-item-icon {
    font-size: 2.5em;
}

.favoris {
    font-size: 2em;
    color: black;
}
.favoris:hover {
    color: #EACB00;
    cursor: pointer;
}
.is_favoris {
    color: #EACB00;
}


.rss-label {
    background-color: #92A4A6;
    font-size: 0.6em;
}
.rss-title {
    color: #016532 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 0.78em;
    font-weight: bold;
}
.rss-description {
    padding: 5px 5px;
    margin: 0;
    line-height: 1.15em;
    font-size: 0.75em;
}
.rss-date {
    margin-top: 10px !important;
    font-size: 0.85em;
    color: #353030;
    font-weight: bold;
}
.rss-button {
    background-color: #179b32;
    font-size: 1.2em !important;
    color: #ffffff;
    font-weight: normal;
    width: 50%;
}
.rss-button:hover {
    background-color: #15852c;
    font-size: 1.2em !important;
    color: #ffffff;
    font-weight: normal;
}

/* Boutique */

#map {
   width: 100%;
   height: 600px;
   background-color: grey;
 }

.default-button {
    background-color: #179b32;
    padding: 5px 10px 5px 10px;
    margin: 8px !important;
    vertical-align: center;
    font-weight: bold;
    font-size: 1.2em !important;
    color: #ffffff;
    font-weight: normal;
    font-family: Arial;
 }
 .default-button:hover, .default-button:focus {
    background-color: #15852c;
    padding: 5px 10px 5px 10px;
    margin: 8px !important;
    vertical-align: center;
    font-size: 1.2em !important;
    color: #ffffff;
    font-weight: normal;
 }


/* Forum Ludique */

.all-line-vote:hover {
    background-color: rgba(0, 150, 200, 0.2);
    display: block;
}
.list-votes-content a {
    color: #000000;
}

/* Nav Droite */

#littleDivFixed {
    background-color: #179b32;
    width: 36px;
    position: fixed;
}

#littleDivFixed ul {
    padding: 0 !important;
}

#littleDivFixed li {
    margin: 0;
}

#littleDivFixed li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #19232c;
    font-size: 1.1em !important;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

#littleDivFixed li:hover {
    background-color: #fd9a00;
}

.icon-bar a.active_filters:hover, a.active_favoris:hover {
    background-color: #e7e7e7;
}
.icon-bar a.active_filters:hover >  i {
    color: #008cba !important;
}
.icon-bar a.active_filters > i.active {
    color: #008cba !important;
}
.icon-bar a.active_favoris:hover >   i {
    color: #eacb00 !important;
}
.icon-bar a.active_favoris > i.active {
    color: #eacb00 !important;
}

/* Scroll to top */

.scrollToTop{
    width: 50px; 
    height: 50px; 
    text-align:center; 
    background: #444;
    font-weight: bold;
    color: #e7e7e7;
    text-decoration: none;
    position:fixed;
    top: 75px;
    right: 5%;
    display:none;
    line-height: 50px;
    z-index: 999;
}
.scrollToTop:hover{
    text-decoration:none;
}

/* Filtres */

.filtre_button {
    width: 110px;
    height: 39px;
    font-size: 0.8em;
    margin-top: -7px;
    padding: 0 15px 0 0;
    color: #ffffff;
    background: url('../../../public/images/design/btn-filtre.png');
}

#filtre_form fieldset {
    margin: 5px 5px 8px 5px;
    padding: 5px 0 0px 20px;
    border: 1px solid #969696;
    background: #e7e7e7;
    color: #ffffff;
    height: 300px;
}

#thalwind_checkbox label {
    margin-right: 0px;
    color: #444444;
    font-weight: 500;
    line-height: 1.5em;
}

/* Pikaday */

#datepicker {
    margin: 0 10px 0 0;
}

.card-section {
    padding: 0.2rem; 
}

.footer-menu li {
    list-style-type: none;
}


.simple-subscription-form {
  background: #0c3e5f;
  color: #fefefe;
  padding: 2rem;
  border-radius: 0;
}

.simple-subscription-form .button {
  margin-bottom: 0;
  border-radius: 0 0 0 0;
}

