body{
    margin: 0px 0px 0px 0px;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
*:focus {
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
svg{
    position: absolute;
    left: 0px;
    top: 22px
}
.bg{
    position: fixed;
    width: 100%;
    height: 100%;

}
.bg_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg img{

    width: 150px;
    opacity:1;

}
.bg_progress{
    width: 150px;

    height: 20px;
    overflow: hidden;
}
.bg_progress span{
    display: block;
    width: 0%;
    height: 4px;
    margin-top: 15px;
    background-color: #000;
}

.device_content{
    max-width: 100%;
    width: 900px;
    margin:0px auto;
    position: relative;
}
.placeholder{
    position: absolute;
    left: 35px;
    font-size: 12px;
    transform: translateY(20px);
    opacity: 0;

}
.search_input_con{
    position: relative;
    margin-top: 20px;

}
.input_con{
    width: 60%;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    border-bottom: 5px solid #000;
    opacity: 0;
    transform: translateY(7px);
}

.postal_con{
    width: 35%;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    border-bottom: 5px solid #000;
    float: right;
    opacity: 0;
    transform: translateY(7px);
}
#search_input{
    padding: 20px 20px 15px 0px;
    line-height: 1.2;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    z-index: 10;
    background-color: transparent;
}
#search_postal{
    padding: 20px 20px 15px 0px;
    line-height: 1.2;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

#search_result{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: black;
    margin-top: -5px;
    z-index: 100;
}
.isbn_result{
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px 10px 35px;
    cursor: pointer;
    border-bottom: 1px solid #323232;

}
.isbn_result:hover{
    color: white;
    background-color: #323232;
}
#results{
    width: 100%;
}
table{
    width: 100%;

}
td{
    padding: 0px 22px;
}
.row{
    border: 1px solid #E0E0E0;
    line-height: 140%;
    padding: 15px 20px;
    margin-top: 10px;
    background-color: rgba(255,255,255, 0.9);
    opacity: 0;
}
.row_l{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.row_r{
    width: 29%;
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 13px;

}
.row_r a{
    background: #000000;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 100%;
    display: inline-block;
}
.head_col{
    color:#828282;
    text-transform: uppercase;
    font-size: 11px!important;
    font-weight: normal!important;
    padding: 0px 22px;
    margin-top: 30px;
}
.libraire{
    font-weight: bold;
}

.fail{
    text-align: center;
    padding: 100px;
    font-size: 30px;
    font-weight: bold;
}



@media (max-width: 600px) {
    .postal_con{
        display: inline-block;
        width: auto;
        float: none
    }
    .input_con{
        display: block;
        width: 100%;
    }
    #search_input{
        padding: 20px 10px 5px 0px;
        line-height: 1.2;
        border: none;
        width: 100%;
        font-weight: bold;
        font-size: 20px;
        position: relative;
        z-index: 10;
        background-color: transparent;
    }
    #search_result{
        text-align: left;
    }
    #search_postal{
        padding: 20px 10px 5px 0px;
        line-height: 1.2;
        border: none;
        width: 100%;
        font-weight: bold;
        font-size: 20px;
        position: relative;
        z-index: 10;
        background-color: transparent;
    }

    svg {
        position: absolute;
        left: 0px;
        top: 16px;
    }
    .placeholder{
        top:7px;
    }

    .search_input_con {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
}

