.no-link {
    cursor: default !important;
}

#team .team-thumb.no-link {
    cursor: default;
    min-height: 150px;
}


#team .team-thumb:hover .team-overlay {
    cursor: default;
}

#team .team-thumb .infos .surname {
    text-transform: uppercase;
}

#team .column:hover .infos {
    opacity: 1;
}

header h1 span.title {
    padding-bottom: 0 !important;
}

.section-home .intro-home-section h2 strong{
    color: #fff;
    font-family: "quicksandbold";
}

.more-link {
    color: #080808;
}

.more-link:hover {
    color: #0D7256;
    text-decoration: none;
}

.details-loc-map strong{
    font-weight: bold;
}

.link {
    cursor: pointer !important;
}

/* = Single Nos actions
----------------------------------------- */
.details-loc-map .box-content.bloc-aafdi_ec  {
    line-height: 24px;
}
.details-loc-map .box-content li {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}
.details-loc-map .box-content li:before {
    content: "• ";
    color: #0d7256;
    vertical-align: top;
    font-family: 'quicksandlight';
}

/* = Single Network Member.
----------------------------------------- */
.details-loc-map .box-content.bloc-mr_chiffrescles {
    padding-top: 25px;
}
.details-loc-map .box-content.bloc-mr_chiffrescles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.details-loc-map .box-content.bloc-mr_chiffrescles ul li {
    margin-bottom: 6px;
}
.details-loc-map .box-content.bloc-mr_chiffrescles ul li:nth-child(2) {
    margin-bottom: 13px;
}


/* = Map.
----------------------------------------- */

.content-bloc-right .container-map .map {
    height: 660px !important;
    width: 100% !important;
}

/* = Marker on map.
----------------------------------------- */
.c_markers {
    display: none;
}
.popup-markers {
    text-align: center;
    padding: 15px 45px;
    max-width: inherit !important;
}
.popup-markers h3 {
    font-size: 25px;
    color: #0d7256;
    line-height: normal;
    font-family: 'quicksandlight';
    padding: 0;
    margin: 0;
}
.popup-markers h4 {
    color: #0d7256;
    display: block;
    font-size: 20.75px;
    line-height: normal;
    font-family: 'quicksandbold';
    padding: 0;
    margin: 0;
}
.popup-markers h5 {
    display: block;
    line-height: 16px;
    color: #242424;
    font-size: 18.44px;
    text-align: center;
}

.popup-markers .btn {
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 20px 5px 20px;
}




/* = Buddy Press
----------------------------------------- */
.form-upload-doc {
    max-width: 80%;
    margin: auto;
}
.form-upload-doc .input-group {
    margin: 15px 0;
}
.form-upload-doc .alert {
    padding: 8px;
    margin-top: 15px;
}
.form-upload-doc .btn-sub {
    margin: auto 0 auto auto;
    display: block;
}
.alert-error {
    font-size: 14px;
    padding: 8px;
    margin-bottom: 20px;
    color: #89241b;
    background-color: #ffffff;
    border-color: #ffffff;
}

.b-link {
    color: #fff;
    font-size: 15px;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.30);
    font-family: 'quicksandbold';
    background-color: #0d7256;
    padding: 10px 20px 12px 20px;
}

.b-link:hover, .b-link:focus {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

#upload-personal-li {
    display: none;
}

.title-e {
    font-family: 'quicksandbold';
    text-align: center;
    color: #0d7256;
    font-size: 22px;
    margin: 0 0 22px 0;
}
.widget-title {
    display: none !important;
}
#doc-options {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#tree-search {
    margin: 10px;
}
#tree-search-input {
    width: 50%;
    box-shadow: 0 1px 1px #ccc;
}
#tree-search-input:focus {
    color: #9DBFAF;
}

.baw-month {
    text-transform: capitalize;
}

@media only screen and (max-width:576px) {
    #tree-search {
        margin: 15px;
    }
    #tree-search-input {
        width: 100%;
    }
}
