@charset "UTF-8";
html, body {
    overflow-X: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    background: #f2f5f7; }

input {
    border-width: 1px;
    border-style: solid; }

a {
    color: #0d69b0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
a:hover {
    color: #2095ef;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

img {
    max-width: 100%;
    height: auto;
    /*display: block;*/ }

.orange_txt {
    color: #f2931a; }

.blue_txt {
    color: #0d69b0; }

.center_txt {
    text-align: center; }

.underline {
    text-decoration: underline; }
.underline:hover {
    text-decoration: underline; }

.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.pdl-0 {
    padding-left: 0 !important; }

.pdr-0 {
    padding-right: 0 !important; }

.pdt-0 {
    padding-top: 0 !important; }

.pdb-0 {
    padding-bottom: 0 !important; }

.fw-300 {
    font-weight: 300 !important; }

.fw-400 {
    font-weight: 400 !important; }

.fw-500 {
    font-weight: 500 !important; }

.fw-600 {
    font-weight: 600 !important; }

.fw-800 {
    font-weight: 800 !important; }

.section_title {
    margin: 90px 0 45px 0;
    width: 100%; }
.section_title p {
    padding: 0 30px 0 30px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #464b51;
    position: relative; }
.section_title p:before {
    position: absolute;
    content: '';
    display: block;
    left: -50px;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #464b51; }
.section_title p:after {
    position: absolute;
    content: '';
    display: block;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #464b51; }

.steps_process {
    margin: 0 0 12px 0; }
.steps_process .step_num {
    width: 64px;
    height: 64px;
    font-size: 1.8rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    background: #f2931a;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12); }
.steps_process .step_card {
    padding: 50px 8px 15px 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 4px solid #e0e0e0;
    background: #ffffff;
    color: #3a4752;
    font-size: .96rem;
    line-height: 1.2rem;
    letter-spacing: .6px; }
@media (max-width: 768px) {
    .steps_process .step_card {
        margin-bottom: 45px; } }
.steps_process .step_card i {
    color: #3a4752;
    width: 100%;
    font-size: 4rem;
    text-align: center; }
.steps_process a {
    text-decoration: underline; }

.last_sellers {
    margin: -25px 0 0 0;
    padding: 25px 0 25px 0;
    background: #ffffff;
    width: 100%; }
.last_sellers .txt_seller {
    border-right: 1px solid #e6e6e6;
    height: 100%;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start; }
@media (max-width: 768px) {
    .last_sellers .txt_seller {
        border-right: 0;
        text-align: center;
        border-bottom: 1px solid #e6e6e6; } }
.last_sellers .txt_seller span {
    text-align: left; }
.last_sellers .txt_seller .date_sell {
    color: #cccccc;
    font-size: .8rem;
    line-height: .9rem; }
.last_sellers .txt_seller p {
    font-size: .9rem;
    line-height: 1.4rem; }
.last_sellers .txt_seller p .num_books {
    color: #0d69b0; }
.last_sellers .txt_seller p .price-sel_books {
    color: #f2931a; }
.last_sellers .txt_seller p .heavy_txt {
    font-weight: 600;
    font-size: 1.1rem; }

.cards_estimations {
    margin: 100px 0 180px 0; }
@media (max-width: 680px) {
    .cards_estimations {
        margin-bottom: 80px; } }
.cards_estimations .card_estimation {
    position: relative; }
@media (max-width: 992px) {
    .cards_estimations .card_estimation {
        margin-bottom: 35px; } }
@media (max-width: 768px) {
    .cards_estimations .card_estimation {
        margin-bottom: 45px; } }
.cards_estimations .card_estimation p {
    margin: 0; }
.cards_estimations .card_estimation .book_estim {
    margin: 0 0 0 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 150; }
.cards_estimations .card_estimation .book_estim img {
    max-width: 200px; }
@media (max-width: 1300px) {
    .cards_estimations .card_estimation .book_estim img {
        max-width: 140px; } }
@media (max-width: 1024px) {
    .cards_estimations .card_estimation .book_estim img {
        max-width: 120px; } }
.cards_estimations .card_estimation .txt_estim {
    padding: 25px 10px 10px 230px;
    line-height: 1.2rem;
    font-size: 1.1rem;
    font-weight: 400;
    background: white;
    border-top: 14px solid #b3589b; }
@media (max-width: 1300px) {
    .cards_estimations .card_estimation .txt_estim {
        padding: 25px 10px 10px 166.25px; } }
@media (max-width: 1024px) {
    .cards_estimations .card_estimation .txt_estim {
        padding: 10px 10px 10px 145px;
        font-size: .9rem; } }
.cards_estimations .card_estimation .txt_estim.colored_bybook {
    color: #b3589b; }
.cards_estimations .card_estimation .price_estim {
    padding: 8px 10px 8px 230px;
    font-size: 1.6rem;
    font-weight: 600;
    background: #e5ebef;
    border-top: 1px solid #d9e2e7; }
@media (max-width: 1300px) {
    .cards_estimations .card_estimation .price_estim {
        padding: 15px 10px 10px 166.25px; } }
@media (max-width: 1024px) {
    .cards_estimations .card_estimation .price_estim {
        padding: 10px 10px 10px 145px;
        font-size: 1.1rem; } }
.cards_estimations .card_estimation .price_estim.colored_bybook {
    color: #b3589b; }

.bl-txt {
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    background-color: #ffffff; }
@media (max-width: 576px) {
    .bl-txt {
        padding: 30px; } }
.bl-txt.letters_big {
    background: url("/img/client/letters_big@1x.png");
    background-color: #ffffff;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right; }
.bl-txt.letters_small {
    background: url("/img/client/letters_small@1x.png");
    background-color: #ffffff;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left; }
.bl-txt h2 {
    margin: 0 0 22px 0;
    color: #0d69b0;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 400; }
.bl-txt p {
    font-size: 1rem;
    line-height: 1.2rem; }
.bl-txt p strong {
    font-weight: 600; }
.bl-txt.greybg {
    background: #f2f5f7;
}
.bl-txt a {
    color: orange;
    font-weight: 600;
}

body .error_txt {
    color: #BA000D !important;
    font-weight: 600 !important; }
body .error_txt p {
    color: #BA000D !important;
    font-weight: 600 !important; }
.box_white {
    background: #ffffff; }





.bookbox_scanned {
    padding-top: 95px;
    padding-bottom: 60px;
    background: #ffffff; }
@media (max-width: 992px) {
    .bookbox_scanned {
        padding-top: 177px; } }
@media (max-width: 768px) {
    .bookbox_scanned {
        padding-top: 215px; } }
@media (max-width: 574px) {
    .bookbox_scanned {
        padding-top: 290px; } }
.bookbox_scanned.success_book {
    border-top: 6px solid #25ba15; }
.bookbox_scanned.success_book .book_scanned a.btn {
    clear: left;
    margin-top: 10px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
.bookbox_scanned.success_book .book_scanned .book_img {
    position: relative; }
.bookbox_scanned.success_book .book_scanned .book_img img {
    margin-left: 15px; }
.bookbox_scanned.success_book .book_scanned .book_img:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    text-align: center;
    top: -16px;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 2px 0;
    line-height: 47px;
    font-size: 2rem;
    text-align: center;
    background: #25ba15;
    color: #fff;
    font-weight: 900; }
.bookbox_scanned.error_book {
    border-top: 6px solid #BA000D; }
.bookbox_scanned.error_book .txterror_book_scanned {
    color: #de000f;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    font-weight: 800;
    text-transform: uppercase; }
.bookbox_scanned.error_book .book_scanned a.btn {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
.bookbox_scanned.error_book .book_scanned .book_img:after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -16px;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 2px 0;
    line-height: 47px;
    font-size: 2rem;
    background: #BA000D;
    color: #fff;
    font-weight: 900; }
.bookbox_scanned .txt_book_scan {
    text-align: center;
    margin-top: 20px; }
.bookbox_scanned .txt_book_scan p {
    font-size: 1.8rem;
    line-height: 1.8rem;
    height: 10rem;
    font-weight: 300;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #bfced8;
    z-index: 300; }
.bookbox_scanned .txt_book_added {
    text-align: center; }
.bookbox_scanned .txt_book_added p {
    font-size: 1.8rem;
    line-height: 10rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #0a418d;
    z-index: 300;
    position: relative; }
.bookbox_scanned .name_book_scanned {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #3a4752; }
.bookbox_scanned .price_book_scanned {
    color: #25ba15;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.7rem; }
.bookbox_scanned .info_book_scanned {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3rem; }
@media (max-width: 768px) {
    .bookbox_scanned .info_book_scanned {
        margin-top: 25px; } }
.bookbox_scanned .info_book_scanned a {
    text-decoration: underline;
    white-space: nowrap;
    word-wrap: break-spaces;
    word-spacing: 1px; }
.bookbox_scanned .info_book_scanned p {
    font-size: .8rem; }
.bookbox_scanned .info_book_scanned .bs_title {
    font-size: 1.4rem;
    font-weight: 600; }
.bookbox_scanned .info_book_scanned .bs_title.info_title:before {
    content: '\f129';
    font-family: 'Font Awesome 5 Free';
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 2px 16px 0 0;
    font-size: 2rem;
    color: #f2931a; }

.list_grid_scanned {
    margin-top: 45px; }
.list_grid_scanned .fina_command {
    text-align: center;
    width: 50%;
    margin: 0 auto; }
.list_grid_scanned .fina_command .btn {
    padding: 10px 45px 10px 45px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .9px;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2); }
.list_grid_scanned .fina_command .display_promo {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    color: #0a418d;
    text-decoration: underline; }
.list_grid_scanned .fina_command .box_promo {
    display: none; }
.list_grid_scanned .fina_command input {
    padding: 15px 25px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #25ba15; }
.list_grid_scanned .all-cards {
    margin-top: 45px;
    margin-bottom: 45px;
    width: 100%; }
.list_grid_scanned .card_book_listed {
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    background: #ffffff;
    position: relative; }
.list_grid_scanned .card_book_listed .name_book_scanned {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 5px; }
.list_grid_scanned .card_book_listed .price_book_scanned {
    margin: 0 0 15px 0;
    color: #0a418d;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3rem; }
.list_grid_scanned .card_book_listed .supp_book_scanned {
    position: absolute;
    right: -36px;
    bottom: 10px;
    font-size: 1.35rem;
    padding: 0.18rem 0.7rem 0.18rem 0.7rem; }
.list_grid_scanned .card_book_listed img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.tuto_page .head_tuto {
    font-size: 2rem;
    color: #0a418d;
    font-weight: 800;
    text-align: center;
    margin-bottom: 55px; }

.tuto_page .upsub_title {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    color: #0a418d;
    font-weight: 300; }
.tuto_page .upsub_title .greenone {
    color: #a3c822;
    font-weight: 600; }
.tuto_page .upsub_title .greentwo {
    color: #945506;
    font-weight: 600; }

.tuto_page h4 {
    margin-bottom: 20px; }

.tuto_page .puce_tuto {
    display: block;
    position: absolute;
    left: -40px;
    width: 70px;
    height: 70px;
    top: 15px;
    background: #f2931a;
    color: #ffffff;
    text-align: center;
    font-size: 2.7rem;
    line-height: 3.8rem;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f2f5f7; }

.tuto_page .tuto_right .puce_tuto {
    right: -40px;
    left: auto; }

.tuto_page .tuto_center .back_last_tuto {
    background: url("../img/back_last_tuto.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 279px; }

.tuto_page .tuto_center .text_tuto {
    text-align: center; }
.tuto_page .tuto_center .text_tuto .title_tuto {
    width: 100%; }

.tuto_page .tuto_blue {
    background: #0a418d;
    color: #ffffff; }

.tuto_page .title_tuto {
    font-size: 1rem;
    font-weight: 600; }

.tuto_page .text_tuto {
    padding: 22px 42px;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2rem; }

.tuto_page .interline_tuto {
    line-height: 1.6rem;
    margin: 0; }
.tuto_page .interline_tuto p {
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
    color: #0a418d;
    width: 100%; }

.tuto_page .tuto_white {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.tuto_page .tuto_white img {
    display: block; }

.page_infos .title_info {
    text-align: left;
    width: 100%;
    color: #0a418d;
    font-weight: 600;
    line-height: 2rem;
    font-size: 1.8rem;
    margin-top: 45px;
    margin-bottom: 25px; }

.page_infos .block_info {
    background: #ffffff;
    padding: 25px 200px 40px 25px;
    margin-bottom: 25px;
    color: #666666;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem; }
@media (max-width: 768px) {
    .page_infos .block_info {
        padding-right: 100px; } }
@media (max-width: 480px) {
    .page_infos .block_info {
        padding: 35px 10px; } }

@-webkit-keyframes login_content {
    0% {
        height: 0;
        padding: 0; }
    100% {
        height: 70px;
        padding: 15px 10px 15px 10px;
        display: block; } }

@keyframes login_content {
    0% {
        height: 0;
        padding: 0; }
    100% {
        height: 70px;
        padding: 15px 10px 15px 10px;
        display: block; } }

@media (max-width: 574px) {
    @-webkit-keyframes login_content {
        0% {
            height: 0;
            padding: 0; }
        100% {
            height: 160px;
            padding: 15px 10px 15px 10px;
            display: block; } }
    @keyframes login_content {
        0% {
            height: 0;
            padding: 0; }
        100% {
            height: 160px;
            padding: 15px 10px 15px 10px;
            display: block; } } }

    @-webkit-keyframes login_content_close {
        0% {
            height: 70px;
            padding: 15px 10px 15px 10px;
            display: block; }
        100% {
            height: 0;
            padding: 0;
            display: block; } }

    @keyframes login_content_close {
        0% {
            height: 70px;
            padding: 15px 10px 15px 10px;
            display: block; }
        100% {
            height: 0;
            padding: 0;
            display: block; } }

    @media (max-width: 574px) {
        @-webkit-keyframes login_content_close {
            0% {
                height: 160px;
                padding: 15px 10px 15px 10px;
                display: block; }
            100% {
                height: 0;
                padding: 0;
                display: block; } }
        @keyframes login_content_close {
            0% {
                height: 160px;
                padding: 15px 10px 15px 10px;
                display: block; }
            100% {
                height: 0;
                padding: 0;
                display: block; } } }

    .login_content {
        height: 0;
        padding: 0;
        overflow: hidden;
        background: #0a418d;
        color: #ffffff; }
    .login_content.open_login {
        height: 70px;
        display: block;
        padding: 15px 10px 15px 10px;
        -webkit-animation-name: login_content;
        animation-name: login_content;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
    @media (max-width: 574px) {
        .login_content.open_login {
            height: 160px; } }
    .login_content.close_login {
        padding: 0;
        -webkit-animation-name: login_content_close;
        animation-name: login_content_close;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
    .login_content input {
        padding: 6px 10px 6px 10px;
        border: 1px solid #062754;
        background: #fdfeff;
        color: #0a418d;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 100%; }
    @media (max-width: 574px) {
        .login_content input {
            margin-bottom: 6px; } }

    .top-main {
        height: 98px; }
    @media (max-width: 992px) {
        .top-main > .container {
            max-width: 100%; } }
    @media (max-width: 574px) {
        .top-main {
            height: auto;
            text-align: center !important; } }
    .top-main .logo {
        height: 64px;
        width: 260px;
        display: block;
        margin-top: 17px;
        overflow: hidden; }
    @media (max-width: 574px) {
        .top-main .logo {
            width: 100%;
            height: auto !important; } }
    @media (max-width: 1024px) {
        .top-main .logo {
            padding-left: 45px; } }
    .top-main .logo img {
        width: 100%;
        height: auto; }
    .top-main .btn {
        line-height: 1rem;
        margin-left: 0;
        margin-top: 34px; }
    @media (max-width: 768px) {
        .top-main .btn {
            margin-top: 17px; } }
    @media (max-width: 574px) {
        .top-main .btn.register {
            margin-top: 15px;
            display: block;
            width: 100%; } }
    @media (max-width: 768px) {
        .top-main .btn.login {
            margin-top: 4.75px; } }
    @media (max-width: 574px) {
        .top-main .btn.login {
            margin-top: 5px;
            margin-bottom: 15px;
            display: block;
            width: 100%; } }

    .menu {
        padding: 0;
        margin: 0;
        background: #f9fcff;
        border-bottom: 2px solid #e5f2ff; }
    @media (max-width: 992px) {
        .menu {
            padding: 10px; }
        .menu .navbar-toggler {
            border: 0 !important;
            text-align: center; } }
    .menu ul {
        padding: 0;
        margin: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .menu ul li {
        list-style: none;
        display: inline-block;
        height: 45px;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; }
    .menu ul li a {
        padding: 0 26px 0 26px;
        color: #0d69b0;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        height: 100%;
        font-size: 1rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .menu ul li a:hover {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #0f7acc; }
    .menu ul li a.current {
        font-weight: 600; }
    .menu ul li a.current:after {
        content: '';
        display: block;
        width: 40%;
        height: 6px;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #f2931a;
        -webkit-box-shadow: 0 1px 6px 0 #f2931a;
        box-shadow: 0 1px 6px 0 #f2931a;
        position: absolute; }
    .menu ul li a.books_menu {
        color: #f2931a;
        font-weight: 600; }
    .menu ul li a.books_menu:before {
        content: '\f02d';
        font-family: 'Font Awesome 5 Free';
        font-size: 1.6rem;
        margin-bottom: -5px;
        vertical-align: baseline;
        line-height: 1.8rem;
        color: #f2931a;
        margin-right: 16px; }
    .menu ul li:first-child a {
        padding-left: 0; }

    .header_title_big {
        height: 100px;
        background: #ffffff; }
    @media (max-width: 980px) {
        .header_title_big {
            font-size: 3.2vw;
            height: 66.66667px !important; } }
    .header_title_big h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        margin: 0;
        line-height: 100px;
        font-weight: 600;
        font-size: 2vw;
        color: #0a418d; }
    @media (max-width: 980px) {
        .header_title_big h1 {
            font-size: 3.2vw;
            line-height: 66.66667px; } }
    @media (max-width: 480px) {
        .header_title_big h1 {
            font-size: 4.2vw; } }

    .slideshow {
        position: relative; }
    .slideshow .txt_inner_slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        color: #fff; }
    .slideshow .txt_inner_slide .content_inner_slide {
        display: block;
        padding: 10px 0;
        background: rgba(10, 47, 97, 0.6);
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        text-align: center;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%; }
    @media (max-width: 480px) {
        .slideshow .txt_inner_slide .content_inner_slide {
            display: none; } }
    .slideshow .txt_inner_slide .content_inner_slide span {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 1.4px;
        font-family: 'Open Sans', sans-serif; }
    @media (max-width: 574px) {
        .slideshow .txt_inner_slide .content_inner_slide span {
            font-size: 1rem; } }
    @media (max-width: 480px) {
        .slideshow .txt_inner_slide .content_inner_slide span {
            font-size: .8rem; } }
    .slideshow.blue_slide {
        background: -webkit-gradient(linear, left top, right top, from(#0d69b0), to(#1779c5));
        background: -webkit-linear-gradient(left, #0d69b0, #1779c5);
        background: -o-linear-gradient(left, #0d69b0, #1779c5);
        background: linear-gradient(90deg, #0d69b0, #1779c5);
        height: 200px;
        max-height: 200px;
        overflow: hidden;
        position: relative; }
    .slideshow.blue_slide img {
        max-width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .slideshow img {
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover; }

    .mm-menu {
        background: #0a418d; }
    .mm-menu.mm-theme-white {
        background: #0a418d;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start; }
    .mm-menu.mm-theme-white ul {
        padding: 0;
        margin: 0; }
    .mm-menu.mm-theme-white li {
        list-style: none; }
    .mm-menu.mm-theme-white li a {
        padding: 10px 20px;
        color: #ffffff;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #093a7f;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .mm-menu.mm-theme-white li a.current {
        background: #f2931a;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .mm-menu.mm-theme-white li a:hover {
        color: #ffffff;
        background: #f2931a;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

    .mmenu-obtn {
        width: 60px;
        height: 98px;
        background: #ffffff;
        padding: 0 10px;
        text-align: center;
        background: none;
        position: absolute;
        z-index: 9999;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .mmenu-obtn a {
        line-height: 98px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }

    .icon-navicon::before, .icon-reorder::before, .icon-bars::before, .icon-reorder::before {
        content: ""; }

    .icon, [class^="icon-"] {
        content: '\f02d';
        font-family: 'Font Awesome 5 Free';
        font-size: 1.6rem;
        font-style: normal;
        margin-bottom: -5px;
        vertical-align: baseline;
        line-height: 1.8rem;
        color: #f2931a;
        margin: 0; }

    @media (min-width: 1024px) {
        .mmenu-obtn {
            display: none; } }

    @media (max-width: 1023px) {
        #_desktop_top_menu {
            display: none; } }

    .btn {
        padding: 0.4rem 1.3rem 0.4rem 1.3rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.rounded {
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        padding: 0.8rem 1.2rem 0.8rem 1.2rem; }
    .btn.orange_btn {
        background: #f2931a;
        color: #ffffff !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.orange_btn:hover {
        background: #e1830d;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.green_btn {
        background: #91b008;
        color: #ffffff !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.green_btn:hover {
        background: #799307;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.red_btn {
        background: #BA000D;
        color: #ffffff !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.red_btn:hover {
        background: #9b000b;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.white_btn {
        background: #ffffff;
        color: #0a418d !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .btn.white_btn:hover {
        background: #051e41;
        color: #ffffff !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

    .btn.focus, .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }

    footer .footer .content_footer {
        padding: 15px 0 0 0; }
    footer .footer .content_footer a {
        color: #595f64; }
    footer .footer .content_footer .logo_footer {
        max-width: 160px;
        height: auto; }
    footer .footer .content_footer span {
        margin-bottom: 8px; }

    footer .footer .socials {
        margin: 0;
        width: 100%; }

    footer .footer .line_social {
        background: #3865a2;
        border-top: 3px solid #f2931a;
        height: 63px; }
    footer .footer .line_social ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    footer .footer .line_social ul li {
        margin-top: 10.5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        text-align: center;
        background: #ffffff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 15px;
        padding: 10px;
        list-style: none;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        color: #f2931a;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    footer .footer .line_social ul li:hover {
        background: #f2931a;
        color: #ffffff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

    footer .footer .copy p {
        font-size: .78rem;
        text-align: center; }

    .scan_box {
        margin: -140px 0 0 0;
        position: relative; }
    @media (max-width: 992px) {
        .scan_box {
            margin: -170px 0 0 0; } }
    @media (max-width: 860px) {
        .scan_box {
            margin: -125px 0 0 0; } }
    @media (max-width: 720px) {
        .scan_box {
            margin: -100px 0 0 0; } }
    @media (max-width: 574px) {
        .scan_box {
            margin: -80px 0 0 0; } }
    .scan_box .medias_call {
        background: rgba(255, 255, 255, 0.8);
        padding: 0 20px;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        line-height: 45px;
        position: absolute;
        top: -45px;
        left: 25px;
        display: inline-block; }
    @media (max-width: 992px) {
        .scan_box .medias_call {
            margin: 0;
            left: 20px;
            width: 91%; } }
    @media (max-width: 480px) {
        .scan_box .medias_call {
            display: none; } }
    .scan_box .medias_call span {
        display: inline-block;
        float: left; }
    .scan_box .medias_call ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        height: 45px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .scan_box .medias_call ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 15px; }
    .scan_box.scan_page {
        position: absolute;
        width: 100%;
        z-index: 600; }
    @media (max-width: 992px) {
        .scan_box.scan_page {
            margin: -175px 0 0 0;
            width: 96%; } }
    .scan_box .scan_product .search_product {
        background: #f1f6ff;
        padding: 15px 20px;
        z-index: 4;
        position: relative; }
    .scan_box .scan_product .search_product .label_search {
        font-size: 1.1rem;
        line-height: 1.2rem; }
    .scan_box .scan_product .search_product .input_search {
        padding: 15px 0 12px 0; }
    .scan_box .scan_product .search_product .input_search .ico_search {
        padding: 0 5px 0 25px;
        position: absolute;
        font-size: 2.4rem;
        color: #0d69b0;
        line-height: 65px; }
    @media (min-width: 768px) and (max-width: 992px) {
        .scan_box .scan_product .search_product .input_search .ico_search {
            display: none; } }
    @media (max-width: 480px) {
        .scan_box .scan_product .search_product .input_search .ico_search {
            display: none; } }
    .scan_box .scan_product .search_product .input_search input {
        padding: 0 0 0 80px;
        line-height: 65px;
        height: 65px;
        font-size: 1.6rem;
        color: #0d69b0;
        border-color: #d8dde5;
        font-family: 'Montserrat', sans-serif; }
    @media (min-width: 768px) and (max-width: 992px) {
        .scan_box .scan_product .search_product .input_search input {
            font-size: 1.2rem;
            padding: 0 0 0 20px; } }
    @media (max-width: 480px) {
        .scan_box .scan_product .search_product .input_search input {
            padding: 0 0 0 20px;
            font-size: 1rem; } }
    .scan_box .scan_product .search_product .input_search input::-webkit-input-placeholder {
        color: #8094a5;
        font-size: 1.1rem;
        font-weight: 400; }
    .scan_box .scan_product .search_product .input_search input::-moz-placeholder {
        color: #8094a5;
        font-size: 1.1rem;
        font-weight: 400; }
    .scan_box .scan_product .search_product .input_search input:-ms-input-placeholder {
        color: #8094a5;
        font-size: 1.1rem;
        font-weight: 400; }
    .scan_box .scan_product .search_product .input_search input::-ms-input-placeholder {
        color: #8094a5;
        font-size: 1.1rem;
        font-weight: 400; }
    .scan_box .scan_product .search_product .input_search input::placeholder {
        color: #8094a5;
        font-size: 1.1rem;
        font-weight: 400; }
    @media (max-width: 992px) {
        .scan_box .scan_product .search_product .input_search input::-webkit-input-placeholder {
            font-size: .9rem;
            line-height: 65px; }
        .scan_box .scan_product .search_product .input_search input::-moz-placeholder {
            font-size: .9rem;
            line-height: 65px; }
        .scan_box .scan_product .search_product .input_search input:-ms-input-placeholder {
            font-size: .9rem;
            line-height: 65px; }
        .scan_box .scan_product .search_product .input_search input::-ms-input-placeholder {
            font-size: .9rem;
            line-height: 65px; }
        .scan_box .scan_product .search_product .input_search input::placeholder {
            font-size: .9rem;
            line-height: 65px; } }
    @media (max-width: 480px) {
        .scan_box .scan_product .search_product .input_search input::-webkit-input-placeholder {
            font-size: .75rem; }
        .scan_box .scan_product .search_product .input_search input::-moz-placeholder {
            font-size: .75rem; }
        .scan_box .scan_product .search_product .input_search input:-ms-input-placeholder {
            font-size: .75rem; }
        .scan_box .scan_product .search_product .input_search input::-ms-input-placeholder {
            font-size: .75rem; }
        .scan_box .scan_product .search_product .input_search input::placeholder {
            font-size: .75rem; } }
    .scan_box .scan_product .btn {
        padding: 18px 20px 18px 20px;
        margin: 15px 0 0 0;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-align: center;
        z-index: 10; }
    @media (max-width: 992px) {
        .scan_box .scan_product .btn {
            font-size: 1.2rem;
            line-height: 1.6rem; } }
    @media (max-width: 574px) {
        .scan_box .scan_product .btn {
            margin-top: 0; } }
    .scan_box .cart {
        padding: 0;
        background: #0a2f61;
        color: #ffffff !important;
        height: 100%;
        position: relative; }
    @media (max-width: 768px) {
        .scan_box .cart {
            margin-top: 15px; } }
    .scan_box .cart .cart_title {
        padding: 14px 15px 5px 20px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        line-height: 2rem; }
    .scan_box .cart .cart_title i {
        margin-right: 12px;
        font-size: 2rem; }
    .scan_box .cart .cart_articles {
        position: relative;
        padding-top: 4px;
        padding-bottom: 10px; }
    .scan_box .cart .cart_articles .num_articles {
        padding: 10px 15px 8px 15px;
        font-size: 1.2rem; }
    .scan_box .cart .cart_articles .num_articles .num {
        font-size: 1.4rem; }
    .scan_box .cart .cart_articles .price_articles {
        padding: 10px 15px 8px 15px;
        color: #f2931a;
        font-size: 1.4rem; }
    .scan_box .cart .cart_articles .btn {
        font-weight: 600;
        font-size: 1.2rem; }
    .scan_box .cart .display-switched-cart {
        padding: 0;
        background: #08264f;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
    @media (max-width: 992px) {
        .scan_box .cart .display-switched-cart {
            position: relative; } }
    .scan_box .cart .display-switched-cart .info_cart {
        padding: 10px 10px 10px 10px;
        font-size:0.8rem;
        line-height: 1rem;
        color: #9eb2cc; }
    .scan_box .cart .display-switched-cart .fina_sell {
        padding: 18px 20px 18px 20px;
        width: 100%;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 1rem;
        text-align: center;
        z-index: 10; }

    .shadow_scan {
        -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12); }


    @media (max-width: 574px){
        .list_grid_scanned .card_book_listed img {
            display: none;
        }}