/***** NEXETO *****/

body, p {
    font-family: 'Roboto', sans-serif;
}

/*** COMMERCIAL TOOLBAR ***/

#nx-commercial-toolbar {
    text-align: center;
    padding: 5px;
    background: #ddd;
    position: sticky;
    top: 0;
    z-index: 10;
}

#nx-commercial-toolbar select{
    width: 100%;
    max-width: 300px;
}

/*** HEADER ***/

/*#header .header-nav #_desktop_contact_link #contact-link {
    display: none;
}*/

#header .header-nav {
    border-bottom: none;
    max-height: none;
    margin-bottom: 0;
}

#header .header-nav .material-icons {
    line-height: 28px;
    font-size: 29px;
    color: black;
}

#header .header-top {
    padding-bottom: 0;
}

#header .header-top .position-static {
    width: 100%;
}

#header .header-nav .blockcart {
    padding-top: 9px;
}

#header .header-nav .cart-preview .shopping-cart, .cart-products-count {
    color: black;
}

.cart-preview.active {
    color: white;
}

.blockcart .hidden-sm-down {
    display: none;
}


.header-top-flex{
    display: flex;
    align-items: center;
}

/*** SEARCH WIDGET ***/

#header .header-top .search-widget {
    float: none;
    margin-bottom: 15px;
}

.search-widget form input[type=text] {
    padding: 7px;
    color: black;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    font-family: 'Big Shoulders Display';
}

#search_widget input.ui-autocomplete-input::placeholder {
    color: black;
    opacity: 1;
}

.search-widget form button[type=submit] {
    color: black;
}

/*** CONTACT LINKS ***/

.contact-links a {
    padding: 10px 5px;
    display: inline-block;
}

.fa-envelope, .fa-facebook-f {
    color: #8CAEBB;
    font-size: 26px;
}

.fa-envelope:hover, .fa-facebook-f:hover {
    color: #05356B;
    transition: .3s ease;
}

/*** COMMANDE RAPIDE ***/

/* HOME */

.fast-order {
    text-align: right;
}

.fast-order-delivery {
    margin-right: 20px;
    font-family: 'Big Shoulders Display', sans-serif;
    font-size: 18px;
    color: black;
}

.fast-order-delivery, .fast-order-text, .fast-order-date, .fast-order-date-btn {
    display: inline-block;
}

.fast-order-date {
    font-weight: bold;
}

.fast-order-date-btn a {
    background: #05356B;
    border-radius: 15px;
    color: white !important;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    padding: 5px;
}

.fast-order-date-btn a:hover{
    background: #8CAEBB;
    transition: .3s ease;
}

.fast-order-btn {
    display: inline-block;
    font-family: 'Big Shoulders Display', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.fast-order-btn a {
    background: linear-gradient(0deg, #cc0000, #ff0000, #cc0000);
    border-radius: 5px 5px 0 0;
    color: white !important;
    display: block;
    height: 40px;
    padding: 5px 10px;
}

.fast-order-btn a:hover {
    background: linear-gradient(0deg, #ff0000, #cc0000, #ff0000);
    transition: .3s ease;
}

.fast-order-btn .material-icons.alarm {
    font-size: 30px;
    margin-top: -3px;
}

.fast-order-btn span {
    display: inline-block;
    padding: 5px 5px 0 5px;
}

/* LISTE */

.fastorder-header {
    min-height: 135px;
}

.fastorder-header a {
    color: #05356B !important;
    text-transform: uppercase;
    font-weight: bold;
}

.fastorder-header a:hover {
    color: #8CAEBB !important;
    transition: .3s ease;
}

.fastorder-header-categories {
    padding: 5px 0;
    font-size: 12px;
}

.fastorder-header-links {
    display: block;
    text-align: right;
    padding: 10px;
    font-size: 14px;
}

.fastorder-header-legend {
    font-size: 12px;
    color: black;
}

.fastorder-header-legend .has-stock, .fastorder-header-legend .no-stock {
    background: white;
    height: 16px;
    width: 16px;
}

.fastorder-header-qty {
    text-align: right;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.fastorder-title, .fastorder-search {
    background: white;
    height: 45px;
    padding: 10px 0;
}

.fastorder-search {
    text-align: right;
}

.fastorder-title h1 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #8CAEBB;
    font-weight: normal !important;
}

.js-submit-fastorder-form-btn, #submitFastOrder {
    background: #8CAEBB;
    border: none;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    padding: 5px 10px;
    color: white;
    margin-top: 10px;
    float: right;
    cursor: pointer;
}

.js-submit-fastorder-form-btn:hover, #submitFastOrder:hover {
    background: #05356B;
    transition: .3s ease;
}

.fastorder-header a.back-to-home{
    display: inline-block;
    background: #05356B;
    border: none;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    padding: 5px 10px;
    color: white!important;
    margin-top: 10px;
    cursor: pointer;
}

.fastorder-header .back-to-home:hover{
    background: #8CAEBB;
    transition: .3s ease;
}

.fastorder-table-category-name {
    background-color: #94ADB9;
    font-size: 15px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    border: 3px solid white;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.fastorder-table-product-header {
    background: #F6F6F6;
}

/* TABLE */

#fastorder-table {
    width: 100%;
}

#fastorder-table .name {
    text-transform: uppercase;
    max-width: 200px;
}

