.page-search-node #page-title,
#search-form{
  /*display: none;  Cacher le formulaire de recherche avancée */
}
.recherche .container-inline{
    position: absolute;
    right: 0;
    transition: top 500ms ease 0s;
    /* width: 20em; */
}

.recherche .form-actions{
    height: 100%;
    position: relative;
    right: 0em;
    top: 0.2em;
}
.form-item-search-block-form{
    display: inline-block;
    position: relative;
    right: 0em;
    top: -0.2em;
}
.champ-recherche{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#6d6d6d;
    width:100%;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:14px;
    color:#fff;
}
#edit-search-block-form--2{
    background: #bcbcbc;
    border: none;
}
.champ-recherche::-webkit-input-placeholder {
    color: #fff;
}
.champ-recherche:-moz-placeholder {
    color: #fff;
}
.champ-recherche::-moz-placeholder {
    color: #fff;
}
.champ-recherche:-ms-input-placeholder {
    color: #fff;
}
.searchbox-icon{
    width:25px;
    height:0;
    display:block;
    position:absolute;
    top:17px;
    font-family:'verdana';
    font-size:16px;
    right:0;padding:0;margin:0;border:0;outline:0;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:none;
}
.searchbox-open{
    width:100%;
     background: #bcbcbc;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
}

.recherche .form-submit{
    background: #8A0000;
    color: #fff;
    border: solid 1px #8A0000;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
}

.title.comment-form{
  display: none;
}