/*! Place your custom styles here */
/*****generic style for all table **********/
table {
    white-space: nowrap;
}

td {
    /*display: inline-block;
    max-width: 300px;
    min-width: 50px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.equipment_list,
td {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
}

.equipment_list,
td:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
}

.customorange {
    color: #F29426 !important;
}

/********generic btn ********************/
.expemat_btn_primary {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    color: #EDEDED;
    font-size: 20px;
    background: #F29426;
    padding: 20px 30px 20px 30px;
    border-radius: 20px 0 20px 0;
    text-decoration: none;
    width: 350px;
    text-transform: uppercase;
    opacity: 0.9;
    text-align: center;
    display: inline-block;
}

.expemat_btn_primary span {
    font-size: 19px;
    margin-left: 10px;
    display: inline-block;
    top: 0px;
}

.expemat_btn_primary:hover {
    background: #EF6535;
    text-decoration: none;
}

.expemat_btn_primary_small {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    color: #EDEDED;
    font-size: 20px;
    background: #F29426;
    padding: 10px 15px 10px 15px;
    border-radius: 20px 0 20px 0;
    text-decoration: none;
    width: 200px;
    text-transform: uppercase;
    opacity: 0.9;
    text-align: center;
    display: inline-block;
}

.expemat_btn_primary_small span {
    font-size: 19px;
    margin-left: 5px;
    display: inline-block;
    top: 0px;
}

.expemat_btn_primary_small:hover {
    background: #EF6535;
    text-decoration: none;
}

.expemat_btn_secondary {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    color: #EDEDED;
    font-size: 20px;
    background: #424242;
    padding: 20px 30px 20px 30px;
    text-decoration: none;
    width: 300px;
    text-transform: uppercase;
    opacity: 0.9;
    display: inline-block;
    text-align: left;
    position: relative;
}

.expemat_btn_secondary span {
    font-size: 18px;
    padding: 24px 20px 19px 20px;
    display: inline-block;
    background-color: #F29426;
    opacity: 0.9;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;

}

.expemat_btn_secondary span:hover {
    background: #EF6535;
}

.hoverwhite:hover {
    color: white !important;
}

.expemat_btn_secondary:hover {
    background: #232323 !important;
    text-decoration: none;
}

.leftbarbtn {
    height: 66px;
    border-left: 8px solid #F29426;
    display: inline-block;
    vertical-align: top;
}

.connexionBtn {
    color: #EDEDED;
}

.connexionBtn:hover {
    color: #424242;
    background-color: #EDEDED;
}

.connect_link {
    font-size: 12px !important;
    line-height: 14px !important;
}

@media all and (max-width: 768px) {

    .expemat_btn_primary {
        width: 100%;
        font-size: 13px;
    }

    .expemat_btn_primary span {
        font-size: 12px;
    }

    .expemat_btn_secondary {
        width: auto;
        font-size: 14px;
        padding: 20px 30px 20px 30px;


    }

    .expemat_btn_secondary span {
        font-size: 14px;
        padding: 24px 20px 19px 20px;
    }

    .leftbarbtn {
        display: none;
    }

    td {
        text-overflow: clip;
        white-space: normal;
        word-break: normal;
    }

    body {
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .boxed {
        padding: 0;
    }
}


/************ home page ***********************/
/****header ****/
/*.homeHeader h4{
    display: none;
}*/
/*****section cover *****/
.logoCover img {
    width: 250px;
    height: 250px;
}

.logoCover {
    margin-bottom: 40px;
}

.cotationCover {
    padding: 60px 25px;
}

.agrconCover a {
    text-align: left;
}

.agrconCover a:first-of-type {
    margin-right: 10px;
}

@media all and (min-width: 600px) and (max-width: 1366px) {

    .logoCover {
        margin-bottom: 0;
    }
}

@media all and (max-width: 600px) {
    .homeHeader h4 {
        display: none;
    }

    section.space--xxxs {
        padding-top: 0.857em;
    }

    .sectionCover {
        padding: 0.6em 0;
    }

    .sectionCover::before {
        background-color: #fff;
    }

    .bgCover {
        /*display: none;*/
    }

    .logoCover img {
        display: none;
    }

    .cotationCover {
        padding: 0;
        margin-bottom: 25px;

    }

    .agrconCover a:first-of-type {
        margin-right: 0px;
        margin-bottom: 7px;
    }

    .agrconCover a {
        display: block;
        margin-bottom: 25px;
    }
}

/*****************section service **********************/

#sectionService {
    height: auto;
    padding-top: 4.429em;
}

#sectionService h2, #sectionServiceMobile h2 {
    margin-bottom: 15px;
}

