/*************************************************************
 * Search embed – reproduction ePagine DANS .lina-header
 * VERSION SANS WRAPPER .lina-search-embed
 *************************************************************/

/* 1) Parent pour le absolute */
.home h1{
    line-height: 1.1;
    font-size: initial;
    text-transform: initial;
    padding-top: 0;
    padding-bottom: 0;
}

h3{
    line-height: 1.1;
}

.lina-header {
    position: relative;
}

/* 2) Position desktop */
@media only screen and (min-width: 992px) {
    .lina-header #listsearch {
        position: absolute;
        top: 29%;
        left: 26%;
        width: 60%;
        margin: 0;
        padding: 0;
    }
}

/* 3) TITRE */
.lina-header .text_nb_lib_searchbar {
    font-family: "pilatcompressed-demibold", "pilatcompressed", Times, serif;
    font-weight: bold;
    color: #2e2353;
    text-align: center;
    font-size: 2.5vw;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .lina-header .text_nb_lib_searchbar {
        font-size: 22px;
    }
}

/* 4) BARRE */
.lina-header .barre_recherche {
    background: #f7f6f8;
    width: 100%;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .lina-header .barre_recherche {
        border-radius: 50px;
    }
}

/* 5) SYSTEME TABLE EXACT (Bootstrap 3) */
.lina-header .input-group {
    display: table;
    width: 100%;
    border-collapse: separate;
}

.lina-header .input-group .form-control,
.lina-header .input-group-btn {
    display: table-cell;
 vertical-align: middle;
}

.lina-header .input-group-btn {
    width: 1%;
    white-space: nowrap;
    font-size: 0;
}

/* 6) SELECT */
.lina-header .containerComboBase select {
    width: 150px;
    height: 39px;
    margin: 8px;
    border-radius: 50px;
    box-sizing: border-box;
    background: #F15832;
    color: #FFF;
    border: none;
    font-family: "galanoclassicalt-regular", "galanoclassicalt", Times, serif;
    font-size: 14px !important;
    padding: 0 10px;
}

/* 7) INPUT */
.lina-header #mots_recherche {
    height: 55px;
    width: 100%;
    font-size: 16px;
    border: none;
    background: transparent;
    padding: 6px 12px;
    margin: 0;

    font-family: "galanoclassicalt-regular", "galanoclassicalt", Times, serif;
    color: #2e2353;
}

.lina-header #mots_recherche::placeholder {

}

/* 8) BOUTON */
.lina-header .containerBtnSearchSubmit button {

    padding: 0 16px;
    border: none;
    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loupe */
.lina-header .containerBtnSearchSubmit i {
    font-size: 1.25rem;
    color: #2e2353;
    line-height: 1;
    width:  1.25em;
}

/* 9) LIEN RECHERCHE AVANCEE */
.lina-header .lien_recherche_avancee {
    width: 80px;
    line-height: 120%;
    text-align: left;
    color: #2e2353;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .lina-header .lien_recherche_avancee {
        font-size: 13px;
        padding: 15px;
    }
}

/* 10) Mobile */
@media (max-width: 991px) {
    .lina-header #listsearch {
        position: static;
        width: 100%;
    }
}




.pre-header .link-header i{
  margin-right:  .5rem;
  position: relative;
  top: 1px;
}
.pre-header.hide.show-small .link-header i{
  margin-right: 0;
}

.btn-inner{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#NbPanier_top {
    margin: 0 5px;
    padding: 1px 5px;
}

#NbPanier_top {
    background: #000;
    border: none;
    color: #fff;
}

.panier_top i {
    margin-right: 15px !important;
}

.menu_libraire-entries{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 2.53;
}

.menu_libraire-entries li a{
    padding: 6px;
}

.lien_compte a{
    padding-left: 13px!important;
    padding-right: 13px!important;
}