@import 'app.css';

@keyframes slidein {
    from
    {
        opacity:0;
    }
    to
    {
        bottom: 100%;
        opacity: 1;
    }
}

body{font-size:13px;font-family:"Roboto-Regular", sans-serif;}
nav.sticky-top{
    margin: 0!important;
}
#map{z-index:1}
:root {
    --success:#28A745;
    --danger:#D71A21;
    --warning:#FFD300;
    --light:#EEE;
    --semidark:#DDD;
    --dark:#333;
}

@media (min-width: 1480px) {
    .modal-lg, .modal-xl {
        max-width: 1200px
    }
}
.color-grey{
    color: grey;
}
.alert{margin:0}
.btn.focus, .btn:focus{box-shadow:none}
.form-control{border-radius:0}
.form-control:focus{box-shadow:none;border-color:inherit}

.dropdown-arrow-disabled:before, .dropdown-arrow-disabled:after{display:none !important;content:"" !important}

.breadcrumb{background-color:#eee;padding:7px 0;margin:0 !important}
.breadcrumb-item, .breadcrumb-item *{font-size:13px;line-height:16px}
.breadcrumb-item, .breadcrumb-item a{color:#72787A;display:flex;align-items:center;justify-items:center}
.breadcrumb-item+.breadcrumb-item:before{content:">"}

.btn:focus{box-shadow:none !important}

.btn{border-radius:0;font-size:16px}
#main .btn{display:flex;justify-content:center;align-items:center}
.btn-disabled{cursor:default}
.btn-sm{font-size:13px;display:flex;align-items:center !important;width:fit-content}
.btn-secondary, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{background-color:#72787A;border-color:#72787A}
.btn-warning, .btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle{background-color:#FFD300;color:#fff;border-color:#FFD300}
.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{background-color:#D71A21;color:#fff;border-color:#D71A21}
.btn-light, .btn-light:focus, .btn-light.focus, .btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{background-color:#eee;color:#aaa;border-color:#eee}
.btn-semilight, .btn-semilight:focus, .btn-semilight.focus, .btn-semilight:hover, .btn-semilight:not(:disabled):not(.disabled).active, .btn-semilight:not(:disabled):not(.disabled):active, .show>.btn-semilight.dropdown-toggle{background-color:#ccc;color:#333;border-color:#ccc}
.btn-semilight-dark, .btn-semilight-dark:focus, .btn-semilight-dark.focus, .btn-semilight-dark:hover, .btn-semilight-dark:not(:disabled):not(.disabled).active, .btn-semilight-dark:not(:disabled):not(.disabled):active, .show>.btn-semilight-dark.dropdown-toggle{background-color:#eee;color:#333;border-color:#eee}
.btn-dark, .btn-dark:focus, .btn-dark.focus, .btn-dark:hover, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle{background-color:#72787A;color:#fff;border-color:#72787A}
.btn-semidark, .btn-semidark:focus, .btn-semidark.focus, .btn-semidark:hover, .btn-semidark:not(:disabled):not(.disabled).active, .btn-semidark:not(:disabled):not(.disabled):active, .show>.btn-semidark.dropdown-toggle{background-color:#aaa;color:#fff;border-color:#aaa}

.bg-light .btn-light.btn-light, .bg-light .btn-light:focus, .bg-light .btn-light.focus, .bg-light .btn-light:hover, .bg-light .btn-light:not(:disabled):not(.disabled).active, .bg-light .btn-light:not(:disabled):not(.disabled):active, .bg-light .show>.btn-light.dropdown-toggle{background-color:#fff;color:#777;border-color:#fff}

.table-hover tbody tr:hover{background-color:#fafafa}

.text-muted{color:#777 !important;}
.text-danger{color:#D71A21 !important;}
.btn-success-shop{
    background-color: #16A85E;
    color: white!important;
    transition: 0.5s;
}
.custom-control-input:checked ~ .custom-control-label::before{border-color:#333;background-color:#333}
.custom-checkbox .custom-control-label::before{border-radius:0}

label a{color:#333;text-decoration:underline;font-family:Roboto-Bold, sans-serif}

.material-icons{margin:0 5px}
h1 .material-icons, .h1 .material-icons{font-size:50px}
h2 .material-icons, .h2 .material-icons{font-size:40px}
h3 .material-icons, .h3 .material-icons{font-size:30px}

.bg-secondary{
    background-color:#ddd !important
}
.bg-light{background-color:#eee !important}
.bg-danger{background-color:#D71A21 !important}

.bg-secondary .btn-white{background-color:#fff;color:#333}

h1, .h1{
    font-size:40px;
    margin:5px 0 15px;
}
h2, .h2{font-size:1.1rem}
h3, .h3{font-size:0.9rem}
p{font-size:0.8rem}

h1, .h1, h2, .h2, h3, .h3{text-transform:uppercase;display:flex;align-items:center !important;width:fit-content}

#shop-logo{}

.list-arrow-right li{position:relative;padding:5px 0 5px 25px}
.list-arrow-right li:before{font-family:'Material Icons';content:"arrow_forward";position:absolute;top:0;left:0;width:16px;height:16px;font-size:22px}

.list-bg-light li{background-color:#eee;margin:0 0 10px;padding:5px 10px}

#header_baseline{height:46px;padding:8px;background-color:#ccc}

.shop-header-btn{width:115px;height:62px;font-size:13px}
.shop-header-logo{border-radius:50% !important;width:25px;height:25px}

.univers .category-image{width:40px;height:40px}

.ecotax{display:block;font-size:9px;line-height:10px}

/* DOOFINDER */
.df-card__pricing{display:none !important}
.df-branding{display:none !important}

.homeBanner{height:56vh}
.homeBanner .carousel-inner{height:100%}
.homeBanner .carousel-item{background-repeat:no-repeat;background-position: right;background-size:cover;height:100%}
.homeBanner .carousel-item .banner-label{margin:0 5px;border:1px solid #fff;padding:5px 10px}
.homeBanner .carousel-caption{background-color:#599FAA;left:6.6%;width:32%;right:1%;bottom:6%;text-align:left;padding:15px 20px}
.homeBanner .carousel-caption:hover{color:#fff;text-decoration:none}
.homeBanner .carousel-caption .h5{font-size:1.3rem;line-height:1.7rem;text-transform:uppercase;margin:0.5rem 0;display:block;font-weight:bold}
.homeBanner .carousel-caption .carousel-infos-text, .homeBanner .carousel-caption p{font-size:1rem;line-height:1.1rem;margin-bottom:0.5rem}
.homeBanner .carousel-action{text-align:right;display:inline-block;width:100%}

.home .title{display:block;text-align:center;width:auto;position:relative;padding-bottom:5px;font-size:26px;font-family:"Roboto-Bold", sans-serif;font-weight:initial}
.home .title:after{content:"";border-bottom:5px solid #D71A21;width:80px;position:absolute;top:100%;left:calc(50% - 40px)}

.home-booster{padding:10px 0}

.home-brand{padding:10px 0;}

#carouselBrands{height:120px}
#carouselBrands .carousel-inner, #carouselBrands .carousel-inner *{height:100%}
#carouselBrands img{width:auto}

.home-find-centralSeller{text-align:left;padding:17px 15px;display:flex;align-items:center}
.home-find-centralSeller form *{border-radius:0}
.home-find-centralSeller:active, .home-find-centralSeller:hover{text-decoration:none;color:#fff}
.home-find-centralSeller-icon{font-size:35px}
.home-find-centralSeller-title{text-transform:uppercase;font-size:16px;font-family:'Roboto-Bold'}
.home-find-centralSeller .text{color:#fff}

.jumbotron {
    border-radius: 0;
}
.jumbotron .squareMenu
{
    background-color: #D71A21;
}
.jumbotron-brand{
    height: 140px;
}
.jumbotron h1{
    font-size: 40px;
    font-family:Roboto-Bold, sans-serif;
    margin:0;
    padding:0 40px;
}
.jumbotron h2{
    font-size: 20px;
    font-family:Roboto-Bold, sans-serif;
    margin:0;
}
.product-name{
    height: 60px;
    max-height: 60px;
    font-size: 14px;
    line-height: 17px;
}
.min-width-card{
    min-width: 190px;
}

.card-product {
    border: none;
    padding: 10px;
}

.card-product:hover {
    border: 1px solid #333333 !important ;
}

.card-product , .card-product .card-product-infos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.subNavbar-link{
    color: black;
}
/*.card-product:hover{*/
/*    text-decoration: none;*/
/*    border: 1px solid black;*/
/*}*/
.card-product:hover a{color:#333;text-decoration:none}
#select-filter{
    height: 30px;
    border: 1px solid grey;
}
#filter *{
    width: 100%;
}
#filter-nb-query{display:none}
.filter-name{font-family:'Roboto-Bold'}
#filter #filter-sort{display:none}
.filter-button{
    width: auto;
    border: 0;
    background-color: white;
}
.dropdown-filter {
    color: black;
    background-color: #cccccc;
    word-wrap: break-word;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

#filter > .h1::after{
    font-family: "Material Icons Round";
    font-size: 28px;
}
.quentin{
    color: black;
}

.list-style-type-none{
    list-style-type: none;
}
.btn-header-actions{}

.referencies-stock{display:flex;padding:10px 0}
.referencies-stock-item{display:flex;align-items:center;justify-content:center;margin-right:30px}
.referencies-stock-icon{margin-right:5px}
.referencies-stock-label{}
.stock-in{filter: invert(15%) sepia(34%) saturate(6749%) hue-rotate(27deg) brightness(93%) contrast(98%);}
.stock-order{filter: invert(54%) sepia(90%) saturate(404%) hue-rotate(157deg) brightness(88%) contrast(93%);}
.stock-wait{filter: invert(15%) sepia(40%) saturate(974%) hue-rotate(339deg) brightness(102%) contrast(105%);}
.stock-aes{filter: invert(87%) sepia(73%) saturate(4785%) hue-rotate(349deg) brightness(113%) contrast(95%);}

#product{min-height:100vh}
#product h3{font-family:Roboto-Bold, sans-serif;font-size:20px;color:#333}
#product-infos-primary > *{display:flex;align-items:center;justify-content:space-between;margin:16px 0}
#product-title{font-size:26px;font-weight:700;margin:0}
.product-mono_referency{text-transform:uppercase;font-weight:700;font-size:13px}

#product-brand-infos{justify-content:flex-end}
#product-brand-link, #product-brand-link:hover{text-decoration:none}
#product-brand-logo{max-height:60px}
#product-brand-name{color:#777;font-size:13px}

.product-link, .product-link:hover{color:#333;font-size:16px !important;line-height:17px}

#product-carousel-images{margin-left:100px;border:1px solid #ccc}
#product-carousel-images .carousel-indicators{justify-content:start;top:0;left:-100px;display:inline-block;width:98px;overflow:auto}
#product-carousel-images .carousel-indicators li{width:76px;height:76px;border:1px solid #ccc;display:block;margin:6px 0}
#product-carousel-images .carousel-indicators li:first-child{margin-top:0}
#product-carousel-images .carousel-indicators li:last-child{margin-bottom:0}
#product-carousel-images .carousel-indicators .active{border-color:#333}
#product-carousel-images .carousel-indicators-image{}
#product-carousel-images .carousel-inner{}
#product-carousel-images .carousel-item{}
#product-carousel-images .carousel-image{}
#product-carousel-images .carousel-control{}
#product-carousel-images .carousel-control.carousel-control-prev{}
#product-carousel-images .carousel-control.carousel-control-next{}

.product_prices{padding:16px 20px}
.product_start{color:#777;font-size:11px;text-transform:uppercase}
.product_start_price{}
.product_start_price > *{display:block}
.product_start_price_primary{color:#D71A21;font-size:30px;font-weight:700}
.product_start_price_secondary{color:#777;font-size:16px;font-weight:700}

#basketQuickEntry .product_start_price_primary{font-size:20px;line-height:20px}
#basketQuickEntry .product_start_price_secondary{font-size:15px;line-height:15px}
#basketQuickEntry .js-orderItemForm .drop-order{width:120px}
#basketQuickEntry #modal-navbar-quickBasket .drop-order{width:135px}
#basketQuickEntry .js-validReferencyQuantity{font-size:14px}
#basketQuickEntry .btn{padding:0.2rem}


.product-description, .product-description p{font-size:16px;line-height:28px;margin: 0 0 20px}

.product_prices .btn-referency{margin-top:15px;width:100%}

.btn-material-icons{display:flex;justify-content:center;align-items:center;text-transform:uppercase}
.btn-material-icons .btn-label{font-family:"Roboto-Bold", sans-serif;font-size:16px}

#product-small-options{}
#product-small-options .js-productFilterOptions{width:100%}
#product-small-options .js-productFilterOptions .btn{width:100%;justify-content:space-between}
#product-small-options .js-productFilterOptions .btn, #product-small-options .js-productFilterOptions .dropdown-menu{background-color:var(--semidark);color:#333}
#product-small-options .js-productFilterOptions .dropdown-menu{width:calc(100% - 30px) !important;border-radius:0}

.keep-open .dropdown-menu{display:block !important}
.card-product-btn .keep-open:not(.show) .dropdown-menu{display:none !important}

.drop-order{}
.drop-order .js-referencyQuantity{height:100%}
.drop-order .quantity-label{text-align:center;padding:5px 10px;font-size:13px;width:135px;color:#333}
.drop-order .dropdown-menu{}
.drop-order .quantity-choices{background-color:#fff;display:flex;justify-content:center;align-items:center;max-width:170px}
.drop-order .js-validReferencyQuantity{background:#fff;border:none;border-radius:0;text-align:center;width:55px;height:30px;color:#333}
.drop-order .quantity_remove{color:#72787A}
.drop-order.drop-basket .quantity_add{color:#D71A21}
.drop-order.drop-estimate .quantity_add{color:#FFD300}
/*.drop-order.reduce{width:60px}*/

.drop-basket .dropdown-menu, .drop-estimate .dropdown-menu, .btn-group-referency{height:38px}
.drop-basket, .drop-estimate{width:100%}
.drop-basket .dropdown-menu, .drop-estimate .dropdown-menu{top:0;background-color:#CCC;border:none;border-radius:0;padding:0;width:100%;left:0}

.drop-basket{margin-bottom:5px}
.card-product .drop-basket{margin-bottom:0;margin-right:5px}
.drop-order.reduce .btn-label
,.js-productReferency .btn-label{display:none}

.js-productReferency .drop-order, .js-productReferency .drop-order .btn{width:40px;height:40px}
.js-productReferency:not(.card-product-btn) .drop-order .dropdown-toggle{display:none !important}
.js-productReferency .drop-order .quantity-label{display:none !important}
.js-productReferency .drop-order .js-referencyQuantityMinus, .js-productReferency .drop-order .js-referencyQuantityPlus{width:28px;height:28px}
.js-productReferency .drop-order .js-validReferencyQuantity{width:65px}
.js-productReferency .drop-order .quantity-choices{height:100%;background:none}
.js-productReferency .dropdown-menu{position:relative !important}
/*.js-productReferency .dropleft .dropdown-menu{right:calc(100% - 42px);left:auto !important}*/

.js-productReferency .drop-basket > .btn, .js-productReferency .drop-estimate > .btn{background-color:var(--light);border-color:var(--light)}
.js-productReferency .drop-basket >.btn{color:var(--danger)}
.js-productReferency .drop-estimate >.btn{color:var(--warning)}

.js-productReferency .drop-basket .dropdown-menu, .js-productReferency .drop-estimate .dropdown-menu{background-color:#EEE}

.btn-favorite, .btn-favorite:hover{color:#333 !important}

#product-tabs{margin:10px 0;padding:5px 0;border-bottom:1px solid #707070;position:sticky;top:190px;z-index:10;background-color:#fff}
#product-tabs .product-tab{text-transform:uppercase;font-size:16px;color:#333}
#product-tabs .product-tab.active, #product-tabs .product-tab:hover{text-decoration:none;font-family:Roboto-Bold, sans-serif}

#product-tabs-info h2{font-size:20px;font-family:Roboto-Bold, sans-serif}
#product-tabs-info h3{font-size:15px;color:#72787A}
#product-tabs-info > *{margin-bottom:50px}
.product-document-action{display:flex;align-items:center;justify-content:start;z-index:1;text-decoration:none;color:#333;width:fit-content;padding:3px}
.product-document-action:hover{text-decoration:none;color:#333;background-color:#eee}

.js-validReferencyQuantity{font-family:Roboto-Bold, sans-serif;font-size:16px}

.row.thead{align-items:center}
.table-hover .tr:nth-child(even){background-color:#f6f6f6}
.table-hover .tr:hover{background-color:#ededed}

.table-referencies{}
.table-referencies .thead-light th, .table-referencies .thead-light .th{background-color:#ddd;color:#777;font-size:13px;vertical-align:middle;padding:10px 0;line-height:14px;font-weight:600;border:none;border-right:2px solid #fff;text-align:center}
.table-referencies .thead-light th:last-child, .table-referencies .thead-light .th:last-child{border-right:none}
.table-referencies .js-productFilterOptions{width:100%;height:100%}
.table-referencies .dropdown-toggle{justify-content:space-between !important;word-wrap: break-word; white-space: normal;line-height:13px;text-align:left}
.table-referencies th .dropdown-toggle, .table-referencies th .dropdown-menu, .table-referencies .th .dropdown-toggle, .table-referencies .th .dropdown-menu{background-color:#ddd;color:#333;font-size:13px;border-radius:0;border:none}
.table-referencies .dropdown-menu{width:auto;padding:0;box-shadow: 0 0 5px #ddd}
.table-referencies .dropdown-menu .dropdown-item:hover, .table-referencies .dropdown-menu .dropdown-item.active, .table-referencies .dropdown-menu .dropdown-item:active{background-color:#72787A !important;color:#fff}
.table-referencies .js-productReferency{align-items:center}
.table-referencies .js-productReferency
.table-referencies .js-productReferency td, .table-referencies .js-productReferency .td{padding:5px 3px;border:none}
.table-referencies .js-productReferency td:last-child, .table-referencies .js-productReferency .td:last-child{border-right:none}
.table-referencies .js-productReferency td .btn, .table-referencies .js-productReferency .td .btn{padding:3px}
.js-productReferencyOption{text-align:center}
.table-referencies .js-productReferency.disabled{opacity:0.5;background:#fff !important}
.table-referencies .js-productReferency td *, .table-referencies .js-productReferency .td *{font-size:14px;line-height:14px}
.table-referencies .js-productReferency td p, .table-referencies .js-productReferency .td p{margin:0}
.table-referencies .js-productReferency td .material-icons-round, .table-referencies .js-productReferency .td .material-icons-round{font-size:20px}
.table-referencies .js-productReferency td small, .table-referencies .js-productReferency td .badge, .table-referencies .js-productReferency .td small, .table-referencies .js-productReferency .td .badge{font-size:11px}
.table-referencies .referency-price{color:#333;font-family:Roboto-Bold, sans-serif}

.productReferency{font-size:16px !important;font-family:Roboto-Bold, sans-serif;color:#333;text-transform:uppercase}
.productReferencyMpn{font-size:11px !important;font-family:Roboto, sans-serif;color:#777;text-transform:uppercase}

.table-commons th, .table-commons td{border:1px solid #fff;background:#EEE;padding:0.3rem}

.js-productFilterOptionsReset{border:none;background:none}

#tab-descriptions p{margin:0;line-height:2rem}

@media screen and (min-width:992px) and (max-width:1366px) {
    .offcanvas-lg-right {
        top: 95px!important;
    }
}
@media screen and (max-width:992px)
{
    #job-page h1{
        font-size: 22px!important;
    }
    #job-banner{
        padding-top: 15px;
    }
    .form-job{
        margin-bottom:20px;
    }
    #job-page select{
        width: auto;
    }
    .offcanvas-lg-right {
        position: fixed;
        min-height: 100vh;
        width: 100vw;
        top: 50px; /* hauteur de la navbar */
        left: 100vw;
        transition-duration: 0.5s;
    }
    .offcanvas-lg-right.actived{
        left: 0;

    }
}
@media screen and (min-width:992px) and (max-width:1366px) {
    #product-carousel-images{margin-left:54px}
    #product-carousel-images .carousel-indicators{left:-54px}
    #product-carousel-images .carousel-indicators li{width:56px;height:56px;margin:1px 0}
}
@media screen and (min-width:992px) and (max-width:1200px) {
    #product-carousel-images{margin-left:54px}
    #product-carousel-images .carousel-indicators{left:-54px}
    #product-carousel-images .carousel-indicators li{width:46px;height:46px;margin:0}
}

@media screen and (max-width:767px) {
    h1, .h1{font-size:20px !important}
    h2, .h2{font-size:18px !important}
    h3, .h3{font-size:16px !important}
    .home .title{font-size:1.5rem !important}
    footer .footer-social h3{font-size:12px !important}
    #product-title{font-size:24px !important}
    .carousel-indicators{display:none}
    #product-carousel-images{margin-bottom:90px;margin-left:0}
    #product-carousel-images .carousel-indicators{top:calc(100% + 10px);left:0;width:auto;display:block;height:63px}
    #product-carousel-images .carousel-indicators li{margin:0 3px;width:56px;height:56px;display:inline-block}
    #product-carousel-images .carousel-indicators li:first-child{margin-left:0}
    #product-carousel-images .carousel-indicators li:last-child{margin-right:0}
    #map{max-height:540px!important}

    .agency-carroussel-container{display:none}
    .homeBannerBlocImages .bloc-item{height:220px}
    [data-respposx="10"]{ background-position:10%;}
    [data-respposx="20"]{ background-position:20%;}
    [data-respposx="30"]{ background-position:30%;}
    [data-respposx="40"]{ background-position:40%;}
    [data-respposx="50"]{ background-position:50%;}
    [data-respposx="60"]{ background-position:60%;}
    [data-respposx="70"]{ background-position:70%;}
    [data-respposx="80"]{ background-position:80%;}
    [data-respposx="90"]{ background-position:90%;}
}

@media (max-width: 1200px) {
    .homeBanner .carousel-caption .h5{font-size:1rem;line-height:1.3rem;}
    #job-banner h1{
        font-size: 39px!important;
        white-space: nowrap;
    }
    #job-banner h2{
        font-size: 25px!important;
    }
    #job-banner p{
        font-size: 15px!important;
    }
}
@media (max-width: 1002px) {
    .homeBanner .carousel-caption{width:33%;padding:5px 15px}
}
@media (max-height: 666px) {
    .homeBanner .carousel-caption{width:48%}
}

.productReferency-label{display:none}
.product-filter {
    appearance: none;
    width: 18px!important;
    height: 18px;
    font-size: 15px;
    content: 'check_box_outline_blank';
}
.product-filter:checked{
    content: 'check_box';
    color: black;
}
.product-filter ~span{
    width: 18px!important;
    height: 18px;
    position: absolute;
}
.product-filter ~span:before{
    content: 'check_box_outline_blank';
}
.product-filter:checked ~span:before {
    content: 'check_box';
}
.max-height-360 {
    max-height: 360px;
}

/*Brand css*/
.brand-grey{
    background-color: #72787A;
    color: white;
    width: 100%;
}
.brand-grey:first-child{
    /*background-color: #8C1D82;*/
    /*background-color: #D71A21;*/
}
#brand-filters > .btn:hover{
    color: white;
}

.homeBannerBlocImagesCatalog{margin-bottom:2vh;}
.homeBannerBlocImagesCatalog a{text-decoration: none; color: #212529;}
.homeBannerBlocImagesCatalog .bloc-action{ position: absolute; bottom: 5%; left: 5%; padding: 5px 8px; color: #fff !important; }
.homeBannerBlocImagesCatalog .bloc-action a{ color: #fff !important; }
.homeBannerBlocImagesCatalog .bloc-item{height:160px}
.homeBannerBlocImagesCatalog .bloc-item-image{ background-repeat: no-repeat; background-position: right; background-size: cover; height: 100%;}
.homeBannerBlocImagesCatalog .bloc-item.marginRight{ margin-right: 3vh; }
.homeBannerBlocImagesCatalog .bloc-caption{position: absolute; z-index: 10; background-color: #ffffff; opacity: 90%; left: 0;  top: 5%; text-align: left; padding: 10px 20px;/*height: 51%;*/}
.homeBannerBlocImagesCatalog .bloc-caption .colorLine{ height:4px; width:60px; display: block; margin-bottom: 8px;}
.homeBannerBlocImagesCatalog .bloc-caption .h5{ text-transform: uppercase; font-size: 20px; line-height: 26px; text-align: left; font-weight: bold; }
.homeBannerBlocImagesCatalog .bloc-caption .description{ font-size: 14px; line-height: 19px; text-align: left; }
.homeBannerBlocImagesCatalog .info_banner_more{ font-style: italic; font-size: 0.9em; padding-top:3px; }
.homeBannerBlocImages{height:28.7vh; margin-bottom:2vh;}
.homeBannerBlocImages a{text-decoration: none; color: #212529;}
.homeBannerBlocImages .bloc-action{ position: absolute; bottom: 5%; left: 5%; padding: 5px 8px; color: #fff !important; }
.homeBannerBlocImages .bloc-action a{ color: #fff !important; }
.homeBannerBlocImages .bloc-item{height:300px}
.homeBannerBlocImages .bloc-item-image{
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width:100%;
    height:100%;
}
.homeBannerBlocImages .bloc-item.marginRight{ margin-right: 3vh; }

.homeBannerBlocImages .bloc-caption{position: absolute; z-index: 10; background-color: rgba(255,255,255, 0.7);top: 5%; text-align: left; padding: 10px;width:70%}
.homeBannerBlocImages .bloc-caption .colorLine{ height:4px; width:60px; display: block; margin-bottom: 8px;}
.homeBannerBlocImages .bloc-caption .h5{ text-transform: uppercase; font-size: 20px; line-height: 26px; text-align: left; font-weight: bold; }
.homeBannerBlocImages .bloc-caption .description{ font-size: 14px; line-height: 19px; text-align: left; }
.homeBanner-title{
    font-size: 1.15rem;
}
/*css carroussel agency */
@media (max-width: 1680px) {
    .homeBannerBlocImages .bloc-item .bloc-caption br{
        display: none;
    }
}

@media screen and (max-width:991px) {
    .homeBanner{height:50vh}
    .homeBanner .carousel-item{height:60%;background-position:95% top}
    .homeBanner .carousel-caption{width:100%;top:100%;left:0;padding:5px 10px;right:0;height:100%}
    .displayListZones{top:60px !important;}
   .sm-px-none{
        padding-left: 0;
        padding-right: 0;
    }
    #brands-nav{
        flex-wrap: wrap;
    }
    #brands-nav .searchbar{
        margin-top: 10px;
    }
    /*.alphabetic-tab{*/
    /*    !*width: 18%!important;*!*/
    /*    margin-top: 5px;*/
    /*}*/
}

@media screen and (max-width:768px) {
    .alphabetic-tab{
        width: 45%;
        margin-top: 5px;
    }
}

@media screen and (max-width:576px) {
    .homeBanner .carousel-caption .h5{font-size:0.8rem;line-height:1rem}
    .homeBanner{height:30vh}
    .homeBanner .carousel-item {
        background-repeat:no-repeat;
        background-position:90% 0;
        height:60%;
    }
    .homeBanner .carousel-caption{width:100%;top:100%;left:0;padding:5px 10px;right:0;height:70%}
    .carousel-infos-text{display:none}
    .carousel-box .carousel-infos img {
        max-width: 100px !important;
    }
}

@media screen and (max-width:425px) {
    .homeBannerBlocImages .bloc-caption{top:0;width:calc(100% - 20px)}
}

@media screen and (max-width:375px) {
    .homeBanner .carousel-caption h5{font-size:1rem;line-height:1.2rem}
    .homeBanner .carousel-caption p{font-size:0.8rem;line-height:0.8rem}

    #carouselBrands img{width:auto;height:auto !important}
}

.agency-carroussel-container{
    background-color: #DDDDDD;
    height: 218px;
    margin: 0;
    width: 100%;
    align-items: center;
}
.agency-card{
    height: calc(140px + 34px);
    color: black;
    text-align: center;
}
.agency-card:hover{
    color: black;
    text-decoration: none;
}
.agency-card-header{
    height: 140px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.agency-card-header:hover .agency-card-verso{
    bottom: 0;
    opacity: 1;
}
.agency-card-recto{
    height: 140px;
}
.agency-card-verso{
    position: absolute;
    text-align: start;
    height: calc(100% - 20%);
    width: 100%;
    bottom: -100%;
    background-color: rgba(255,255,255,0.95);
    color: black;
    opacity: 0;
    transition: 0.3s;
}
.agency-card-verso input{
    font-size: 13px;
    height: 24px;
    padding: 0;
}

.agency-card-verso div:first-child{
    height: 81px;
}
.agency-card-verso div p{
    font-size: 12px;
    height: 34px;
}
.agency-card-verso div a{
    font-size: 11px;
    height: 24px;
}
#shopShow .agency-carroussel-container{
    background-color: inherit;
}
.mobile-h1{
    font-size: 1.5rem;
}

.brand-image{
    background-size: contain!important;
}

/** liip default filter **/

.liip_filter_map{
    height: 178px;
    width: 100%
}
.subNavbar-link:last-child{
    width: max-content!important;
}
.label-last{
    width: max-content!important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected, .tarteaucitronAllow
{
    background-color: #FFD300!important;
}
#tarteaucitronAllDenied.tarteaucitronIsSelected, #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected{
    background-color: #424647!important;
}
#tarteaucitronServices_mandatory{
    background-color: #72787A;
    color: white;
}
.shop-photo{display:flex;justify-content:center;align-items:center}
/*.shop-show .shop-photo{height:235px}*/
.shop-photo img{height:auto;max-height:100% !important;width:auto !important}

/**
CSS Pagination
 */
.pagination{
    border-radius: 0;
}
.pagination .page-item.active .page-link{
    background-color: #D71A21;
    border-color: #D71A21;
    color: white;
}
.pagination .page-link{
    color: #333333;
}
.pagination .page-item .page-link{
    border-radius: 0!important;
}

#collapseFilters form *{cursor:pointer}
#baseModalText{
    font-size: 16px;
    text-align: center;
}
#firstBaseRow{
    border-right: 1px solid black;
}
.modal-sub-row{
    width: 50%;
    padding: 10px;
}
#container-result{
    height: 50%;
    overflow-x: hidden;
}
.result-site .shop-photo{
    height: auto;
}
.baseModal-header{
    padding: 10px 15px;
}
.search-modal {
    height: 70vh;
    max-height: 500px;
}
.baseModalClose{
    padding-right: 10px;
}

/** filtre fournisseur **/
.alphabetic-section-title{
    text-transform: uppercase;
    font-weight: 610;
    color: #D71A21;
    font-size: 25px;
}

#brand-show h2, #brand-show .h2 {
    font-size: 20px;
}

#brand-show .list-group{
    margin-left: 0;
}

.brandVideoTitle{
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
}

.treeview-1{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card-brand{
    max-height: 210px;
}

.card-brand:hover{
    color: black;
    text-decoration: none;
}
.center{
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
}

.alphabetic-tab{
    border-radius: 5px;
    background-color: white;
    border: 1px solid #D4D4D4;
    padding: 6px 20px;
    margin: 0 5px 5px 0;
    box-shadow: -2px 2px .2em #D4D4D4;
    line-height: inherit;
}

.alphabetic-group-tab {
    cursor: pointer;
}

.brand-name {
    background-color: #F2F2F2;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
}
.brands-card-link, .brands-card-link:hover {
    text-decoration: none;
}
.h-60{
    height: 60%!important;
}
.h-40{
    height: 40%!important;
}
.color-inherit{
    color: inherit;
}
#carousel-brand .title{
    display: block;
    text-align: center;
    width: auto;
    position: relative;
    padding-bottom: 5px;
    font-size: 26px;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: initial;
}
#carousel-brand .title:after{
    content: "";
    border-bottom: 5px solid #D71A21;
    width: 80px;
    position: absolute;
    top: 100%;
    left: calc(50% - 40px);
}
.text-inherit{
    text-transform: inherit;
}

.jobOffers{}
.jobOffers h1{color:#fff;font-size:80px;line-height:106px;margin:0;text-transform: uppercase;font-weight: bold;font-family:'Roboto-Bold';}
.jobOffers h2{color:#fff;font-size:44px;line-height:58px;margin:0;text-transform: uppercase;font-family:'Roboto-Light';}
.jobOffers h3{font-size:40px;line-height:53px;font-family:'Roboto-Light';}
.job-img-banner{height:580px;background-color:#333}
.job-img-banner .jobOffers-shortDescription{margin-top:70px}
.job-img-banner .jobOffers-description *{color:#fff;font-size:22px;line-height:26px;font-family:'Roboto-Light';}

.btn-job-banner{
    font-size:22px;
    border: 1px solid white;
    color: white;
}
.btn-job-banner:hover{
    color: white;
}
.fade-bottom.activated{
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
form[name="search_job_offer"] .form-group{
    margin-bottom: 0;
}
form[name="search_job_offer"] .form-group input,form[name="search_job_offer"] .form-group select{
    background-color: #EEE;
    border: none;
    height: 46px;
}
form[name="search_job_offer"] .form-group input{
    border-radius: 5px!important;
}form[name="search_job_offer"] .form-group select{
     border-radius: 5px!important;
 }

form[name="search_job_offer"] .form-group input::placeholder,form[name="search_job_offer"] .form-group select{
    color: black;
    opacity: 1; /* Firefox */
    font-size: 19px;
    font-weight: bold;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance: none;
}
form[name="search_job_offer"] option, form[name="search_job_offer"] option:hover{
    background-color: #FCFCFC;
    border-radius: 0;
}

#btn-job-search{
    color: black!important;
    font-weight: bold;
    border-radius: 5px!important;
    width: 130px;
    font-size: 20px;
}
.trait {
    height: 1px;
    background-color: black;
    width: 100%;
}
.bold{
    font-weight: bold;
}

.btn-job-red {
    border-radius: 5px !important;
    padding: 0 20px 0 20px;
}
.job-card{
    display: block;
    border-radius: 5px;
    background-color: #FCFCFC;
    border: 2px solid #E2E2E2;
    color: black;
    margin-bottom: 30px;
    position:relative;
}
.job-content{
    padding: 13px;
}
.job-name, .job-description h2, .job-description h3{
    font-size: 24px!important;
    font-weight: bold;
    text-transform: inherit!important;
    color: #333333;
    font-family: 'Roboto-Bold';
    margin:5px 0 0;
}
.job-description, .job-description *, .job-advantages *{
    font-size: 18px;
    line-height:26px;
}

.job-type{
    font-size:16px;
    background: #D8D8D8;
    border-radius: 5px!important;
    min-width: 42px;
    width: fit-content;
    margin-right:15px;
    padding: 5px 7px;
    font-family: 'Roboto-Light';
    font-weight: 100;
}
.address-job p{
    font-size: 18px;
}
.text-black{
    color: black!important;
}

.job-card-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.job-card-without-img{height:50px}

#job-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-rounded {
    border-radius: 5px!important;
}

.close-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    cursor: pointer;
}
.close-icon span {
    font-size: 20px;
    color: white;
}
.collapsing.job-detail {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.btn-height {
    height: 46px;
}

.close-filter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}

a#cookiesInfosLink {
    color: #FFD300!important;
}
a#cookiesInfosLink:hover {
    text-decoration:underline;
}

.card-product-other .js-productReferency form{
    display:block !important;
}
.card-product-other .js-productReferency .drop-order .quantity-choices{
    width: 100%;
    justify-content: space-around;
    max-width:none;
}
.card-product-other .js-productReferency .drop-order {
    width: 100%;
    margin-right: 0;
}
.card-product-other .js-productReferency .dropdown-menu {
    width: inherit;
    margin: 0;
}
.card-product-other .js-productReferency .drop-order .btn.js-productAddItemOrder {
background-color:#DDDDDD;
    color: #D71A21;
    border: none;
}
.card-product-other .js-productReferency .drop-order .js-validReferencyQuantity {
background: none;
}