#sectionService span img, #sectionServiceMobile span img {
    margin-bottom: 2.9em;
}

#sectionService .tab__content .lead {
    padding-right: 160px;
    padding-left: 160px;
    text-align: center;
}

#sectionService .tab__tile, #sectionService i, #sectionServiceMobile .tab__tile, #sectionServiceMobile i {
    color: #F29426;
}

#sectionService li.active .tab__title span, #sectionServiceMobile li.active .tab__title span {
    color: #232323;
}


@media all and (min-width: 600px) and (max-width: 1366px) {
    #sectionServiceMobile {
        display: none;
    }

    #sectionService .tabs li {
        padding: 11px;
    }

    #sectionService .tab__content {
        padding-right: 0;
        padding-left: 0;
    }
}

@media all and (max-width: 768px) {
    #sectionServiceMobile {
        margin-top: 20px;
    }

    #sectionServiceMobile .row:first-of-type {
        margin-bottom: 20px;
    }

    #sectionServiceMobile li i {
        font-size: 2.357em;
    }

    #sectionServiceMobile li span p {
        font-weight: 400;
    }

}

.linkadminmenu {
    display: table-caption;
    text-decoration: none;
    line-height: 1.5;
    width: 120px;
}


/*****************overall style override **********************/
.btn--primary,
.btn--primary:visited {
    background: #F29426 !important;
    border-color: #F29426 !important;
}

.feature.feature--featured::after {
    background: #F29426 !important;
}

.bg--primary-1 {
    background: #F29426 !important;
}

.input-checkbox input:checked + label {
    border-color: #F29426 !important;
    background: #F29426 !important;
}

.input-checkbox label:hover {
    border-color: #F29426 !important;
}

.input-radio input:checked + label {
    border-color: #F29426 !important;
    background: #F29426 !important;
}

.input-radio label:hover {
    border-color: #F29426 !important;
}

td > a .material-icons {
    color: #F29426 !important;
}

.nav > li > a {
    color: #F29426 !important;
}

/*notifications*/

.notification--success {
    background: #e4f5e5;

}

.notification--error {
    background: #fce8e8;

}

/*Import*/

input.import-new-value {

    display: none;
    width: 50%;
}

div.import-wrap-select {
    width: 50%;

}

/*form validation*/

/*form div.input-select {!*resolve bug with jquery validation plugin when label is appended*!
    height:33px;
}*/

form label.error {
    color: #ff3b49;
}

button#submit-expertise {
    margin-top: 15px;
}

.bar {
    padding: 1.2em 0 !important;
}

.via-1501846451536.bg--dark {
    background: #424242 !important;
}

.dropdown__content.bg--dark {
    background: #424242 !important;
}

@media all and (min-width: 700px) {
    .menu-horizontal > li > a:hover {
        position: relative;
        color: #EF6535;
    }

    .menu-horizontal > li > a:hover:after {
        content: url(images/img-05.png); /* no need for qoutes */
        display: block;
        position: absolute;
        left: 32%;
        top: 80%;
    }
}

.h2_notif {
    margin-bottom: 0 !important;
}

.h4_nomargin {
    margin-bottom: 0 !important;
}

.nomarginright {
    margin-right: 0 !important;
}