.fav, .price, .qty {
    text-align: center;
}

.has-stock, .no-stock {
    height: 26px;
    width: 26px;
    text-align: center;
    margin: 2px;
}

.total-qty, .total-price, .total-line-qty {
    width: 60px;
    text-align: center;
}

.total-line-price {
    text-align: right;
    padding: 5px;
}

.total-qty, .total-price {
    font-weight: bold;
    font-size: 14px;
}

.total-grid-price {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

/*** MENU ***/

.menu-container{
    background-color: #323232;
}

#top-menu {
    margin: 0px;
    font-family: Big Shoulders Display;
}

@media (min-width:768px){
    #top-menu {
        display: flex;
        flex-wrap: nowrap;
    }

    #header .menu, #header .menu>ul>li {
        width: 100%;
        text-align: center;
    }
}

#_desktop_top_menu #top-menu {
    font-size: 0;
}

#header .menu, #header .menu>ul>li {
    font-size: 18px;
}

#header .header-top .menu {
    padding-left: 0;
    margin-bottom: 0px;
    position: relative;
}

#header .header-top a[data-depth="0"] {
    color: white;
    padding: 20px;
}

#_desktop_top_menu #top-menu a[data-depth="0"] {
    border-left: 1px solid #ffffff;
    white-space: normal;
}

#_desktop_top_menu #top-menu li:last-child a[data-depth="0"] {
    border-right: 1px solid #ffffff;
}

#header .top-menu a[data-depth="0"]:hover {
    color: white;
    text-decoration: none;
    background: #8CAEBB;
}

.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
    font-family: 'Roboto', sans-serif;
}

/*** CONTENT ***/

.page-header h1 {
    text-align: center;
}

.h1, .h2 {
    text-align: left;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-size: 30px;
    background: #8CAEBB;
    padding: 8px 12px;
}

.h2::after, .h1::after {
    content: '•';
    position: absolute;
    display: inline-block;
    font-size: 40px;
    transform: scale(0.8);
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
    text-align: left;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-size: 30px;
    background: #8CAEBB;
    padding: 8px 12px;
}

#wrapper {
    background: white;
    box-shadow: none;
}

.pbv-catalog {
    max-height: 340px;
    overflow: hidden;
}

.pbv-catalog img {
    width: 100%;
    max-width: 100%;
}

/*
.pbv-catalog-text-bg {
    background: #8CAEBB;
    top: 230px;
    width: 243px;
    opacity: 0.8;
    position: absolute;
    padding: 10px;
    height: 50px;
}
*/

.pbv-catalog-text {
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    color: white;
    top: 238px;
    width: auto;
    position: absolute;
    font-size: 20px;
    padding: 10px;
    background: #8CAEBB;
    right: 0;
    margin: 0 15px;
    opacity: 0.9;
}

.pbv-catalog:hover img {
    transform: scale(1.05);
    transition: .3s ease;
}

