header .form-search{
    margin: 0 0px;
    font: bold 13px sans-serif;
    position: relative;
}

.lga {
    height: 20%;
    display: block;
    margin-top: 150px;
    margin-bottom: 50px;
    text-align: center;
}

.m-20px{
    margin: 20px!important;
}
footer{
    font-size: 13px;
}

#nav-cur td{
    padding: 0;
    text-align: center;
}

#nav-cur .active{
    pointer-events: none;
}
#nav-cur .active .pol{

}
#nav-cur .active .ppl{
    color: #000;
    pointer-events: none;
}

.d-b{
    display: block;
}
.texte-left{
    text-align: left;
}
.fs14{
    font-size: 14px;
}

.title{
    margin: 13px;
}
.bf{
    width: 70px;
    height: 20px;
    display: block;
    text-align: right;
    background: url(logo-inline-s-f.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bl{
    width: 70px;
    height: 20px;
    display: block;
    text-align: left;
    background: url(logo-inline-s-l.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bl .ppl, .bf .ppl{
    width: 100px;
}

.pol{
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    background: url(logo-inline-s-o.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ppl{
    width: 10px;
    height: 10px;
    display: block;
    text-align: center;
    color: #4285f4;
    font-weight: normal;    
}
.ppl:hover{
    text-decoration: underline;
}

.plink .disable {
    pointer-events: none;
   cursor: default;
}

.plink{
    display: block;
    text-decoration: none;
}
.form-search{
    margin: 0 auto;
    text-align: center;

    font: bold 13px sans-serif;
    max-width: calc(60% + 111px);
    position: relative;
}

.form-search input{
    width: 60%;
    box-sizing: border-box;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-color:  #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 15px 14px 40px;
    border: 1px solid #b6c3cd;;
    border-right: 0;
    color:#4E565C;
    outline: none;
    -webkit-appearance: none;
}

.form-search button{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color:  #3899E2;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 15px 22px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-search i{
    position: relative;
    top: 0px;
    left: 30px;
    font-size: 16px;
    color: #80A3BD;
}

/* Placeholder color */

.form-search input::-webkit-input-placeholder {
    color:  #879097;
}

.form-search input::-moz-placeholder {
    color:  #879097;
    opacity: 1;
}

.form-search input:-ms-input-placeholder {
    color:  #879097;
}