/*hide two columns in data table on mobile*/
@media screen and (max-width: 640px) {
    table.dTable th.hidden-mobile {
        display: none;
    }

    table.dTable td.hidden-mobile {
        display: none;
    }
}


/*table*/
table th {
    background-color: #F29426;
    color: #FFF;
}

div#account-expertises table td {

    max-width: 100px;
}

.accordion__content .dataTables_wrapper {
    width: 100%
}


/*pdf */

.sous_titre_pdf {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/*Advert*/
.tabs-sort li:first-child {

    cursor: auto;
}

.tabs-sort li:first-child:hover {

    opacity: 1;
}

.tabs-sort li a {

    text-decoration: none;
}

/*auto complete city*/
div.target_city > ul {

    border: 1px solid #ececec;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.target_city > ul > li {

    cursor: pointer;
}

div.target_city > ul > li :hover {

    background-color: #FAFAFA;
}

/* Edit image*/

.imageToEdit {
    width: 1.3em !important;
    height: 1.3em !important;
    padding: 0 !important;
    margin-right: 10px !important;
    border-radius: 10px !important;
    border-color: black !important;
}

.imageToEdit:checked {
    border-color: #F29426 !important;
    background: #F29426 !important;
}

/*****ZOHO CRM****/
.zoho-crm {
    margin: 1em 1em 1em 2.5em;

}

/****Admin_user_profil***/

.user_accordion {
    display: inline-block;
    width: 100%;
}

.user_type:hover {
    border-bottom: 2px solid #F29426 !important;
}

.user_type.active {

    border-bottom: 2px solid #F29426;
}

.user_nav_tab {
    margin-bottom: 1em !important;
}

/******catalogue******/
#filter_catalogue {
    width: 100% !important;
}

.label_catalogue {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.check_prix_catalogue {
    width: 24px !important;
    height: 24px;
    border: #F29426 1px solid !important;
}

.check_prix_catalogue:checked {
    background-color: #F29426 !important;

}

/*.check_prix_catalogue:checked::after{
    content: 'L';
    transform: rotateY(180deg) rotateZ(-45deg);
    color: #fff;
    position: absolute;
    font-weight: 700;
    left: 7px;
    top: 0px;
}*/

#submit_catalogue {
    float: right !important;
}

#cat_name {
    border: #F29426 1px solid !important;
}

#price_params_cat {
    font-size: 1em;
    font-weight: bold;
}

.cat_params_price {
    margin: 5%;
}

.cat_slider {
    margin-top: 5em;
}


.cat_action a {
    color: #F29426 !important;
}

.tariffs__table th[class*=col-] {
    position: relative;
    color: black;
    background: none;
    white-space: initial;
    display: block;
    /* max-width: 220px;*/

}

@media all and (min-width: 769px) {
    .tariffs__table th[class*=col-] {
        min-height: unset;
    }
}

.tariffs__table td {
    vertical-align: middle;
}

.tariffs__table td:hover {
    white-space: nowrap;
}

.tariffs__col:not(:last-child)::after {
    top: 12px;
}

@media (min-width: 1200px) {

    .filter-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3
    }
}

.adress_home,
.adress_home address {
    padding: 0 !important;
    width: 100% !important;
    max-width: unset !important;
}

@media all and (min-width: 993px) {
    .about_img {
        padding: 30px 65px 30px 75px !important;
    }
}

.link_advert {
    display: flex !important;
}

/*useful for toggle  sidebar button*/
@media (max-width: 1440px) and (min-width: 1192px) {
    .visible-mld {
        display: block !important;
    }
}

/* admin expertises datatables*/
#onglets {
    margin-bottom: 1.5rem;
}

/*/////////////TOOLTIP*/

/* Tooltip container */
.ex-tooltip {
    position: relative;
    /*display: inline-block;*/
}

/* Tooltip text */
.ex-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 90%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.ex-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ex-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*///////////////FORM EXPERTISE*/
form[name="expertise"] label {
    font-size: 14px;
    font-weight: 600;
}