.pbv-catalog:hover .pbv-catalog-text {
    transform: scale(1.05);
    transition: .3s ease;
    box-shadow: 0 5px 10px #333;
}

.carousel, .block-categories, #search_filters, #search_filters_brands, #search_filters_suppliers, .products-sort-order .select-title, .page-customer-account #content, .page-addresses .address, .page-authentication #content, #pagenotfound .page-not-found, #products .page-not-found, .page-my-account #content .links a span.link-item {
    box-shadow: none;
}

.carousel .carousel-item img {
    width: 106%;
    max-width: 106%;
    height: auto;
}

/*** PRODUCTS ***/

.product-container .h1 {
    background: transparent;
    color: #8CAEBB;
    padding-left: 0;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    margin-bottom: 30px;
    box-shadow: none;
}

.h3.product-title {
    font-family: 'Big Shoulders Display', sans-serif;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #8CAEBB;
    font-weight: normal;
    font-size: 22px;
    font-family: 'Archivo Black', sans-serif;
}

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .product-miniature .all-product-link {
    clear: both;
    color: #8CAEBB;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
}

#products .all-product-link:hover, .featured-products .all-product-link:hover, .product-accessories .all-product-link:hover, .product-miniature .all-product-link:hover {
    color: #053773;
    transition: .3s ease;
}

.tabs, .bootstrap-touchspin, .btn-primary, .btn-secondary, .btn-tertiary, .product-cover img, .product-images>li.thumb-container>.thumb, .product-flags li.product-flag {
    box-shadow: none;
}

.tabs {
    padding: 0;
}

.product-actions .add-to-cart {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.product-actions .add-to-cart:hover {
    background: #05356B;
    transition: .3s ease;
}

.product-container{
    margin-bottom: 30px;
}

#nxattributegrid .nxattributegrid-table td {
    border: 3px solid #fff;
}

#nxattributegrid .nxattributegrid-table .nxattributegrid-table-header {
    /*color: #999;*/
    font-size: 12px;
    line-height: 14px;
}

/*
.nxattributegrid-table-header {
    background: #fff;
}
*/

/*
tr:nth-child(1) .nxattributegrid-table-header {
    color: transparent !important;
}
*/

/*
#nxattributegrid tr:nth-child(2), #nxattributegrid tr:nth-child(4), #nxattributegrid tr:nth-child(6) {
    background: #F6F6F6;
}
*/

#nxattributegrid .nxattributegrid-table {
    border-collapse: collapse;
    margin-top: 20px;
    background: #f6f6f6;
}

#nxattributegrid .nxattributegrid-table td {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.nxattributegrid-table-qty {
    min-width: 50px;
}

.js-nxattributegrid-qty {
    max-width: 30px;
}

.nxattributegrid-table-qty .input-group.bootstrap-touchspin {
    float: none;
}

.nxattributegrid-table-qty .bootstrap-touchspin input.form-control, .nxattributegrid-table-qty .bootstrap-touchspin input.input-group {
    height: 24px;
    padding: 5px;
    width: 35px;
    font-size: 12px;
}

.nxattributegrid-table-qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 5px 10px;
}

.nxattributegrid-table-qty .bootstrap-touchspin .input-group-btn-vertical i {
    top: -2px;
}

.nxattributegrid-table-qty .bootstrap-touchspin .btn-touchspin {
    height: 13px;
}

.nxattributegrid-table-qty input {
    text-align: center;
}

.week-number {
    font-weight: normal;
}

.nxattributegrid-table-attributes ul{
    margin-bottom: 0px;
}

.nxattributegrid-table-price{
    font-weight: bold;
}

#nxattributegrid .stock-explanation{
    margin-top: 16px;
    text-align: right;
    color: #323232;
}

#nxattributegrid .stock-explanation img{
    vertical-align: middle;
}

#nxattributegrid .add-button-container{
    text-align: right;
}

/*** PRODUCTS FOCUS ***/


.products-focus {
    margin-top: 20px;
}

.products-focus a {
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    position: relative;
}

