.search .container-fluid ul {
    column-count: 1;
    padding-left: 0;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}

.search li {
    list-style-type: none;
    text-align: center;
}

.search h2 {
  /*  text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 3em;
    color: #000;*/
/*font-size: 80px;*/

}

.search h2 > span {
    color: #444;
}

.search h3 {
    color: black;
        padding-top: 0px;
}

.search h3 a::before {
    content: "";
}
.search .excerpt {
    font-size: 1.1em;
}

.search .read-more {
    /*font-weight: bold;*/
    font-size: 1.1em;
    color: black;
    text-align: center;
}

.search .read-more > a {
    color: black;
}

.search .tags {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search .tags > a {
    margin: 6px 5px;
}

.search .article-tags > h3 {
    font-size: 1.1em;
}

#search_modal .row, #search_modal input {
    width: 100%;
}

#search_modal input {
    border: 0;
    font-size: 1.1em;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid black;
}

#search_modal input:focus {
    border: 0;
    outline: 0;
    font-size: 1.1em;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #f9b22a;
}

#search_modal .row > div {
    padding: 0;
}

#search_modal .row > .search {
    max-height: 2em;
    max-width: 2em;
}

#search_modal .row > .search label {
    width: 100%;
    text-align: center;
}


#search_modal .row > .close {
    position: absolute;
    right: 0.5em;
}

#search_modal .icon-picto_search_gold {
    font-size: 2em;
    line-height: 0.8;
}

#search_modal .icon-picto_close {
    font-size: 1em;
    line-height: 1.3;
}

.close{
opacity: 1;

}


.publication-tags-search{
    border-radius: 10px;
    /* padding-top: 2px; */
    display: inline-block;
    background: #ffffff;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    padding: 0px 7px 0px 7px;

    margin-left: 0% !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: auto !important;
}

.publication-tags-search a::before {
    content: "";
}