form textarea.form-control {

    height: 150px;
}

.required:after {
    content: " *";
    color: red;
}

.input-checkbox + span {

    font-size: 14px !important;
}

.cotation__filter-input {
    font-size: 22px;
}


/*Payement*/
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

div#card-element iframe {

    min-height: auto;
}

/*documents*/
.popup-gallery a {
    margin: 5px;
}

.popup-gallery img {
    margin-top: 5px;
}

.popup-gallery-doc a {
    margin: 5px;
}

.dz-image img {
    height: 100%;
}

/*////// expertises//////*/
.with_equipment td {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.with_equipment .tab-pane {
    width: 100% !important;
    margin: 0 25px !important;
    padding: 0 25px !important;
}

/*////picto////*/

.img_submit {
    height: 200px;
    margin-top: 1em;
    cursor: pointer;
}

.img_submit_default {
    height: 200px;
    margin-top: 1em;
    cursor: pointer;
}

/*advert_details*/

.advert_details_td {
    white-space: normal;
}

.advert_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.share_buttons {
   display: none;
    padding: 0.25rem;
    border: solid 1px orange;
    border-radius: 5px;
}

.share_buttons >button {
    margin: 0 10px;
}*/
@media all and (max-width: 767px) {
    .action_link {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .action_link_mobile {
        display: none !important;
    }

    .inherit {
        display: inherit !important;
    }

}

.products-item__opinion-text {
    word-break: break-word;
}

@media all and (min-width: 768px) {
    .fb_div {
        width: 39px;
        padding: 2px 0 2px 12px;
    }
}

.fb_color {
    color: #3b5998 !important;
}

.fb_size {
    font-size: 18px !important;
}

.pointer {
    cursor: pointer;
}

.no_left {
    left: 0 !important;
}

/****demande cotation user***/
.cotation_step_four {
    font-weight: bold;
    font-size: xx-large;
}

.cotation_step_four_title {
    margin-bottom: 1.5rem;
}

.process-stepper > li.active:before,
.process-stepper > li.active:after {
    background: #F29426 !important;
}

/***footer***/
.footer {
    background: #4e4d4d !important;
}

.footer__text a {
    color: #fff;
}

.footer__text a:hover {
    color: #F29426;
}

#pragmaNTIC {
    color: white;
    margin-top: 1em;
    text-align: center;
    width: 100%;
}

#pragmaNTIC a {
    color: white;
}

#pragmaNTIC a span {
    color: #13b4e2;
}

/**headers***/
.logout {
    margin: 0.5rem;
}

.dashboard_link {
    margin-bottom: 0 !important;
    margin-top: 5px;
}

@media screen  and (min-width: 1200px) {
    .nav_header {
        display: block !important;
    }
}


.close_mobile {
    display: none
}

@media (min-width: 320px) and (max-width: 576px) {
    .close_mobile {
        display: inline-block;
        color: #F29426 !important;
    }
}

/***admin***/
.menu-vertical > li > span > a {
    color: white;
}

.admin_section_count :hover {
    text-decoration: none !important;
}

.admin_add_button {
    margin: 1rem;
}

.bg--dashboard {
    background-color: #fafafa;
    padding: 50px 25px 25px 25px;
}

.feature-4:hover {
    box-shadow: 5px 5px 10px 0 #d6d6d6;
}

.feature-4 > h4 {

    color: #F29222;
}


/*****page buy****/
.advantages__item--separator::after {
    right: 0 !important;
}