.products-focus a:hover img {
    transform: scale(1.05);
    transition: .3s ease;
}

.products-focus a:hover h3.h2 {
    box-shadow: 0 5px 15px #999;
    transform: scale(1.05);
    transition: .3s ease;
}

.products-focus img {
    max-width: 100%;
}

.products-focus h3.h2 {
    background: #053773;
    opacity: 0.9;
    position: absolute;
    bottom: 0px;
    display: block;
    padding: 10px;
    color: white;
    width: 100%;
    max-width: 340px;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 0px;
}

/*** CATEGORIES ***/

.card {
    border: none;
    box-shadow: none;
}

.card-block {
    padding: 0;
}

/*** CART ***/

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #05356B;
}

.btn-primary:hover {
    transition: .3s ease;
}

.page-addresses .address {
    border: 2px solid #8CAEBB;
}

/*** FOOTER ***/

.footer-container {
    box-shadow: none;
    background: #323232;
    padding: 40px 0 20px 0;
}

.footer-container .h3, .footer-container .h4 {
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.footer-container .h3, .footer-container .h4, .footer-container li a, .footer-container .dropdown {
    color: white;
}

.footer-container li a {
    font-size: 14px;
}

#block_myaccount_infos .myaccount-title a {
    color: white;
    font-weight: normal;
    font-size: 18px;
}

.block-contact {
    color: white;
    font-size: 14px;
}


/*** COMMANDE RAPIDE ***/
#module-nxspecificpbv-fastorder #wrapper{
	padding-top: 0;
}

#module-nxspecificpbv-fastorder #wrapper > .container {
    width: 100%;
}

#module-nxspecificpbv-fastorder #wrapper .container #header{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;

    position: sticky;
    top: 0;

    background-color: #f5f5f5;

    z-index: 1; /*empêche les liens du tableau de passer par dessus*/
}

#module-nxspecificpbv-fastorder .fastorder-product-link {
    position: relative;
    display: inline-block;
    padding: 5px;
    color: #05356B;
    font-weight: bold;
    font-size: 14px;
}

/*Div contenant l'image s'affichant au survol*/
#module-nxspecificpbv-fastorder .fastorder-image-preview {
	position: absolute;
    z-index: 9999;
    top: 0;
    left: 100%;
    padding-left: 10px; /*utiliser padding et non margin pour mettre des marges autour de l'image*/
}

#module-nxspecificpbv-fastorder tr.quicksearch-result {
	background-color: #feffd0;
}

#module-nxspecificpbv-fastorder input.has-stock,
#module-nxspecificpbv-fastorder input.no-stock{
    border: solid 2px;
    border-radius: 0;
}

#module-nxspecificpbv-fastorder input.has-stock{
    border-color: #00bb00;
}

#module-nxspecificpbv-fastorder input.no-stock{
    border-color: #ff0000;
}

#fastorder-table .fastorder-table-category{
    position: relative;
}

#fastorder-table .fastorder-table-category::after{
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: block;
    position: absolute;
    left: 8px;
    top: 6px;
    color: #ffffff;
}

#fastorder-table .fastorder-table-category.opened::after{
    content: "\e15b";
}

#fastorder-table .fastorder-table-category.closed::after{
    content: "\e145";
}

/*** MES DOCUMENTS ***/

#my-documents-table{
    border-collapse: collapse;
}

#my-documents-table thead tr{
    border: solid 1px #94ADB9;
}

#my-documents-table td,
#my-documents-table th{
    padding: 5px 10px;
}

#my-documents-table th{
    background-color: #94ADB9;
    color: #ffffff;
}

#my-documents-table tbody tr{
    border: solid 1px #eaeaea;
}

#my-documents-table tbody tr:nth-child(even){
    background-color: #F6F6F6;
}

#my-documents-table.footable .footable-sortable .footable-sort-indicator:after {
    font-family: "Font Awesome 5 Free";
}


/*** TÉLÉCHARGEMENTS (GED) ***/

#nxged-tree .section.sub-section{
    margin-left: 40px;
}

#nxged-tree .section-title{
    background-color: #94ADB9;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

