#p_bonjour {
    transition: color 2s ease 0s;
}
#p_title {
    transition: color 2s ease 0s;
}

.region {
    margin: 30px 0 10px 0;
}
.panel {
    border: none;
    margin-bottom: 10px;
    animation: slide-down .3s ease-out;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}
.panel.col-md-6,  .col-sm-6{
    padding-right: 10px;
    padding-left: 10px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel_title {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.panel_title.Nature {
    border-left: 16px solid #81a725;
}
.panel_title.Culinaire {
    border-left: 16px solid #ff0713;
}
.panel_title.Culture {
    border-left: 16px solid #ffc107;
}
.panel_title.Sport {
    border-left: 16px solid #B84118;
}
.panel_title.Bien-être {
    border-left: 16px solid #009c8c;
}
.panel_title.Pêche {
    border-left: 16px solid #4363d8;
}
.panel_title.Tourisme_rural {
    border-left: 16px solid #ff5200;
}
.panel_title.Photo {
    border-left: 16px solid #9c27b0;
}
.panel_title.Romantique {
    border-left: 16px solid #e6beff;
}
.panel_title.Transport {
    border-left: 16px solid #666726;
}

button.button_legende_filter_acivity{
    background-color: rgb(239, 239, 239);
    color: #333;
    width: unset;
    height: unset;
    border: none;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
    line-height: 26px;
    padding: 5px;
    margin: 5px;
    transition: 0.4s;
}
button.button_legende_filter_acivity:hover{
    background-color: #ccc;
}

#show_all_category_btn{
    font-size: 14px;
}


.button_legende_filter_acivity.Nature{
    border-left: 5px solid #81a725;
    color: #81a725;
}
.button_legende_filter_acivity.Culinaire{
    border-left: 5px solid #ff0713;
    color: #ff0713;
}
.button_legende_filter_acivity.Culture{
    border-left: 5px solid #ffc107;
    color: #ffc107;
}
.button_legende_filter_acivity.Sport{
    border-left: 5px solid #B84118;
    color: #B84118;
}
.button_legende_filter_acivity.Bien-être{
    border-left: 5px solid #009c8c;
    color: #009c8c;
}
.button_legende_filter_acivity.Pêche{
    border-left: 5px solid #4363d8;
    color: #4363d8;
}
.button_legende_filter_acivity.Tourisme.rural{
    border-left: 5px solid #ff5200;
    color: #ff5200;
}
.button_legende_filter_acivity.Photo{
    border-left: 5px solid #9c27b0;
    color: #9c27b0;
}
.button_legende_filter_acivity.Romantique{
    border-left: 5px solid #e6beff;
    color: #e6beff;
}
.button_legende_filter_acivity.Transport{
    border-left: 5px solid #666726;
    color: #666726;
}
/*
Available Types:
Bien-être
Culinaire
Culture
Nature
Pêche
Photo
Romantique
Sport
Tourisme rural
Transport
*/
.panel_title i {
    margin-right:15px;
    height:16px;
}

.active, .panel_title:hover {
    background-color: #ccc;
}
.panel_title:after {
    content: '\2193';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2191";
}

.panel_body {
    padding: 10px 15px 5px 15px;
    display: none;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}
@media screen and (max-width: 991px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .panel.col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .panel_body {
        padding: 5px 10px 5px 10px;
    }
}

.panel_body_right {
    text-align:right;
}
.panel_body_right p {
    font-size:12px;
    margin-bottom: 4px;
}
div.panel_body{
    text-align: justify;
}
p.ref {
    text-align:right;
    font-style: italic;
}
i.em{
    margin-right: 5px;
}
p.icons_activity i {
    margin-left: 10px;
    margin-right: 0px;
}
a.btn{
    color:white;
    font-size: 14px;
    margin-right: 5px;
}

/*Help Legend button*/
/* #help_legend_button {
  position: fixed;
  width: 150px;
  bottom: 10px;
  right: 10px;
  border-radius: 20%;
  z-index: 1000;
} */

#activite_footer {
    margin-top: 50px;
}