/*** footer forgot pws ***/
@media all and (min-width: 1024px) {

    .footer_forgot_pwd {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}


/***Contact***/
.header__sub-title {
    color: white;
}

/*** home about ***/

@media (max-width: 1300px)and (min-width: 993px) {
    .about__text-block {
        font-size: 23px !important;
        line-height: 37px !important;
    }

    .about__block-a {
        background-size: cover;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-start !important;
    }
}

.heading-block span {

    font-size: 18px;
}


@media (min-width: 576px) {
    .menu-login {
        display: none;

    }

    .js-show-filter {
        display: none;
    }

}

@media (max-width: 576px) {

    .js-form-filter {
        display: none;
    }

    .not-mobile {
        display: none;
    }
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #F29222;
    vertical-align: middle;
    margin-right: 2px;
    color: #4E4D4D;
}

.page-link {

    color: #F29222 !important;
}

.page-item.active .page-link {
    background-color: #4E4D4D !important;
    border-color: #F29222 !important;
}

@media (min-width: 320px) {

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 576px) and (min-width: 320px) {
    .menu-login {
        margin-bottom: 0 !important;
    }
}


@media all and (max-width: 767px) {
    .cgu_agree {
        max-width: 66%;
        vertical-align: middle;
        white-space: normal !important;
        text-align: justify;
    }
}

.cgu_agree {
    vertical-align: top;
    white-space: normal !important;
}

.material-icons {
    font-feature-settings: 'liga';
}

.advert_slider {
    max-width: 552px
}


/*images*/
.wrapper__img {
    width: 205px;
    height: 150px;
    text-align: center !important;
}

.wrapper__img_b {
    min-width: 200px;
    min-height: 160px;
    text-align: center !important;
}

@media (max-width: 576px) {

    .wrapper__img {
        width: auto;
        height: 150px;
        text-align: center !important;
    }
}

.img__helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

table.table_quotation td {
    text-overflow: ellipsis !important;
    white-space: unset !important;
}

table.table_quotation td:hover {
    text-overflow: clip !important;
    white-space: normal !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #F29222 !important;
}

.price_trend_color_red{
    color: #ff0000;
}
.price_trend_color_orange{
    color: #eea61a;
}
.price_trend_color_green{
    color:#53c83d;
}
.bg_price_trend_color_red{
    background-color: #de5858;
}
.bg_price_trend_color_orange{
    background-color: #fcdb03;
}
.bg_price_trend_color_green{
    background-color: #32a852;
}

.cote__item--separator::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #d8d8d8;
}
@media (max-width: 576px) {
    .cote__item--separator::after {
       width:0!important;
    }
}

b.cercle {
    display: block;
    width: 200px;
    height: 200px;
    margin: 25px auto;
    background-color: #0159b3;
}

.cercle {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
}
.cercle-green{
    background-color: #53c83d;
}
.cercle-orange{
    background-color: #eea61a;
}
.cercle-red{
    background-color: #ff0000;
}

.block-cote.active{
    background-color: #4e4d4d12;
}

.input-radio--innerlabel_b label {
    transition: all .3s ease;
    height: 2.78571429em;
    line-height: 2.50714286em;
    padding: 0 0.92857143em;
    border: 1px solid #ffffff;
    border-radius: 6px;
    cursor: pointer;
    width: 270px;
    text-align: center;
    background-color: #F29222 !important;
    color:#FFFFFF;
    font-weight: 400 !important;
    font-size: 20px;
}
.input-radio--innerlabel_b:hover {
    border-color: #4a90e2;
}
.input-radio--innerlabel_b input:checked + label {
    border-color: #4a90e2;
    background: #4a90e2;
    color: #ffffff;
}
.input-radio--innerlabel_b input:checked + label:after {
    display: none;
}
.input-radio--innerlabel_b input:checked + label:before {
    animation: none;
}

.slim-select-search-client .ss-single-selected{
    font-family: "Helvetica", sans-serif;
    font-size: 22px;
    border: 2px solid #bebebe !important;
    border-radius: 5px;
    background: #fff url(../img/icons/select-btn.svg) no-repeat 98% center;
    cursor: pointer;
    outline: none;
    color: #737271 !important;
    height: 45px !important;
}
.slim-select-search-client .ss-arrow{
    display: none !important;
}

input.remarque { display:none; }