#nxged-tree .section-filelist-file{
    display: block;
    background-color: #F6F6F6;
    margin-bottom: 15px;
    text-align: center;
    padding: 20px 5px;
    transition: all .2s ease-in;
}

#nxged-tree .section-filelist-file:hover{
    background-color: #323232;
    color: #ffffff;
    transition: all .2s ease-in;
}


/*** FORMULAIRES (GED) ***/

.wpcf7 fieldset{
    border: solid 1px #94ADB9;
    padding: 15px;
    margin-bottom: 30px;
}

.wpcf7 fieldset legend{
    padding: 5px 15px;
    background-color: #94ADB9;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.wpcf7 h3{
    display: none;
}

.wpcf7 .required{
    color: #ff0000;
    font-weight: bold;
}

.wpcf7 .ct7_eachaline{
    margin-bottom: 15px;
}


/*** DIVERS ***/

#checkout .ui-datepicker .ui-datepicker-calendar td{
    padding: 1px;
}

.page-order-detail .box {
    border: solid 1px #dddddd;
}

.product-attachments ul li{
    display: inline-block
}

.product-attachments ul li a{
    padding: 5px 15px 5px 5px;
}

.product-attachments ul li a:hover{
    color: #323232;
}

.product-attachments ul li a,
.product-attachments ul li img,
.product-attachments ul li i{
    vertical-align: middle;
}

#_desktop_top_menu .sub-menu{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin-left: 0;
}

#_desktop_top_menu .top-menu a[data-depth="1"], 
#_desktop_top_menu .top-menu a[data-depth="2"], 
#_desktop_top_menu .top-menu a[data-depth="3"]{
    padding-bottom: 5px;
}

#_desktop_top_menu .top-menu a[data-depth="3"]{
    padding-top: 0px;
    font-family: 'Roboto';
    text-indent: 5px;
}

#_mobile_top_menu .top-menu a[data-depth="3"]{
    font-family: 'Roboto';
}

.footer-copyright{
    padding-top: 15px;
}

.footer-copyright p{
    color: #323232;
}

.product-prices{
    margin-top: 10px;
}

.product-price{
    color: #05356B;
    font-family: 'Archivo Black', sans-serif;
    font-size: 20px;
}

.nxattributegri-simple-line .label{
    font-weight: bold;
    width: 130px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #f6f6f6;
}

.nxattributegri-simple-line .value{
    display: inline-block;
    vertical-align: middle;
}

.product-miniature .product-title{
    height: 45px;
}

.product-miniature .product-reference{
    font-family: 'Big Shoulders Display', sans-serif;
    color: #232323;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.product-miniature .thumbnail-container{
    height: 368px!important;
}

.product-miniature .product-description{
    height: 120px!important;
}

#_desktop_logo{
    padding-top: 15px;
    padding-bottom: 15px;
}

#index #_desktop_logo h1{
    margin: 0;
}

#_mobile_logo{
    margin-bottom: 15px;
}

.fast-order-delivery{
    text-align: left;
}

#header .header-nav .user-info {
    margin-top: 10px;
}

.nxattributegrid-gridcontainer{
    overflow-x: auto;
}

.carrier-custom-extracontent p{
    margin-bottom: 0px;
    font-size: 13px;
}

.product-line-ref{
    font-size: 14px;
    font-weight: bold;
}

.user-info .account span{
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}

#order-detail #order-infos .order-infos-internal-ref{
    margin-top: 15px;
}

/*** RESPONSIVE ***/
@media (max-width:575px){

}


@media (max-width:767px){
    #header .header-top>.container {
        width: 100%;
    }

    .header-top-flex {
        display: block;
    }

    .footer-container .links ul>li {
        text-indent: 20px;
    }

    .block-contact-title{
        padding-bottom: .625rem;
    }

    .block-contact-container{
        padding: .625rem;
        text-align: center;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a{
        color: #ffffff;
        font-weight: normal;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
        padding-right: 9px;
        padding-left: 9px;
        border-bottom: 1px solid #fff;
    }
}


@media (max-width:991px){

}


@media (max-width:1199px){

}

/*** THE END ***/